All Classes and Interfaces

Class
Description
 
 
 
 
 
 
AnnotatedEndpointMetadata<T extends Annotation,C extends javax.websocket.EndpointConfig>
Static reference to a specific annotated classes metadata.
AnnotatedEndpointScanner<T extends Annotation,C extends javax.websocket.EndpointConfig>
 
Basic EndpointConfig (used when no EndpointConfig is provided or discovered)
Partial BINARY MessageAppender for MessageHandler.Partial interface
Partial BINARY MessageAppender for @OnMessage annotated methods
 
Default implementation of the Decoder.Text Message to Boolean decoder.
Default encoder for Boolean to Encoder.Text Message encoder
 
 
 
 
Default implementation of the Decoder.Text Message to Byte decoder
Default encoder for Byte to Encoder.Text Message encoder
Default implementation of the Decoder.Text Message to Character decoder
Default encoder for Character to Encoder.Text Message encoder
Container for Client use of the javax.websocket API.
The immutable base metadata for a coder (Decoder or Encoder
An durable collection of CoderMetadata.
Tag indicating a component that needs to be configured.
 
Factory for DecoderMetadata
 
Immutable Metadata for a Decoder
 
 
 
 
 
Default implementation of the Decoder.Text Message to Double to decoder
Default encoder for Double to Encoder.Text Message encoder
Thrown when a duplicate coder is encountered when attempting to identify a Endpoint's metadata (Decoder or Encoder)
 
 
A Future<Void> that is already failed as a result of an Encode error
Represents all of the declared Encoders that the Container is aware of.
 
Immutable Metadata for a Encoder
 
Associate a JSR Endpoint with its optional EndpointConfig
 
Default implementation of the Text Message to Float decoder
Default encoder for Float to Encoder.Text Message encoder
 
JSR-356 Parameter Identification processing.
Exception during initialization of the Endpoint
 
Default implementation of the Decoder.Text Message to Integer decoder
Default encoder for Integer to Encoder.Text Message encoder
Client ContainerProvider implementation.
Base implementation for JSR-356 Annotated event drivers.
 
 
 
Event Driver for classes annotated with @ClientEndpoint
EventDriver for websocket that extend from Endpoint
 
 
JsrEvents<T extends Annotation,C extends javax.websocket.EndpointConfig>
The live event methods found for a specific Annotated Endpoint
 
 
 
Common base for Parameter Identification in JSR Callable methods
Param handling for static Binary @OnMessage parameters.
Param handling for Text or Binary @OnMessage parameters declared as Decoders
Param handling for @OnClose parameters.
Param handling for @OnError parameters.
 
Param handling for @OnOpen parameters.
 
Param handling for static Text @OnMessage parameters
 
Session for the JSR.
 
 
 
 
Default implementation of the Text Message to Long decoder
Default encoder for Long to Encoder.Text Message encoder
An immutable metadata for a MessageHandler, representing a single interface on a message handling class.
Expose a MessageHandler instance along with its associated MessageHandlerMetadata and DecoderFactory.Wrapper
Basic Message Type enum.
Callable for OnClose annotated methods
Callable for OnError annotated methods
Callable for OnMessage annotated methods with a whole or partial binary messages.
Callable for OnMessage annotated methods for InputStream based binary message objects
 
Callable for OnMessage annotated methods with a PongMessage message object.
Callable for OnMessage annotated methods with a whole or partial text messages.
Callable for OnMessage annotated methods for Reader based text message objects
Callable for OnOpen annotated methods
 
The various roles of the known parameters.
 
 
 
 
 
 
Default implementation of the Decoder.Text Message to Short decoder
Default encoder for Short to Encoder.Text Message encoder
Basic EndpointMetadata for an WebSocket that extends from Endpoint
Default implementation of the Decoder.Text Message to String decoder
Default encoder for String to Encoder.Text Message encoder
Partial TEXT MessageAppender for MessageHandler.Partial interface
Partial TEXT MessageAppender for @OnMessage annotated methods