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.ApplyURI
  • Field Summary

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

    _handling, _terminating
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    matchAndApply(String target, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
    Match and apply.

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

    isHandling, isTerminating, setHandling, setTerminating, toString

    Methods inherited from class java.lang.Object

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

    • SessionRule

      public SessionRule()
  • Method Details

    • matchAndApply

      public String matchAndApply(String target, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
      Match and apply.
      Specified by:
      matchAndApply in class org.eclipse.jetty.rewrite.handler.Rule
      Parameters:
      target - the target
      request - the request
      response - the response
      Returns:
      the string
      Throws:
      IOException - Signals that an I/O exception has occurred.