| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJettyHttpBinding |
| Modifier and Type | Field and Description |
|---|---|
protected JettyHttpBinding |
JettyHttpComponent.jettyHttpBinding |
| Modifier and Type | Method and Description |
|---|---|
JettyHttpBinding |
JettyHttpProducer.getBinding() |
JettyHttpBinding |
JettyHttpEndpoint.getJettyBinding(org.eclipse.jetty.client.HttpClient httpClient) |
JettyHttpBinding |
JettyHttpComponent.getJettyHttpBinding() |
| Modifier and Type | Method and Description |
|---|---|
void |
JettyContentExchange.init(org.apache.camel.Exchange exchange,
JettyHttpBinding jettyBinding,
org.eclipse.jetty.client.HttpClient client,
org.apache.camel.AsyncCallback callback) |
void |
JettyHttpProducer.setBinding(JettyHttpBinding binding) |
void |
JettyHttpEndpoint.setJettyBinding(JettyHttpBinding jettyBinding) |
void |
JettyHttpComponent.setJettyHttpBinding(JettyHttpBinding jettyHttpBinding)
To use a custom org.apache.camel.component.jetty.JettyHttpBinding, which are used to customize how a response should be written for the producer.
|
Apache Camel