Searched refs:bindpoint (Results 1 – 4 of 4) sorted by relevance
680 public void bind(SocketAddress bindpoint) throws IOException { in bind() argument686 if (bindpoint != null && (!(bindpoint instanceof InetSocketAddress))) in bind()688 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
3609 …@Override public void bind(SocketAddress bindpoint) throws IOException { delegate.bind(bindpoint);…