org.apache.camel.component.jhc
Interface AsyncHttpRequestHandler

All Superinterfaces:
org.apache.http.protocol.HttpRequestHandler

public interface AsyncHttpRequestHandler
extends org.apache.http.protocol.HttpRequestHandler


Method Summary
 void handle(org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context, AsyncResponseHandler handler)
           
 
Methods inherited from interface org.apache.http.protocol.HttpRequestHandler
handle
 

Method Detail

handle

void handle(org.apache.http.HttpRequest request,
            org.apache.http.protocol.HttpContext context,
            AsyncResponseHandler handler)
            throws org.apache.http.HttpException,
                   IOException
Throws:
org.apache.http.HttpException
IOException


Apache CAMEL