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

    Constructors
    Constructor
    Description
    EsperHttpRequestHandler(com.espertech.esper.runtime.internal.kernel.service.EPRuntimeSPI runtime)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(org.apache.http.HttpRequest request, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 interface org.apache.http.protocol.HttpRequestHandler
      Throws:
      org.apache.http.HttpException
      IOException