Class JsrParamIdBinary
java.lang.Object
org.eclipse.jetty.websocket.jsr356.annotations.JsrParamIdBase
org.eclipse.jetty.websocket.jsr356.annotations.JsrParamIdOnMessage
org.eclipse.jetty.websocket.jsr356.annotations.JsrParamIdBinary
- All Implemented Interfaces:
IJsrParamId
Param handling for static Binary @
OnMessage
parameters.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
process
(Param param, JsrCallable callable) Process the potential parameter.Methods inherited from class org.eclipse.jetty.websocket.jsr356.annotations.JsrParamIdOnMessage
assertPartialMessageSupportDisabled
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
JsrParamIdBinary
public JsrParamIdBinary()
-
-
Method Details
-
process
Description copied from interface:IJsrParamId
Process the potential parameter.If known to be a valid parameter, bind a role to it.
- Specified by:
process
in interfaceIJsrParamId
- Overrides:
process
in classJsrParamIdBase
- Parameters:
param
- the parameter being processedcallable
- the callable this param belongs to (used to obtain extra state about the callable that might impact decision making)- Returns:
- true if processed, false if not processed
- Throws:
InvalidSignatureException
- if a violation of the signature rules occurred
-