Package ca.uqac.lif.cep.http
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.RequestCallbackServer callback that fires when the URL for this upstream gateway receives a request for events
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPullCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanfire(com.sun.net.httpserver.HttpExchange t)ca.uqac.lif.jerrydog.CallbackResponseprocess(com.sun.net.httpserver.HttpExchange t)
-
-
-
Method Detail
-
fire
public boolean fire(com.sun.net.httpserver.HttpExchange t)
- Specified by:
firein classca.uqac.lif.jerrydog.RequestCallback
-
process
public ca.uqac.lif.jerrydog.CallbackResponse process(com.sun.net.httpserver.HttpExchange t)
- Specified by:
processin classca.uqac.lif.jerrydog.RequestCallback
-
-