A socket option associated with a socket.
In the channels
package, the java.nio.channels.NetworkChannel
interface defines the setOption
and getOption
methods to set and query the channel's socket options.
<T> | The type of the socket option value. |
StandardSocketOptions