Class HttpDownstreamGateway.ListenerCallback

  • Enclosing class:
    HttpDownstreamGateway

    protected class HttpDownstreamGateway.ListenerCallback
    extends ca.uqac.lif.jerrydog.RequestCallback
    • Nested Class Summary

      • Nested classes/interfaces inherited from class ca.uqac.lif.jerrydog.RequestCallback

        ca.uqac.lif.jerrydog.RequestCallback.Method
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean fire​(com.sun.net.httpserver.HttpExchange t)  
      ca.uqac.lif.jerrydog.CallbackResponse process​(com.sun.net.httpserver.HttpExchange t)  
      • Methods inherited from class ca.uqac.lif.jerrydog.RequestCallback

        methodToString
      • Methods inherited from class java.lang.Object

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

      • ListenerCallback

        public ListenerCallback()
    • Method Detail

      • fire

        public boolean fire​(com.sun.net.httpserver.HttpExchange t)
        Specified by:
        fire in class ca.uqac.lif.jerrydog.RequestCallback
      • process

        public ca.uqac.lif.jerrydog.CallbackResponse process​(com.sun.net.httpserver.HttpExchange t)
        Specified by:
        process in class ca.uqac.lif.jerrydog.RequestCallback