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.
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close