Searched refs:bindpoint (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DBaseSSLSocketImpl.java109 public void bind(SocketAddress bindpoint) throws IOException { argument
114 super.bind(bindpoint);
/openjdk7/jdk/src/share/classes/java/net/
H A DSocket.java601 * @param bindpoint the <code>SocketAddress</code> to bind to
604 * @throws IllegalArgumentException if bindpoint is a
610 public void bind(SocketAddress bindpoint) throws IOException { argument
616 if (bindpoint != null && (!(bindpoint instanceof InetSocketAddress)))
618 InetSocketAddress epoint = (InetSocketAddress) bindpoint;

Completed in 105 milliseconds