Class HttpHandler

java.lang.Object
org.gvsig.report.lib.impl.HttpHandler
All Implemented Interfaces:
org.apache.http.nio.protocol.HttpAsyncRequestHandler<org.apache.http.HttpRequest>

public class HttpHandler extends Object implements org.apache.http.nio.protocol.HttpAsyncRequestHandler<org.apache.http.HttpRequest>
Author:
jjdelcerro
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(org.apache.http.HttpRequest request, org.apache.http.nio.protocol.HttpAsyncExchange httpexchange, org.apache.http.protocol.HttpContext context)
     
    org.apache.http.nio.protocol.HttpAsyncRequestConsumer<org.apache.http.HttpRequest>
    processRequest(org.apache.http.HttpRequest request, 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

  • Method Details

    • processRequest

      public org.apache.http.nio.protocol.HttpAsyncRequestConsumer<org.apache.http.HttpRequest> processRequest(org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context)
      Specified by:
      processRequest in interface org.apache.http.nio.protocol.HttpAsyncRequestHandler<org.apache.http.HttpRequest>
    • handle

      public void handle(org.apache.http.HttpRequest request, org.apache.http.nio.protocol.HttpAsyncExchange httpexchange, org.apache.http.protocol.HttpContext context) throws org.apache.http.HttpException, IOException
      Specified by:
      handle in interface org.apache.http.nio.protocol.HttpAsyncRequestHandler<org.apache.http.HttpRequest>
      Throws:
      org.apache.http.HttpException
      IOException