A socket option associated with a socket.
In the channels package, the NetworkChannel interface defines the setOption and getOption methods to set and query the channel's socket options.
A socket option associated with a socket. In the channels package, the NetworkChannel interface defines the setOption and getOption methods to set and query the channel's socket options.
(name this)
Returns the name of the socket option.
returns: the name of the socket option - java.lang.String
Returns the name of the socket option. returns: the name of the socket option - `java.lang.String`
(type this)
Returns the type of the socket option value.
returns: the type of the socket option value - java.lang.Class<SocketOption.T>
Returns the type of the socket option value. returns: the type of the socket option value - `java.lang.Class<SocketOption.T>`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close