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) |
|
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
|
Throwable |
DefaultVertxHttpBinding.handleResponseFailure(VertxHttpEndpoint endpoint,
org.apache.camel.Exchange exchange,
io.vertx.ext.web.client.HttpResponse<io.vertx.core.buffer.Buffer> result) |
|
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
|
io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> |
DefaultVertxHttpBinding.prepareHttpRequest(VertxHttpEndpoint endpoint,
org.apache.camel.Exchange exchange) |
|
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
|
Object |
DefaultVertxHttpBinding.processResponseBody(VertxHttpEndpoint endpoint,
org.apache.camel.Exchange exchange,
io.vertx.ext.web.client.HttpResponse<io.vertx.core.buffer.Buffer> result) |
|
Object |
DefaultVertxHttpBinding.processResponseBody(VertxHttpEndpoint endpoint,
org.apache.camel.Exchange exchange,
io.vertx.ext.web.client.HttpResponse<io.vertx.core.buffer.Buffer> result,
boolean exceptionOnly) |
|
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
|
static URI |
VertxHttpHelper.resolveHttpURI(org.apache.camel.Exchange exchange,
VertxHttpEndpoint endpoint) |
Resolves a HTTP URI and path string from the given exchange message headers
|