Liking cljdoc? Tell your friends :D

jiface.otp.transport


server-socket-transportclj

(server-socket-transport port)

Constructor for OtpServerSocketTransport.

Constructor for `OtpServerSocketTransport`.
sourceraw docstring

server-transport-behaviourclj

source

ServerTransportObjectcljprotocol

acceptclj

(accept this)

get-local-portclj

(get-local-port this)
source

socket-transportclj

(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`.
sourceraw docstring

socket-transport-behaviourclj

source

SocketTransportObjectcljprotocol

get-input-streamclj

(get-input-stream this)

get-output-streamclj

(get-output-stream this)
source

transport-factory-behaviourclj

source

TransportFactorycljprotocol

Represents the default socket-based transport factory.

Represents the default socket-based transport factory.

create-server-transportclj

(create-server-transport this port)

Create an instance of OtpServerTransport.

Create an instance of `OtpServerTransport`.

create-transportclj

(create-transport this addr port)

Create an instance of OtpTransport.

Create an instance of `OtpTransport`.
sourceraw docstring

TransportObjectcljprotocol

closeclj

(close this port)
source

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

× close