Package org.simpleframework.http.socket
-
Interface Summary Interface Description Data TheDatainterface represents a payload for a WebScoket frame.Frame TheFrameinterface represents a frame as defined in RFC 6455.FrameChannel TheFrameChannelrepresents a full duplex communication channel as defined by RFC 6455.FrameListener TheFrameListeneris used to listen for incoming frames on aWebSocket.Session TheSessionobject represents a simple WebSocket session that contains the connection handshake details and the actual socket. -
Class Summary Class Description BinaryData TheBinaryDataobject represents a binary payload for a WebScoket frame.DataConverter TheDataConverterobject is used to convert binary data to text data and vice versa.DataFrame TheDataFrameobject represents a frame as defined in RFC 6455.Reason TheReasonobject is used to hold a textual reason for connection closure and an RFC 6455 defined code.TextData TheTextDataobject represents a text payload for a WebScoket frame. -
Enum Summary Enum Description CloseCode TheCloseCodeenumerates the closure codes specified in RFC 6455.FrameType TheFrameTyperepresents the set of opcodes defined in RFC 6455.