Uses of Interface
org.eclipse.jetty.websocket.jsr356.annotations.IJsrParamId
Packages that use IJsrParamId
Package
Description
-
Uses of IJsrParamId in org.eclipse.jetty.websocket.jsr356.annotations
Classes in org.eclipse.jetty.websocket.jsr356.annotations that implement IJsrParamIdModifier and TypeClassDescriptionclass
Common base for Parameter Identification in JSR Callable methodsclass
Param handling for static Binary @OnMessage
parameters.class
Param handling for Text or Binary @OnMessage
parameters declared asDecoder
sclass
Param handling for @OnClose
parameters.class
Param handling for @OnError
parameters.class
class
Param handling for @OnOpen
parameters.class
class
Param handling for static Text @OnMessage
parametersFields in org.eclipse.jetty.websocket.jsr356.annotations declared as IJsrParamIdModifier and TypeFieldDescriptionstatic final IJsrParamId
JsrParamIdBinary.INSTANCE
static final IJsrParamId
JsrParamIdOnClose.INSTANCE
static final IJsrParamId
JsrParamIdOnError.INSTANCE
static final IJsrParamId
JsrParamIdOnOpen.INSTANCE
static final IJsrParamId
JsrParamIdPong.INSTANCE
static final IJsrParamId
JsrParamIdText.INSTANCE
Fields in org.eclipse.jetty.websocket.jsr356.annotations with type parameters of type IJsrParamIdModifier and TypeFieldDescriptionprivate final LinkedList<IJsrParamId>
AnnotatedEndpointScanner.paramsOnClose
private final LinkedList<IJsrParamId>
AnnotatedEndpointScanner.paramsOnError
private final LinkedList<IJsrParamId>
AnnotatedEndpointScanner.paramsOnMessage
private final LinkedList<IJsrParamId>
AnnotatedEndpointScanner.paramsOnOpen
Method parameters in org.eclipse.jetty.websocket.jsr356.annotations with type arguments of type IJsrParamIdModifier and TypeMethodDescriptionvoid
AnnotatedEndpointMetadata.customizeParamsOnClose
(LinkedList<IJsrParamId> params) void
AnnotatedEndpointMetadata.customizeParamsOnError
(LinkedList<IJsrParamId> params) void
AnnotatedEndpointMetadata.customizeParamsOnMessage
(LinkedList<IJsrParamId> params) void
AnnotatedEndpointMetadata.customizeParamsOnOpen
(LinkedList<IJsrParamId> params) private void
AnnotatedEndpointScanner.visitMethod
(JsrCallable callable, Class<?> pojo, Method method, LinkedList<IJsrParamId> paramIds, Class<? extends Annotation> methodAnnotationClass) private boolean
AnnotatedEndpointScanner.visitParam
(JsrCallable callable, Param param, List<IJsrParamId> paramIds) -
Uses of IJsrParamId in org.eclipse.jetty.websocket.jsr356.server
Classes in org.eclipse.jetty.websocket.jsr356.server that implement IJsrParamIdModifier and TypeClassDescriptionclass
Param handling for static parameters annotated with @PathParam
Fields in org.eclipse.jetty.websocket.jsr356.server declared as IJsrParamIdMethod parameters in org.eclipse.jetty.websocket.jsr356.server with type arguments of type IJsrParamIdModifier and TypeMethodDescriptionvoid
AnnotatedServerEndpointMetadata.customizeParamsOnClose
(LinkedList<IJsrParamId> params) void
AnnotatedServerEndpointMetadata.customizeParamsOnError
(LinkedList<IJsrParamId> params) void
AnnotatedServerEndpointMetadata.customizeParamsOnMessage
(LinkedList<IJsrParamId> params) void
AnnotatedServerEndpointMetadata.customizeParamsOnOpen
(LinkedList<IJsrParamId> params)