Uses of Interface
org.eclipse.jetty.websocket.jsr356.annotations.IJsrParamId
-
Packages that use IJsrParamId Package Description org.eclipse.jetty.websocket.jsr356.annotations org.eclipse.jetty.websocket.jsr356.server -
-
Uses of IJsrParamId in org.eclipse.jetty.websocket.jsr356.annotations
Classes in org.eclipse.jetty.websocket.jsr356.annotations that implement IJsrParamId Modifier and Type Class Description class
JsrParamIdBase
Common base for Parameter Identification in JSR Callable methodsclass
JsrParamIdBinary
Param handling for static Binary @OnMessage
parameters.class
JsrParamIdDecoder
Param handling for Text or Binary @OnMessage
parameters declared asDecoder
sclass
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
parametersFields in org.eclipse.jetty.websocket.jsr356.annotations declared as IJsrParamId 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
Method parameters in org.eclipse.jetty.websocket.jsr356.annotations with type arguments of type IJsrParamId 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)
-
Uses of IJsrParamId in org.eclipse.jetty.websocket.jsr356.server
Classes in org.eclipse.jetty.websocket.jsr356.server that implement IJsrParamId Modifier and Type Class Description class
JsrPathParamId
Param handling for static parameters annotated with @PathParam
Fields in org.eclipse.jetty.websocket.jsr356.server declared as IJsrParamId Modifier and Type Field Description static IJsrParamId
JsrPathParamId. INSTANCE
Method parameters in org.eclipse.jetty.websocket.jsr356.server with type arguments of type IJsrParamId Modifier and Type Method Description void
AnnotatedServerEndpointMetadata. customizeParamsOnClose(java.util.LinkedList<IJsrParamId> params)
void
AnnotatedServerEndpointMetadata. customizeParamsOnError(java.util.LinkedList<IJsrParamId> params)
void
AnnotatedServerEndpointMetadata. customizeParamsOnMessage(java.util.LinkedList<IJsrParamId> params)
void
AnnotatedServerEndpointMetadata. customizeParamsOnOpen(java.util.LinkedList<IJsrParamId> params)
-