(server-socket-transport port)
Constructor for OtpServerSocketTransport
.
Constructor for `OtpServerSocketTransport`.
(accept this)
(get-local-port this)
(socket-transport args)
Constructor for OtpSocketTransport
.
If one arg is passed, it must be of type java.net.Socket
, thus making the
constructor a wrapper.
If two args are passed, the first may be either of type
java.net.InetAddress
or String
and the second must be of type Integer
.
Constructor for `OtpSocketTransport`. If one arg is passed, it must be of type `java.net.Socket`, thus making the constructor a wrapper. If two args are passed, the first may be either of type `java.net.InetAddress` or `String` and the second must be of type `Integer`.
(get-input-stream this)
(get-output-stream this)
Represents the default socket-based transport factory.
Represents the default socket-based transport factory.
(create-server-transport this port)
Create an instance of OtpServerTransport
.
Create an instance of `OtpServerTransport`.
(create-transport this addr port)
Create an instance of OtpTransport
.
Create an instance of `OtpTransport`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close