Liking cljdoc? Tell your friends :D

puppetlabs.pcp.broker.websocket


Websocketclj

Schema for a websocket session

Schema for a websocket session
sourceraw docstring

WebsocketInterfacecljprotocol

Operations on an underlying Websocket connection

Operations on an underlying Websocket connection

ws->common-nameclj

(ws->common-name ws)

Returns the common name of an endpoint using SSL

Returns the common name of an endpoint using SSL
sourceraw docstring

ws->client-pathclj

(ws->client-path ws)
source

ws->client-typeclj

(ws->client-type ws)
source

ws->remote-addressclj

(ws->remote-address ws)

Get the IP address (or hostname if the IP address is not resolved) and port out of the InetSocketAddress object.

Get the IP address (or hostname if the IP address is not resolved) and port
out of the InetSocketAddress object.
sourceraw docstring

ws->uriclj

(ws->uri ws)

Construct a URI based on properties of the websocket session. Defaults to agent client type if none can be discerned.

Construct a URI based on properties of the websocket session. Defaults to
`agent` client type if none can be discerned.
sourceraw docstring

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

× close