|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Classes in javax.net.websocket used by javax.net.websocket | |
|---|---|
| ClientContainer
A ClientContainer is an implementation provided object that allows the developer to initiate a web socket handshake from the provided endpoint. |
|
| ClientEndpointConfiguration
The ClientEndpointConfiguration is a special kind of endpoint configuration object that contains web socket configuration information specific only to client endpoints. |
|
| CloseReason
A class encapsulating the reason why a web socket has been closed, or why it is being asked to close. |
|
| CloseReason.CloseCode
A marker interface for the close codes. |
|
| CloseReason.CloseCodes
An Enumeration of status codes for a web socket close that are defined in the specification. |
|
| ConnectException
http://java.net/jira/browse/WEBSOCKET_SPEC-47 |
|
| DecodeException
A general exception that occurs when trying to decode a custom object from a text or binary message. |
|
| Decoder
The Decoder interface holds member interfaces that define how a developer can provide the web socket container a way web socket messages into developer defined custom objects. |
|
| DefaultClientConfiguration
The DefaultClientConfiguration is a concrete implementation of a client configuration. |
|
| DefaultServerConfiguration
The DefaultServerConfiguration is a concrete class that embodies all the configuration parameters for an endpoint that is to be published as a server endpoint. |
|
| EncodeException
A general exception that occurs when trying to encode a custom object to a string or binary message. |
|
| Encoder
The Encoder interfaces defines how developers can provide a way to convert their custom objects into web socket messages. |
|
| Endpoint
The Web Socket Endpoint represents and object that can handle web socket conversations. |
|
| EndpointConfiguration
The endpoint configuration contains all the information needed during the handshake process for this end point. |
|
| HandshakeRequest
The handshake request represents the web socket defined Http request that for the opening handshake of a web socket session. |
|
| HandshakeResponse
The handshake response represents the web socket defined http response that will be sent by the web socket server during the opening handshake. |
|
| MessageHandler
Developers implement MessageHandlers in order to receive incoming messages during a web socket conversation. |
|
| RemoteEndpoint
The RemoteEndpoint object is supplied by the container and represents the 'other end' of the Web Socket conversation. |
|
| SendHandler
A simple callback object for asynchronous sending of web socket messages. |
|
| SendResult
The result of asynchronously sending a web socket message. |
|
| ServerContainer
The ServerContainer is an implementation provided object that, in addition to being able to initiate web socket connections (client), can register endpoints that can handle incoming connection requests. |
|
| ServerEndpointConfiguration
The ServerEndpointConfiguration is a special kind of endpoint configuration object that contains web socket configuration information specific only to server endpoints. |
|
| Session
A Web Socket session represents a conversation between two web socket endpoints. |
|
| Classes in javax.net.websocket used by javax.net.websocket.extensions | |
|---|---|
| CloseReason.CloseCode
A marker interface for the close codes. |
|
| Classes in javax.net.websocket used by org.glassfish.tyrus | |
|---|---|
| ClientContainer
A ClientContainer is an implementation provided object that allows the developer to initiate a web socket handshake from the provided endpoint. |
|
| CloseReason
A class encapsulating the reason why a web socket has been closed, or why it is being asked to close. |
|
| DecodeException
A general exception that occurs when trying to decode a custom object from a text or binary message. |
|
| Decoder
The Decoder interface holds member interfaces that define how a developer can provide the web socket container a way web socket messages into developer defined custom objects. |
|
| Decoder.Binary
This interface defines how a custom object (of type T) is decoded from a web socket message in the form of a byte buffer. |
|
| Decoder.Text
This interface defines how a custom object is decoded from a web socket message in the form of a string. |
|
| EncodeException
A general exception that occurs when trying to encode a custom object to a string or binary message. |
|
| Encoder
The Encoder interfaces defines how developers can provide a way to convert their custom objects into web socket messages. |
|
| Encoder.Binary
This interface defines how to provide a way to convert a custom object into a binary message. |
|
| Encoder.Text
This interface defines how to provide a way to convert a custom object into a text message. |
|
| Endpoint
The Web Socket Endpoint represents and object that can handle web socket conversations. |
|
| EndpointConfiguration
The endpoint configuration contains all the information needed during the handshake process for this end point. |
|
| MessageHandler
Developers implement MessageHandlers in order to receive incoming messages during a web socket conversation. |
|
| MessageHandler.DecodedObject
This kind of listener listens for messages that the container knows how to decode into an object of type T. |
|
| RemoteEndpoint
The RemoteEndpoint object is supplied by the container and represents the 'other end' of the Web Socket conversation. |
|
| SendHandler
A simple callback object for asynchronous sending of web socket messages. |
|
| SendResult
The result of asynchronously sending a web socket message. |
|
| Session
A Web Socket session represents a conversation between two web socket endpoints. |
|
| Classes in javax.net.websocket used by org.glassfish.tyrus.client | |
|---|---|
| ClientContainer
A ClientContainer is an implementation provided object that allows the developer to initiate a web socket handshake from the provided endpoint. |
|
| ClientEndpointConfiguration
The ClientEndpointConfiguration is a special kind of endpoint configuration object that contains web socket configuration information specific only to client endpoints. |
|
| Endpoint
The Web Socket Endpoint represents and object that can handle web socket conversations. |
|
| EndpointConfiguration
The endpoint configuration contains all the information needed during the handshake process for this end point. |
|
| Session
A Web Socket session represents a conversation between two web socket endpoints. |
|
| Classes in javax.net.websocket used by org.glassfish.tyrus.grizzly | |
|---|---|
| ClientEndpointConfiguration
The ClientEndpointConfiguration is a special kind of endpoint configuration object that contains web socket configuration information specific only to client endpoints. |
|
| EncodeException
A general exception that occurs when trying to encode a custom object to a string or binary message. |
|
| RemoteEndpoint
The RemoteEndpoint object is supplied by the container and represents the 'other end' of the Web Socket conversation. |
|
| SendHandler
A simple callback object for asynchronous sending of web socket messages. |
|
| SendResult
The result of asynchronously sending a web socket message. |
|
| Classes in javax.net.websocket used by org.glassfish.tyrus.server | |
|---|---|
| ClientContainer
A ClientContainer is an implementation provided object that allows the developer to initiate a web socket handshake from the provided endpoint. |
|
| ClientEndpointConfiguration
The ClientEndpointConfiguration is a special kind of endpoint configuration object that contains web socket configuration information specific only to client endpoints. |
|
| Decoder
The Decoder interface holds member interfaces that define how a developer can provide the web socket container a way web socket messages into developer defined custom objects. |
|
| Encoder
The Encoder interfaces defines how developers can provide a way to convert their custom objects into web socket messages. |
|
| Endpoint
The Web Socket Endpoint represents and object that can handle web socket conversations. |
|
| EndpointConfiguration
The endpoint configuration contains all the information needed during the handshake process for this end point. |
|
| HandshakeRequest
The handshake request represents the web socket defined Http request that for the opening handshake of a web socket session. |
|
| HandshakeResponse
The handshake response represents the web socket defined http response that will be sent by the web socket server during the opening handshake. |
|
| ServerContainer
The ServerContainer is an implementation provided object that, in addition to being able to initiate web socket connections (client), can register endpoints that can handle incoming connection requests. |
|
| ServerEndpointConfiguration
The ServerEndpointConfiguration is a special kind of endpoint configuration object that contains web socket configuration information specific only to server endpoints. |
|
| Session
A Web Socket session represents a conversation between two web socket endpoints. |
|
| Classes in javax.net.websocket used by org.glassfish.tyrus.spi | |
|---|---|
| ClientEndpointConfiguration
The ClientEndpointConfiguration is a special kind of endpoint configuration object that contains web socket configuration information specific only to client endpoints. |
|
| RemoteEndpoint
The RemoteEndpoint object is supplied by the container and represents the 'other end' of the Web Socket conversation. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||