Class HttpPlugin.SessionRule

java.lang.Object
org.eclipse.jetty.rewrite.handler.Rule
ecmwf.ecpds.master.plugin.http.HttpPlugin.SessionRule
Enclosing class:
HttpPlugin

public static class HttpPlugin.SessionRule extends org.eclipse.jetty.rewrite.handler.Rule
The Class SessionRule.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.eclipse.jetty.rewrite.handler.Rule

    org.eclipse.jetty.rewrite.handler.Rule.Handler, org.eclipse.jetty.rewrite.handler.Rule.HttpURIHandler
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.jetty.rewrite.handler.Rule.Handler
    matchAndApply(org.eclipse.jetty.rewrite.handler.Rule.Handler input)
     

    Methods inherited from class org.eclipse.jetty.rewrite.handler.Rule

    isTerminating, setTerminating, toString

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SessionRule

      public SessionRule()
  • Method Details

    • matchAndApply

      public org.eclipse.jetty.rewrite.handler.Rule.Handler matchAndApply(org.eclipse.jetty.rewrite.handler.Rule.Handler input) throws IOException
      Specified by:
      matchAndApply in class org.eclipse.jetty.rewrite.handler.Rule
      Throws:
      IOException