Uses of Interface
org.eclipse.jetty.websocket.jsr356.annotations.IJsrParamId
Packages that use IJsrParamId
-
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.INSTANCEMethod 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)