Package kilim.support

Class JettyHandler.Java7Handler

  • All Implemented Interfaces:
    JettyHandler.Iface
    Enclosing class:
    JettyHandler

    public abstract static class JettyHandler.Java7Handler
    extends java.lang.Object
    implements JettyHandler.Iface
    java 7 doesn't support default interface methods so we need a dummy impl of the woven handler this needs to be in a superclass, otherwise kilim will refuse to weave the real handle method
    • Constructor Summary

      Constructors 
      Constructor Description
      Java7Handler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String handle​(java.lang.String arg0, org.eclipse.jetty.server.Request arg1, javax.servlet.http.HttpServletRequest arg2, javax.servlet.http.HttpServletResponse arg3, Fiber arg4)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Java7Handler

        public Java7Handler()
    • Method Detail

      • handle

        public java.lang.String handle​(java.lang.String arg0,
                                       org.eclipse.jetty.server.Request arg1,
                                       javax.servlet.http.HttpServletRequest arg2,
                                       javax.servlet.http.HttpServletResponse arg3,
                                       Fiber arg4)
                                throws Pausable,
                                       java.lang.Exception
        Throws:
        Pausable
        java.lang.Exception