Class HttpUpstreamGateway.PullCallback

java.lang.Object
ca.uqac.lif.jerrydog.RequestCallback
ca.uqac.lif.cep.http.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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    ca.uqac.lif.jerrydog.CallbackResponse
     

    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 Details

    • PullCallback

      protected PullCallback()
  • Method Details

    • fire

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

      public ca.uqac.lif.jerrydog.CallbackResponse process(HttpExchange t)
      Specified by:
      process in class ca.uqac.lif.jerrydog.RequestCallback