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
Fields in org.eclipse.jetty.websocket.jsr356.annotations with type parameters of type IJsrParamId Modifier and Type Field Description private java.util.LinkedList<IJsrParamId>
AnnotatedEndpointScanner. paramsOnClose
private java.util.LinkedList<IJsrParamId>
AnnotatedEndpointScanner. paramsOnError
private java.util.LinkedList<IJsrParamId>
AnnotatedEndpointScanner. paramsOnMessage
private java.util.LinkedList<IJsrParamId>
AnnotatedEndpointScanner. paramsOnOpen
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)
private void
AnnotatedEndpointScanner. visitMethod(JsrCallable callable, java.lang.Class<?> pojo, java.lang.reflect.Method method, java.util.LinkedList<IJsrParamId> paramIds, java.lang.Class<? extends java.lang.annotation.Annotation> methodAnnotationClass)
private boolean
AnnotatedEndpointScanner. visitParam(JsrCallable callable, Param param, java.util.List<IJsrParamId> paramIds)
-
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)
-