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