Package com.espertech.esperio.http
Class EsperHttpRequestHandler
java.lang.Object
com.espertech.esperio.http.EsperHttpRequestHandler
- All Implemented Interfaces:
org.apache.http.protocol.HttpRequestHandler
public class EsperHttpRequestHandler
extends Object
implements org.apache.http.protocol.HttpRequestHandler
-
Constructor Summary
ConstructorDescriptionEsperHttpRequestHandler
(com.espertech.esper.runtime.internal.kernel.service.EPRuntimeSPI runtime) -
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(org.apache.http.HttpRequest request, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
-
Constructor Details
-
EsperHttpRequestHandler
public EsperHttpRequestHandler(com.espertech.esper.runtime.internal.kernel.service.EPRuntimeSPI runtime)
-
-
Method Details
-
handle
public void handle(org.apache.http.HttpRequest request, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context) throws org.apache.http.HttpException, IOException - Specified by:
handle
in interfaceorg.apache.http.protocol.HttpRequestHandler
- Throws:
org.apache.http.HttpException
IOException
-