Class JsrPathParamId
java.lang.Object
org.eclipse.jetty.websocket.jsr356.server.JsrPathParamId
- All Implemented Interfaces:
IJsrParamId
Param handling for static parameters annotated with @
PathParam-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
JsrPathParamId
public JsrPathParamId()
-
-
Method Details
-
process
public boolean process(Param param, JsrCallable callable) throws org.eclipse.jetty.websocket.common.events.annotated.InvalidSignatureException - Specified by:
processin interfaceIJsrParamId- Throws:
org.eclipse.jetty.websocket.common.events.annotated.InvalidSignatureException
-