Searched refs:bindpoint (Results 1 – 4 of 4) sorted by relevance
655 public void bind(SocketAddress bindpoint) throws IOException { in bind() argument661 if (bindpoint != null && (!(bindpoint instanceof InetSocketAddress))) in bind()663 InetSocketAddress epoint = (InetSocketAddress) bindpoint; in bind()
62 public void bind(java.net.SocketAddress bindpoint) throws java.io.IOException { throw new RuntimeEx… in bind() argument
113 public void bind(java.net.SocketAddress bindpoint) throws java.io.IOException { in bind() argument
3553 …@Override public void bind(SocketAddress bindpoint) throws IOException { delegate.bind(bindpoint);…