Home | History | Annotate | Download | only in channels

Lines Matching defs:bind

44  * {@link #bind(java.net.SocketAddress,int) bind} methods defined by this class.
99 * java.net.ServerSocket#bind(SocketAddress) bind} methods before
134 * bind(local, 0);
138 * The local address to bind the socket, or {@code null} to bind
154 public final ServerSocketChannel bind(SocketAddress local)
157 return bind(local, 0);
176 * The address to bind the socket, or {@code null} to bind to an
198 public abstract ServerSocketChannel bind(SocketAddress local, int backlog)