| AnnotatedEndpointMetadata<T extends java.lang.annotation.Annotation,C extends javax.websocket.EndpointConfig> |
Static reference to a specific annotated classes metadata.
|
| AnnotatedEndpointScanner<T extends java.lang.annotation.Annotation,C extends javax.websocket.EndpointConfig> |
|
| JsrCallable |
|
| JsrEvents<T extends java.lang.annotation.Annotation,C extends javax.websocket.EndpointConfig> |
The live event methods found for a specific Annotated Endpoint
|
| JsrParamIdBase |
Common base for Parameter Identification in JSR Callable methods
|
| JsrParamIdBinary |
Param handling for static Binary @OnMessage parameters.
|
| JsrParamIdDecoder |
Param handling for Text or Binary @OnMessage parameters declared as Decoders
|
| JsrParamIdOnClose |
Param handling for @OnClose parameters.
|
| JsrParamIdOnError |
Param handling for @OnError parameters.
|
| JsrParamIdOnMessage |
|
| JsrParamIdOnOpen |
Param handling for @OnOpen parameters.
|
| JsrParamIdPong |
|
| JsrParamIdText |
Param handling for static Text @OnMessage parameters
|
| OnCloseCallable |
Callable for OnClose annotated methods
|
| OnErrorCallable |
Callable for OnError annotated methods
|
| OnMessageBinaryCallable |
Callable for OnMessage annotated methods with a whole or partial binary messages.
|
| OnMessageBinaryStreamCallable |
Callable for OnMessage annotated methods for InputStream based binary message objects
|
| OnMessageCallable |
|
| OnMessagePongCallable |
Callable for OnMessage annotated methods with a PongMessage message object.
|
| OnMessageTextCallable |
Callable for OnMessage annotated methods with a whole or partial text messages.
|
| OnMessageTextStreamCallable |
Callable for OnMessage annotated methods for Reader based text message objects
|
| OnOpenCallable |
Callable for OnOpen annotated methods
|
| Param |
|