JsrParamIdBase, JsrParamIdBinary, JsrParamIdDecoder, JsrParamIdOnClose, JsrParamIdOnError, JsrParamIdOnMessage, JsrParamIdOnOpen, JsrParamIdPong, JsrParamIdTextpublic interface IJsrParamId
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
process(Param param,
JsrCallable callable) |
Process the potential parameter.
|
boolean process(Param param, JsrCallable callable) throws org.eclipse.jetty.websocket.common.events.annotated.InvalidSignatureException
If known to be a valid parameter, bind a role to it.
param - the parameter being processedcallable - the callable this param belongs to (used to obtain extra state about the callable that might impact decision making)org.eclipse.jetty.websocket.common.events.annotated.InvalidSignatureException - if a violation of the signature rules occurredCopyright © 1995–2018 Webtide. All rights reserved.