Uses of Package
org.simpleframework.http.socket
Packages that use org.simpleframework.http.socket
-
Classes in org.simpleframework.http.socket used by org.simpleframework.http.socketClassDescriptionThe
CloseCode
enumerates the closure codes specified in RFC 6455.TheData
interface represents a payload for a WebScoket frame.TheDataConverter
object is used to convert binary data to text data and vice versa.TheFrame
interface represents a frame as defined in RFC 6455.TheFrameChannel
represents a full duplex communication channel as defined by RFC 6455.TheFrameListener
is used to listen for incoming frames on aWebSocket
.TheFrameType
represents the set of opcodes defined in RFC 6455.TheReason
object is used to hold a textual reason for connection closure and an RFC 6455 defined code.TheSession
object 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.serviceClassDescriptionThe
CloseCode
enumerates the closure codes specified in RFC 6455.TheDataConverter
object is used to convert binary data to text data and vice versa.TheFrame
interface represents a frame as defined in RFC 6455.TheFrameChannel
represents a full duplex communication channel as defined by RFC 6455.TheFrameListener
is used to listen for incoming frames on aWebSocket
.TheFrameType
represents the set of opcodes defined in RFC 6455.TheReason
object is used to hold a textual reason for connection closure and an RFC 6455 defined code.TheSession
object represents a simple WebSocket session that contains the connection handshake details and the actual socket.