Class | Description |
---|---|
WebSocket |
WebSocket provides bi-directional communications for text and binary
messaging via the Kaazing Gateway.
|
WebSocketExtension |
WebSocketExtension should be extended to define or register
WebSocketExtension.Parameter s constants that will be used by the
application developers. |
WebSocketExtension.Parameter<T> |
WebSocketExtension.Parameter represents an extension parameter. |
WebSocketFactory |
WebSocketFactory is an abstract class that can be used to create
WebSocket s by specifying the end-point and the enabled protocols. |
WebSocketMessageReader |
WebSocketMessageReader is used to receive binary and text messages. |
WebSocketMessageWriter |
WebSocketMessageWriter is used to send binary and text messages. |
WsURLConnection |
A URLConnection with support for WebSocket-specific features.
|
Enum | Description |
---|---|
WebSocketExtension.Parameter.Metadata | |
WebSocketMessageType |
WebSocketMessageType represents the types of the messages that are
received by the WebSocketMessageReader . |
Exception | Description |
---|---|
WebSocketException |
Copyright © 2015. All Rights Reserved.