Class JsrPathParamId
- java.lang.Object
-
- org.eclipse.jetty.websocket.jsr356.server.JsrPathParamId
-
-
Field Summary
Fields Modifier and Type Field Description static org.eclipse.jetty.websocket.jsr356.annotations.IJsrParamIdINSTANCE
-
Constructor Summary
Constructors Constructor Description JsrPathParamId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanprocess(org.eclipse.jetty.websocket.jsr356.annotations.Param param, org.eclipse.jetty.websocket.jsr356.annotations.JsrCallable callable)
-
-
-
Method Detail
-
process
public boolean process(org.eclipse.jetty.websocket.jsr356.annotations.Param param, org.eclipse.jetty.websocket.jsr356.annotations.JsrCallable callable) throws org.eclipse.jetty.websocket.common.events.annotated.InvalidSignatureException- Specified by:
processin interfaceorg.eclipse.jetty.websocket.jsr356.annotations.IJsrParamId- Throws:
org.eclipse.jetty.websocket.common.events.annotated.InvalidSignatureException
-
-