Package | Description |
---|---|
org.eclipse.jetty.websocket.jsr356.annotations | |
org.eclipse.jetty.websocket.jsr356.server |
Modifier and Type | Class and Description |
---|---|
class |
JsrParamIdBase
Common base for Parameter Identification in JSR Callable methods
|
class |
JsrParamIdBinary
Param handling for static Binary @
OnMessage parameters. |
class |
JsrParamIdDecoder
Param handling for Text or Binary @
OnMessage parameters declared as Decoder s |
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 and Description |
---|---|
static IJsrParamId |
JsrParamIdText.INSTANCE |
static IJsrParamId |
JsrParamIdPong.INSTANCE |
static IJsrParamId |
JsrParamIdOnOpen.INSTANCE |
static IJsrParamId |
JsrParamIdOnError.INSTANCE |
static IJsrParamId |
JsrParamIdOnClose.INSTANCE |
static IJsrParamId |
JsrParamIdBinary.INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
AnnotatedEndpointMetadata.customizeParamsOnClose(LinkedList<IJsrParamId> params) |
void |
AnnotatedEndpointMetadata.customizeParamsOnError(LinkedList<IJsrParamId> params) |
void |
AnnotatedEndpointMetadata.customizeParamsOnMessage(LinkedList<IJsrParamId> params) |
void |
AnnotatedEndpointMetadata.customizeParamsOnOpen(LinkedList<IJsrParamId> params) |
Modifier and Type | Class and Description |
---|---|
class |
JsrPathParamId
Param handling for static parameters annotated with @
PathParam |
Modifier and Type | Field and Description |
---|---|
static IJsrParamId |
JsrPathParamId.INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
AnnotatedServerEndpointMetadata.customizeParamsOnClose(LinkedList<IJsrParamId> params) |
void |
AnnotatedServerEndpointMetadata.customizeParamsOnError(LinkedList<IJsrParamId> params) |
void |
AnnotatedServerEndpointMetadata.customizeParamsOnMessage(LinkedList<IJsrParamId> params) |
void |
AnnotatedServerEndpointMetadata.customizeParamsOnOpen(LinkedList<IJsrParamId> params) |
Copyright © 1995-2015 Webtide. All Rights Reserved.