WebSocket
6Closes this WebSocket's input and output abruptly.
functionbabashka.http-client.websocket
Initiates an orderly closure of this WebSocket's output by sending a Close message with the given status code and the ...
functionbabashka.http-client.websocket
Sends a Ping message with bytes from the given buffer.
functionbabashka.http-client.websocket
Sends a Pong message with bytes from the given buffer.
functionbabashka.http-client.websocket
Sends a message to the WebSocket. `data` can be a CharSequence (e.g. string), byte array or ByteBuffer Options: *...
functionbabashka.http-client.websocket
Builds `java.net.http.Websocket` client. * `:uri` - the uri to request (required). May be a string or map of `:sc...
functionbabashka.http-client.websocket