Package | Description |
---|---|
org.apache.camel.component.http |
Defines the HTTP Component
|
Modifier and Type | Method and Description |
---|---|
protected HttpConsumer |
CamelServlet.resolve(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
HttpEndpoint.connect(HttpConsumer consumer) |
void |
HttpComponent.connect(HttpConsumer consumer)
Connects the URL specified on the endpoint to the specified processor.
|
void |
CamelServlet.connect(HttpConsumer consumer) |
void |
HttpEndpoint.disconnect(HttpConsumer consumer) |
void |
HttpComponent.disconnect(HttpConsumer consumer)
Disconnects the URL specified on the endpoint from the specified processor.
|
void |
CamelServlet.disconnect(HttpConsumer consumer) |
Apache Camel