Uses of Package
org.simpleframework.http.socket
-
Packages that use org.simpleframework.http.socket Package Description org.simpleframework.http.socket org.simpleframework.http.socket.service -
Classes in org.simpleframework.http.socket used by org.simpleframework.http.socket Class Description CloseCode TheCloseCodeenumerates the closure codes specified in RFC 6455.Data TheDatainterface represents a payload for a WebScoket frame.DataConverter TheDataConverterobject is used to convert binary data to text data and vice versa.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.FrameType TheFrameTyperepresents the set of opcodes defined in RFC 6455.Reason TheReasonobject is used to hold a textual reason for connection closure and an RFC 6455 defined code.Session TheSessionobject represents a simple WebSocket session that contains the connection handshake details and the actual socket. -
Classes in org.simpleframework.http.socket used by org.simpleframework.http.socket.service Class Description CloseCode TheCloseCodeenumerates the closure codes specified in RFC 6455.DataConverter TheDataConverterobject is used to convert binary data to text data and vice versa.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.FrameType TheFrameTyperepresents the set of opcodes defined in RFC 6455.Reason TheReasonobject is used to hold a textual reason for connection closure and an RFC 6455 defined code.Session TheSessionobject represents a simple WebSocket session that contains the connection handshake details and the actual socket.