| Modifier and Type | Method and Description |
|---|---|
VertxHttpEndpoint |
VertxHttpProducer.getEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
VertxHttpBinding.handleResponse(VertxHttpEndpoint endpoint,
org.apache.camel.Exchange exchange,
io.vertx.core.AsyncResult<io.vertx.ext.web.client.HttpResponse<io.vertx.core.buffer.Buffer>> response)
Handles the
HttpResponse returned from the HTTP endpoint invocation |
void |
DefaultVertxHttpBinding.handleResponse(VertxHttpEndpoint endpoint,
org.apache.camel.Exchange exchange,
io.vertx.core.AsyncResult<io.vertx.ext.web.client.HttpResponse<io.vertx.core.buffer.Buffer>> response) |
Throwable |
VertxHttpBinding.handleResponseFailure(VertxHttpEndpoint endpoint,
org.apache.camel.Exchange exchange,
io.vertx.ext.web.client.HttpResponse<io.vertx.core.buffer.Buffer> result)
Handles failures returned in the
HttpResponse |
Throwable |
DefaultVertxHttpBinding.handleResponseFailure(VertxHttpEndpoint endpoint,
org.apache.camel.Exchange exchange,
io.vertx.ext.web.client.HttpResponse<io.vertx.core.buffer.Buffer> result) |
io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> |
VertxHttpBinding.prepareHttpRequest(VertxHttpEndpoint endpoint,
org.apache.camel.Exchange exchange)
Prepares a
HttpRequest by setting up the required host, port & part details specified on the endpoint
configuration |
io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> |
DefaultVertxHttpBinding.prepareHttpRequest(VertxHttpEndpoint endpoint,
org.apache.camel.Exchange exchange) |
Object |
DefaultVertxHttpBinding.processResponseBody(VertxHttpEndpoint endpoint,
org.apache.camel.Exchange exchange,
io.vertx.ext.web.client.HttpResponse<io.vertx.core.buffer.Buffer> result) |
Object |
VertxHttpBinding.processResponseBody(VertxHttpEndpoint endpoint,
org.apache.camel.Exchange exchange,
io.vertx.ext.web.client.HttpResponse<io.vertx.core.buffer.Buffer> result,
boolean exceptionOnly)
Processes the received
Buffer response body in the HttpResponse |
Object |
DefaultVertxHttpBinding.processResponseBody(VertxHttpEndpoint endpoint,
org.apache.camel.Exchange exchange,
io.vertx.ext.web.client.HttpResponse<io.vertx.core.buffer.Buffer> result,
boolean exceptionOnly) |
| Constructor and Description |
|---|
VertxHttpProducer(VertxHttpEndpoint endpoint) |
Apache Camel