Class HttpUpstreamGateway.PullCallback

  • Enclosing class:
    HttpUpstreamGateway

    protected class HttpUpstreamGateway.PullCallback
    extends ca.uqac.lif.jerrydog.RequestCallback
    Server callback that fires when the URL for this upstream gateway receives a request for events
    • Nested Class Summary

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

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

      Constructors 
      Modifier Constructor Description
      protected PullCallback()  
    • 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

      • PullCallback

        protected PullCallback()
    • 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