| AnnotatedEndpointMetadata<T extends Annotation,C extends EndpointConfig> |
Static reference to a specific annotated classes metadata.
|
| AnnotatedEndpointScanner<T extends Annotation,C extends EndpointConfig> |
|
| JsrCallable |
|
| JsrEvents<T extends Annotation,C extends 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 |
|
| 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 |
|
| OnMessageCallable |
|
| OnMessagePongCallable |
|
| 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 |
|