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 class
JsrParamIdBinary
Param handling for static Binary @OnMessage
parameters.class
JsrParamIdDecoder
Param handling for Text or Binary @OnMessage
parameters declared asDecoder
sclass
JsrParamIdOnClose
Param handling for @OnClose
parameters.class
JsrParamIdOnError
Param handling for @OnError
parameters.class
JsrParamIdOnMessage
class
JsrParamIdOnOpen
Param handling for @OnOpen
parameters.class
JsrParamIdPong
class
JsrParamIdText
Param handling for static Text @OnMessage
parameters
-