-
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
Handles failures returned in the HttpResponse
io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer>
io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer>
Prepares a HttpRequest by setting up the required host, port & part details specified on the endpoint
configuration
DefaultVertxHttpBinding.processResponseBody(VertxHttpEndpoint endpoint,
org.apache.camel.Exchange exchange,
io.vertx.ext.web.client.HttpResponse<io.vertx.core.buffer.Buffer> result)
DefaultVertxHttpBinding.processResponseBody(VertxHttpEndpoint endpoint,
org.apache.camel.Exchange exchange,
io.vertx.ext.web.client.HttpResponse<io.vertx.core.buffer.Buffer> result,
boolean exceptionOnly)
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
Resolves a HTTP URI and path string from the given exchange message headers