| Package | Description |
|---|---|
| org.eclipse.jetty.websocket.jsr356.annotations |
| Modifier and Type | Class | Description |
|---|---|---|
class |
JsrParamIdBase |
Common base for Parameter Identification in JSR Callable methods
|
class |
JsrParamIdBinary |
Param handling for static Binary @
OnMessage parameters. |
class |
JsrParamIdDecoder |
|
class |
JsrParamIdOnClose |
Param handling for @
OnClose parameters. |
class |
JsrParamIdOnError |
Param handling for @
OnError parameters. |
class |
JsrParamIdOnMessage |
|
class |
JsrParamIdOnOpen |
Param handling for @
OnOpen parameters. |
class |
JsrParamIdPong |
|
class |
JsrParamIdText |
Param handling for static Text @
OnMessage parameters |
| Modifier and Type | Field | Description |
|---|---|---|
static IJsrParamId |
JsrParamIdBinary.INSTANCE |
|
static IJsrParamId |
JsrParamIdOnClose.INSTANCE |
|
static IJsrParamId |
JsrParamIdOnError.INSTANCE |
|
static IJsrParamId |
JsrParamIdOnOpen.INSTANCE |
|
static IJsrParamId |
JsrParamIdPong.INSTANCE |
|
static IJsrParamId |
JsrParamIdText.INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AnnotatedEndpointMetadata.customizeParamsOnClose(java.util.LinkedList<IJsrParamId> params) |
|
void |
AnnotatedEndpointMetadata.customizeParamsOnError(java.util.LinkedList<IJsrParamId> params) |
|
void |
AnnotatedEndpointMetadata.customizeParamsOnMessage(java.util.LinkedList<IJsrParamId> params) |
|
void |
AnnotatedEndpointMetadata.customizeParamsOnOpen(java.util.LinkedList<IJsrParamId> params) |
Copyright © 1995–2018 Webtide. All rights reserved.