Searched refs:bindpoint (Results 1 – 2 of 2) sorted by relevance
109 public void bind(SocketAddress bindpoint) throws IOException { in bind() argument114 super.bind(bindpoint); in bind()
617 public void bind(SocketAddress bindpoint) throws IOException { in bind() argument623 if (bindpoint != null && (!(bindpoint instanceof InetSocketAddress))) in bind()625 InetSocketAddress epoint = (InetSocketAddress) bindpoint; in bind()