Interface | Description |
---|---|
ClientEndpointConfig | |
CloseReason.CloseCode | |
Decoder | |
Decoder.Binary<T> | |
Decoder.BinaryStream<T> | |
Decoder.Text<T> | |
Decoder.TextStream<T> | |
Encoder | |
Encoder.Binary<T> | |
Encoder.BinaryStream<T> | |
Encoder.Text<T> | |
Encoder.TextStream<T> | |
EndpointConfig | |
Extension | |
Extension.Parameter | |
HandshakeResponse | |
MessageHandler | |
MessageHandler.Partial<T> | |
MessageHandler.Whole<T> | |
PongMessage |
Represents a WebSocket Pong message and used by message handlers to enable
applications to process the response to any Pings they send.
|
RemoteEndpoint | |
RemoteEndpoint.Async | |
RemoteEndpoint.Basic | |
SendHandler | |
Session | |
WebSocketContainer |
Class | Description |
---|---|
ClientEndpointConfig.Builder | |
ClientEndpointConfig.Configurator | |
CloseReason | |
ContainerProvider |
Use the
ServiceLoader mechanism to provide instances of the WebSocket
client container. |
Endpoint | |
SendResult |
Enum | Description |
---|---|
CloseReason.CloseCodes |
Exception | Description |
---|---|
DecodeException | |
DeploymentException | |
EncodeException | |
SessionException |
Annotation Type | Description |
---|---|
ClientEndpoint | |
OnClose | |
OnError | |
OnMessage | |
OnOpen |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.