Channel by which the request entered and response will be written
End point though which the original handshake request entered
Incoming data for processing
Cache that can be use to pass data from handler to processor and between processors
Cache that can be use to pass data from handler to processor and between processors
Channel by which the request entered and response will be written
Channel by which the request entered and response will be written
Close the web socket connection
End point though which the original handshake request entered
End point though which the original handshake request entered
Returns the request content as byte array
Returns the request content as byte array
Returns the request content as a string
Returns the request content as a string
Character set to use to convert data to string
Returns the request content as a string.
Returns the request content as a string. UTF-8 character encoding is assumed
Sends a binary web socket frame back to the caller
Sends a binary web socket frame back to the caller
Binary data to return to the caller
Sends a text web socket frame back to the caller
Sends a text web socket frame back to the caller
Text to send to the caller
Incoming data for processing
Context for processing web socket frames.
A org.mashupbots.socko.context.WsProcessingContext will only be dispatched to processors only after an initial WsHandshakeProcessingContext has been successfully processed.
Channel by which the request entered and response will be written
End point though which the original handshake request entered
Incoming data for processing