Package | Description |
---|---|
javax.websocket | |
javax.websocket.server | |
org.apache.tomcat.websocket | |
org.apache.tomcat.websocket.pojo |
This package provides the necessary plumbing to convert an annotated POJO
into a WebSocket
Endpoint . |
org.apache.tomcat.websocket.server |
Server-side specific implementation classes.
|
Class and Description |
---|
Decoder |
DeploymentException |
Encoder |
Endpoint |
EndpointConfig |
Extension |
HandshakeResponse |
WebSocketContainer |
Class and Description |
---|
ClientEndpointConfig |
CloseReason |
ContainerProvider
Use the
ServiceLoader mechanism to provide instances of the WebSocket
client container. |
Decoder |
DeploymentException |
EncodeException |
Endpoint |
EndpointConfig |
Extension |
HandshakeResponse |
MessageHandler |
MessageHandler.Whole |
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 and Description |
---|
CloseReason |
DecodeException |
Decoder |
DeploymentException |
Endpoint |
EndpointConfig |
MessageHandler |
MessageHandler.Partial |
MessageHandler.Whole |
PongMessage
Represents a WebSocket Pong message and used by message handlers to enable
applications to process the response to any Pings they send.
|
Session |
Class and Description |
---|
DeploymentException |
Endpoint |
EndpointConfig |
Extension |
HandshakeResponse |
RemoteEndpoint |
SendHandler |
WebSocketContainer |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.