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 TypeClassDescriptionclassCommon base for Parameter Identification in JSR Callable methodsclassParam handling for static Binary @OnMessageparameters.classParam handling for Text or Binary @OnMessageparameters declared asDecodersclassParam handling for @OnCloseparameters.classParam handling for @OnErrorparameters.classclassParam handling for @OnOpenparameters.classclassParam handling for static Text @OnMessageparametersFields in org.eclipse.jetty.websocket.jsr356.annotations declared as IJsrParamIdModifier and TypeFieldDescriptionstatic final IJsrParamIdJsrParamIdBinary.INSTANCEstatic final IJsrParamIdJsrParamIdOnClose.INSTANCEstatic final IJsrParamIdJsrParamIdOnError.INSTANCEstatic final IJsrParamIdJsrParamIdOnOpen.INSTANCEstatic final IJsrParamIdJsrParamIdPong.INSTANCEstatic final IJsrParamIdJsrParamIdText.INSTANCEFields in org.eclipse.jetty.websocket.jsr356.annotations with type parameters of type IJsrParamIdModifier and TypeFieldDescriptionprivate final LinkedList<IJsrParamId> AnnotatedEndpointScanner.paramsOnCloseprivate final LinkedList<IJsrParamId> AnnotatedEndpointScanner.paramsOnErrorprivate final LinkedList<IJsrParamId> AnnotatedEndpointScanner.paramsOnMessageprivate final LinkedList<IJsrParamId> AnnotatedEndpointScanner.paramsOnOpenMethod parameters in org.eclipse.jetty.websocket.jsr356.annotations with type arguments of type IJsrParamIdModifier and TypeMethodDescriptionvoidAnnotatedEndpointMetadata.customizeParamsOnClose(LinkedList<IJsrParamId> params) voidAnnotatedEndpointMetadata.customizeParamsOnError(LinkedList<IJsrParamId> params) voidAnnotatedEndpointMetadata.customizeParamsOnMessage(LinkedList<IJsrParamId> params) voidAnnotatedEndpointMetadata.customizeParamsOnOpen(LinkedList<IJsrParamId> params) private voidAnnotatedEndpointScanner.visitMethod(JsrCallable callable, Class<?> pojo, Method method, LinkedList<IJsrParamId> paramIds, Class<? extends Annotation> methodAnnotationClass) private booleanAnnotatedEndpointScanner.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 TypeClassDescriptionclassParam handling for static parameters annotated with @PathParamFields 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 TypeMethodDescriptionvoidAnnotatedServerEndpointMetadata.customizeParamsOnClose(LinkedList<IJsrParamId> params) voidAnnotatedServerEndpointMetadata.customizeParamsOnError(LinkedList<IJsrParamId> params) voidAnnotatedServerEndpointMetadata.customizeParamsOnMessage(LinkedList<IJsrParamId> params) voidAnnotatedServerEndpointMetadata.customizeParamsOnOpen(LinkedList<IJsrParamId> params)