Class JsrParamIdOnClose
java.lang.Object
org.eclipse.jetty.websocket.jsr356.annotations.JsrParamIdBase
org.eclipse.jetty.websocket.jsr356.annotations.JsrParamIdOnClose
- All Implemented Interfaces:
IJsrParamId
Param handling for @
OnClose parameters.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(Param param, JsrCallable callable) Process the potential parameter.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
JsrParamIdOnClose
public JsrParamIdOnClose()
-
-
Method Details
-
process
Description copied from interface:IJsrParamIdProcess the potential parameter.If known to be a valid parameter, bind a role to it.
- Specified by:
processin interfaceIJsrParamId- Overrides:
processin 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
-