hunt.http.WebSocketConnection

Undocumented in source.

Members

Aliases

ConnectionState
deprecated alias ConnectionState = WebSocketConnectionState
Undocumented in source.

Classes

AbstractWebSocketMessageHandler
class AbstractWebSocketMessageHandler

Enums

WebSocketConnectionState
enum WebSocketConnectionState

Connection states as outlined in <a href="https://tools.ietf.org/html/rfc6455">RFC6455</a>.

Interfaces

IncomingFrames
interface IncomingFrames

Interface for dealing with Incoming Frames.

OutgoingFrames
interface OutgoingFrames

Interface for dealing with frames outgoing to (eventually) the network layer.

WebSocketConnection
interface WebSocketConnection
WebSocketMessageHandler
interface WebSocketMessageHandler

Meta