(-summarize connection)
Inputs: [connection :- Connection] Returns: ConnectionLog
Inputs: [connection :- Connection] Returns: ConnectionLog
Operations on the Connection type
Operations on the Connection type
(summarize connection)
Returns a ConnectionLog suitable for logging.
Returns a ConnectionLog suitable for logging.
summarize a connection for logging
summarize a connection for logging
(make-connection websocket codec uri expired)
Inputs: [websocket :- Websocket codec :- Codec uri :- p/Uri expired :- s/Bool] Returns: Connection
Return the initial state for a websocket
Inputs: [websocket :- Websocket codec :- Codec uri :- p/Uri expired :- s/Bool] Returns: Connection Return the initial state for a websocket
(map->Connection m10011)
Factory function for class Connection, taking a map of keywords to field values, but not much slower than ->x like the clojure.core version. (performance is fixed in Clojure 1.7, so this should eventually be removed.)
Factory function for class Connection, taking a map of keywords to field values, but not much slower than ->x like the clojure.core version. (performance is fixed in Clojure 1.7, so this should eventually be removed.)
(strict-map->Connection m10012 & [drop-extra-keys?__5037__auto__])
Factory function for class Connection, taking a map of keywords to field values. All keys are required, and no extra keys are allowed. Even faster than map->
Factory function for class Connection, taking a map of keywords to field values. All keys are required, and no extra keys are allowed. Even faster than map->
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |