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

Packages that use HttpExchange
org.apache.camel.component.http Defines the HTTP Component 
 

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

Methods in org.apache.camel.component.http that return HttpExchange
 HttpExchange HttpEndpoint.createExchange(ExchangePattern pattern)
           
 HttpExchange HttpEndpoint.createExchange(HttpServletRequest request, HttpServletResponse response)
           
 HttpExchange HttpMessage.getExchange()
           
 HttpExchange HttpPollingConsumer.receive()
           
 HttpExchange HttpPollingConsumer.receive(long timeout)
           
 HttpExchange HttpPollingConsumer.receiveNoWait()
           
 

Methods in org.apache.camel.component.http that return types with arguments of type HttpExchange
 PollingConsumer<HttpExchange> HttpEndpoint.createPollingConsumer()
           
 Producer<HttpExchange> HttpEndpoint.createProducer()
           
 

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

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



Copyright © 2009 Apache Software Foundation. All Rights Reserved.