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