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

/libcore/ojluni/src/main/java/sun/security/ssl/
H A DBaseSSLSocketImpl.java109 public void bind(SocketAddress bindpoint) throws IOException { argument
114 super.bind(bindpoint);
/libcore/ojluni/src/main/java/java/net/
H A DSocket.java608 * @param bindpoint the <code>SocketAddress</code> to bind to
611 * @throws IllegalArgumentException if bindpoint is a
617 public void bind(SocketAddress bindpoint) throws IOException { argument
623 if (bindpoint != null && (!(bindpoint instanceof InetSocketAddress)))
625 InetSocketAddress epoint = (InetSocketAddress) bindpoint;

Completed in 68 milliseconds