Interface | Description |
---|---|
Data |
The
Data interface represents a payload for a WebScoket
frame. |
Frame |
The
Frame interface represents a frame as defined in
RFC 6455. |
FrameChannel |
The
FrameChannel represents a full duplex communication
channel as defined by RFC 6455. |
FrameListener |
The
FrameListener is used to listen for incoming frames
on a WebSocket . |
Session |
The
Session object represents a simple WebSocket session
that contains the connection handshake details and the actual socket. |
Class | Description |
---|---|
BinaryData |
The
BinaryData object represents a binary payload for
a WebScoket frame. |
DataConverter |
The
DataConverter object is used to convert binary data
to text data and vice versa. |
DataFrame |
The
DataFrame object represents a frame as defined in
RFC 6455. |
Reason |
The
Reason object is used to hold a textual reason
for connection closure and an RFC 6455 defined code. |
TextData |
The
TextData object represents a text payload for
a WebScoket frame. |
Enum | Description |
---|---|
CloseCode |
The
CloseCode enumerates the closure codes specified in
RFC 6455. |
FrameType |
The
FrameType represents the set of opcodes defined
in RFC 6455. |
Copyright © 2024. All rights reserved.