Class JsrPathParamId

  • All Implemented Interfaces:
    org.eclipse.jetty.websocket.jsr356.annotations.IJsrParamId

    public class JsrPathParamId
    extends Object
    implements org.eclipse.jetty.websocket.jsr356.annotations.IJsrParamId
    Param handling for static parameters annotated with @PathParam
    • Field Detail

      • INSTANCE

        public static final org.eclipse.jetty.websocket.jsr356.annotations.IJsrParamId INSTANCE
    • Constructor Detail

      • JsrPathParamId

        public JsrPathParamId()
    • 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:
        process in interface org.eclipse.jetty.websocket.jsr356.annotations.IJsrParamId
        Throws:
        org.eclipse.jetty.websocket.common.events.annotated.InvalidSignatureException