public class RestHttpProxyHandler
extends java.lang.Object
implements org.vertx.java.core.Handler<org.vertx.java.core.http.HttpServerRequest>
Constructor and Description |
---|
RestHttpProxyHandler(org.vertx.java.core.Vertx vertx,
IRestCallHandler proxy) |
Modifier and Type | Method and Description |
---|---|
void |
handle(org.vertx.java.core.http.HttpServerRequest request) |
protected void |
handleBody(org.vertx.java.core.http.HttpServerRequest request,
RestRequest rr,
AsyncHandler<RestResponse> asyncHandler) |
protected void |
handleExceptionDuringRequest(org.vertx.java.core.http.HttpServerRequest request,
java.lang.Throwable throwable) |
protected AsyncHandler<RestResponse> |
responseHandler(org.vertx.java.core.http.HttpServerRequest request) |
public RestHttpProxyHandler(org.vertx.java.core.Vertx vertx, IRestCallHandler proxy)
public void handle(org.vertx.java.core.http.HttpServerRequest request)
handle
in interface org.vertx.java.core.Handler<org.vertx.java.core.http.HttpServerRequest>
protected AsyncHandler<RestResponse> responseHandler(org.vertx.java.core.http.HttpServerRequest request)
protected void handleBody(org.vertx.java.core.http.HttpServerRequest request, RestRequest rr, AsyncHandler<RestResponse> asyncHandler)
protected void handleExceptionDuringRequest(org.vertx.java.core.http.HttpServerRequest request, java.lang.Throwable throwable)
Copyright © 2021. All Rights Reserved.