Package org.simpleframework.http.socket
package org.simpleframework.http.socket
-
ClassDescriptionThe
BinaryDataobject represents a binary payload for a WebScoket frame.TheCloseCodeenumerates the closure codes specified in RFC 6455.TheDatainterface represents a payload for a WebScoket frame.TheDataConverterobject is used to convert binary data to text data and vice versa.TheDataFrameobject represents a frame as defined in RFC 6455.TheFrameinterface represents a frame as defined in RFC 6455.TheFrameChannelrepresents a full duplex communication channel as defined by RFC 6455.TheFrameListeneris used to listen for incoming frames on aWebSocket.TheFrameTyperepresents the set of opcodes defined in RFC 6455.TheReasonobject is used to hold a textual reason for connection closure and an RFC 6455 defined code.TheSessionobject represents a simple WebSocket session that contains the connection handshake details and the actual socket.TheTextDataobject represents a text payload for a WebScoket frame.