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 classJsrParamIdBaseCommon base for Parameter Identification in JSR Callable methodsclassJsrParamIdBinaryParam handling for static Binary @OnMessageparameters.classJsrParamIdDecoderParam handling for Text or Binary @OnMessageparameters declared asDecodersclassJsrParamIdOnCloseParam handling for @OnCloseparameters.classJsrParamIdOnErrorParam handling for @OnErrorparameters.classJsrParamIdOnMessageclassJsrParamIdOnOpenParam handling for @OnOpenparameters.classJsrParamIdPongclassJsrParamIdTextParam handling for static Text @OnMessageparametersFields in org.eclipse.jetty.websocket.jsr356.annotations declared as IJsrParamId Modifier and Type Field Description static IJsrParamIdJsrParamIdBinary. INSTANCEstatic IJsrParamIdJsrParamIdOnClose. INSTANCEstatic IJsrParamIdJsrParamIdOnError. INSTANCEstatic IJsrParamIdJsrParamIdOnOpen. INSTANCEstatic IJsrParamIdJsrParamIdPong. INSTANCEstatic IJsrParamIdJsrParamIdText. INSTANCEMethod parameters in org.eclipse.jetty.websocket.jsr356.annotations with type arguments of type IJsrParamId Modifier and Type Method Description voidAnnotatedEndpointMetadata. customizeParamsOnClose(java.util.LinkedList<IJsrParamId> params)voidAnnotatedEndpointMetadata. customizeParamsOnError(java.util.LinkedList<IJsrParamId> params)voidAnnotatedEndpointMetadata. customizeParamsOnMessage(java.util.LinkedList<IJsrParamId> params)voidAnnotatedEndpointMetadata. 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 classJsrPathParamIdParam handling for static parameters annotated with @PathParamFields in org.eclipse.jetty.websocket.jsr356.server declared as IJsrParamId Modifier and Type Field Description static IJsrParamIdJsrPathParamId. INSTANCEMethod parameters in org.eclipse.jetty.websocket.jsr356.server with type arguments of type IJsrParamId Modifier and Type Method Description voidAnnotatedServerEndpointMetadata. customizeParamsOnClose(java.util.LinkedList<IJsrParamId> params)voidAnnotatedServerEndpointMetadata. customizeParamsOnError(java.util.LinkedList<IJsrParamId> params)voidAnnotatedServerEndpointMetadata. customizeParamsOnMessage(java.util.LinkedList<IJsrParamId> params)voidAnnotatedServerEndpointMetadata. customizeParamsOnOpen(java.util.LinkedList<IJsrParamId> params)
-