Liking cljdoc? Tell your friends :D
Clojure only.

jdk.net.SocketOption

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.
raw docstring

nameclj

(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`
raw docstring

typeclj

(type this)

Returns the type of the socket option value.

returns: the type of the socket option value - java.lang.Class<T>

Returns the type of the socket option value.

returns: the type of the socket option value - `java.lang.Class<T>`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close