Uses of Class
org.eclipse.jetty.websocket.jsr356.annotations.JsrParamIdBase
-
Packages that use JsrParamIdBase Package Description org.eclipse.jetty.websocket.jsr356.annotations -
-
Uses of JsrParamIdBase in org.eclipse.jetty.websocket.jsr356.annotations
Subclasses of JsrParamIdBase in org.eclipse.jetty.websocket.jsr356.annotations Modifier and Type Class Description classJsrParamIdBinaryParam 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 @OnMessageparameters
-