Package | Description |
---|---|
org.apache.camel.component.http |
Defines the HTTP Component
|
Modifier and Type | Method and Description |
---|---|
HttpComponent |
HttpEndpoint.getComponent() |
Modifier and Type | Method and Description |
---|---|
protected HttpEndpoint |
HttpComponent.createHttpEndpoint(String uri,
HttpComponent component,
org.apache.commons.httpclient.params.HttpClientParams clientParams,
org.apache.commons.httpclient.HttpConnectionManager connectionManager,
HttpClientConfigurer configurer) |
Constructor and Description |
---|
HttpEndpoint(String endPointURI,
HttpComponent component,
org.apache.commons.httpclient.params.HttpClientParams clientParams,
org.apache.commons.httpclient.HttpConnectionManager httpConnectionManager,
HttpClientConfigurer clientConfigurer) |
HttpEndpoint(String endPointURI,
HttpComponent component,
URI httpURI) |
HttpEndpoint(String endPointURI,
HttpComponent component,
URI httpURI,
org.apache.commons.httpclient.params.HttpClientParams clientParams,
org.apache.commons.httpclient.HttpConnectionManager httpConnectionManager,
HttpClientConfigurer clientConfigurer) |
HttpEndpoint(String endPointURI,
HttpComponent component,
URI httpURI,
org.apache.commons.httpclient.HttpConnectionManager httpConnectionManager) |
Apache Camel