Uses of Class
org.apache.camel.component.jetty.JettyContentExchange

Uses of JettyContentExchange in org.apache.camel.component.jetty
 

Methods in org.apache.camel.component.jetty that return JettyContentExchange
protected  JettyContentExchange JettyHttpProducer.createHttpExchange(org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback)
           
 

Methods in org.apache.camel.component.jetty with parameters of type JettyContentExchange
protected static void JettyHttpProducer.doSendExchange(org.eclipse.jetty.client.HttpClient client, JettyContentExchange httpExchange)
           
protected  Object DefaultJettyHttpBinding.extractResponseBody(org.apache.camel.Exchange exchange, JettyContentExchange httpExchange)
           
protected  Exception DefaultJettyHttpBinding.populateHttpOperationFailedException(org.apache.camel.Exchange exchange, JettyContentExchange httpExchange, int responseCode)
           
 void JettyHttpBinding.populateResponse(org.apache.camel.Exchange exchange, JettyContentExchange httpExchange)
          Parses the response from the Jetty client.
 void DefaultJettyHttpBinding.populateResponse(org.apache.camel.Exchange exchange, JettyContentExchange httpExchange)
           
protected  void DefaultJettyHttpBinding.populateResponse(org.apache.camel.Exchange exchange, JettyContentExchange httpExchange, org.apache.camel.Message in, org.apache.camel.spi.HeaderFilterStrategy strategy, int responseCode)
           
 



Apache CAMEL