| Interface | Description |
|---|---|
| ClientContainer |
Entry point for client implementation.
|
| ClientContainer.ClientHandshakeListener |
Called when response is received from the server.
|
| ClientSocket |
Client socket representation.
|
| Connection |
A logical websocket connection.
|
| Connection.CloseListener |
Transport close listener that receives connection close
notifications from Tyrus.
|
| ReadHandler |
Read handler provides a way for a transport to pass websocket
connection data to tyrus runtime.
|
| ServerContainer |
HTTP server abstraction.
|
| WebSocketEngine |
WebSocket engine is used for upgrading HTTP requests into
websocket connections.
|
| WebSocketEngine.UpgradeInfo |
Upgrade info that includes status for HTTP request upgrading and
connection creation details.
|
| Class | Description |
|---|---|
| CompletionHandler<E> |
A callback to notify about asynchronous I/O operations status updates.
|
| EndpointWrapper |
The WebSocket SDK implements
EndpointWrapper with its representation of
a websocket endpoint mapped to a base URI that wishes to handle incoming
messages. |
| RemoteEndpoint |
Subset of
RemoteEndpoint interface which should be implemented
by container implementations. |
| ServerContainerFactory |
Factory used to get instances of
ServerContainer. |
| UpgradeRequest |
Abstraction for a HTTP upgrade request.
|
| UpgradeResponse |
Abstraction for a HTTP upgrade response.
|
| Writer |
Writer class that is used by tyrus runtime to pass outbound websocket data
for a connection to a transport.
|
| Enum | Description |
|---|---|
| WebSocketEngine.UpgradeStatus |
Upgrade Status for HTTP request upgrading
|
Copyright © 2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.