Package ca.uqac.lif.cep.http
Class HttpDownstreamGateway.ListenerCallback
- java.lang.Object
-
- ca.uqac.lif.jerrydog.RequestCallback
-
- ca.uqac.lif.cep.http.HttpDownstreamGateway.ListenerCallback
-
- Enclosing class:
- HttpDownstreamGateway
protected class HttpDownstreamGateway.ListenerCallback extends ca.uqac.lif.jerrydog.RequestCallback
-
-
Constructor Summary
Constructors Constructor Description ListenerCallback()
-
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)
-
-
-
Method Detail
-
fire
public boolean fire(com.sun.net.httpserver.HttpExchange t)
- Specified by:
fire
in classca.uqac.lif.jerrydog.RequestCallback
-
process
public ca.uqac.lif.jerrydog.CallbackResponse process(com.sun.net.httpserver.HttpExchange t)
- Specified by:
process
in classca.uqac.lif.jerrydog.RequestCallback
-
-