Liking cljdoc? Tell your friends :D

jdk.net.SocketImpl

The abstract class SocketImpl is a common superclass of all classes that actually implement sockets. It is used to create both client and server sockets.

A "plain" socket implements these methods exactly as described, without attempting to go through a firewall or proxy.

The abstract class SocketImpl is a common superclass
of all classes that actually implement sockets. It is used to
create both client and server sockets.

A "plain" socket implements these methods exactly as
described, without attempting to go through a firewall or proxy.
raw docstring

->socket-implclj

(->socket-impl)

Constructor.

Constructor.
raw docstring

to-stringclj

(to-string this)

Returns the address and port of this socket as a String.

returns: a string representation of this socket. - java.lang.String

Returns the address and port of this socket as a String.

returns: a string representation of this socket. - `java.lang.String`
raw docstring

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

× close