| Package | Description |
|---|---|
| org.apache.camel.http.common |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHttpBinding
Binding between
HttpMessage and HttpServletResponse. |
| Modifier and Type | Field and Description |
|---|---|
protected HttpBinding |
HttpCommonComponent.httpBinding |
| Modifier and Type | Method and Description |
|---|---|
HttpBinding |
HttpConsumer.getBinding() |
HttpBinding |
HttpCommonEndpoint.getBinding()
Deprecated.
|
HttpBinding |
HttpCommonEndpoint.getHttpBinding() |
HttpBinding |
HttpCommonComponent.getHttpBinding() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpCommonEndpoint.setBinding(HttpBinding httpBinding)
Deprecated.
|
void |
HttpCommonEndpoint.setHttpBinding(HttpBinding httpBinding)
To use a custom HttpBinding to control the mapping between Camel message and HttpClient.
|
void |
HttpCommonComponent.setHttpBinding(HttpBinding httpBinding)
To use a custom HttpBinding to control the mapping between Camel message and HttpClient.
|
Apache Camel