| Interface | Description |
|---|---|
| IJsrMethod | |
| IJsrParamId |
JSR-356 Parameter Identification processing.
|
| Class | Description |
|---|---|
| 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 |
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 |
| Enum | Description |
|---|---|
| Param.Role |
The various roles of the known parameters.
|
Copyright © 1995-2015 Webtide. All Rights Reserved.