Example usage for Java java.nio.channels NetworkChannel fields, constructors, methods, implement or subclass
The text is from its open source code.
NetworkChannel | bind(SocketAddress local) Binds the channel's socket to a local address. |
T | getOption(SocketOption Returns the value of a socket option. |
NetworkChannel | setOption(SocketOption Sets the value of a socket option. |
Set | supportedOptions() Returns a set of the socket options supported by this channel. |