Modifier and Type | Method and Description |
---|---|
abstract JettyContentExchange |
JettyHttpEndpoint.createContentExchange() |
Modifier and Type | Method and Description |
---|---|
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 |
DefaultJettyHttpBinding.populateResponse(org.apache.camel.Exchange exchange,
JettyContentExchange httpExchange) |
void |
JettyHttpBinding.populateResponse(org.apache.camel.Exchange exchange,
JettyContentExchange httpExchange)
Parses the response from the Jetty client.
|
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