Package org.simpleframework.http.socket
-
Interface Summary Interface Description Data TheData
interface represents a payload for a WebScoket frame.Frame TheFrame
interface represents a frame as defined in RFC 6455.FrameChannel TheFrameChannel
represents a full duplex communication channel as defined by RFC 6455.FrameListener TheFrameListener
is used to listen for incoming frames on aWebSocket
.Session TheSession
object represents a simple WebSocket session that contains the connection handshake details and the actual socket. -
Class Summary Class Description BinaryData TheBinaryData
object represents a binary payload for a WebScoket frame.DataConverter TheDataConverter
object is used to convert binary data to text data and vice versa.DataFrame TheDataFrame
object represents a frame as defined in RFC 6455.Reason TheReason
object is used to hold a textual reason for connection closure and an RFC 6455 defined code.TextData TheTextData
object represents a text payload for a WebScoket frame. -
Enum Summary Enum Description CloseCode TheCloseCode
enumerates the closure codes specified in RFC 6455.FrameType TheFrameType
represents the set of opcodes defined in RFC 6455.