Uses of Class
org.apache.camel.component.http.HttpExchange

Uses of HttpExchange in org.apache.camel.component.http
 

Methods in org.apache.camel.component.http that return HttpExchange
 HttpExchange HttpEndpoint.createExchange()
           
 HttpExchange HttpEndpoint.createExchange(HttpServletRequest request, HttpServletResponse response)
           
 HttpExchange HttpMessage.getExchange()
           
 

Methods in org.apache.camel.component.http that return types with arguments of type HttpExchange
 org.apache.camel.Consumer<HttpExchange> HttpEndpoint.createConsumer(org.apache.camel.Processor processor)
           
protected  org.apache.camel.Endpoint<HttpExchange> HttpComponent.createEndpoint(String uri, String remaining, Map parameters)
           
 

Methods in org.apache.camel.component.http with parameters of type HttpExchange
 void HttpBinding.writeResponse(HttpExchange exchange)
          Writes the exchange to the servlet response
 

Constructors in org.apache.camel.component.http with parameters of type HttpExchange
HttpMessage(HttpExchange exchange, HttpServletRequest request)
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.