Package org.swisspush.gateleen.core.http
Class LocalHttpClient
- java.lang.Object
-
- org.swisspush.gateleen.core.http.AbstractHttpClient
-
- org.swisspush.gateleen.core.http.LocalHttpClient
-
- All Implemented Interfaces:
io.vertx.core.http.HttpClient,io.vertx.core.metrics.Measured
public class LocalHttpClient extends AbstractHttpClient
Created by bovetl on 22.01.2015.
-
-
Constructor Summary
Constructors Constructor Description LocalHttpClient(io.vertx.core.Vertx vertx, GateleenExceptionFactory exceptionFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected io.vertx.core.http.HttpClientRequestdoRequest(io.vertx.core.http.HttpMethod method, String uri)voidsetRoutingContexttHandler(io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> wrappedRoutingContexttHandler)-
Methods inherited from class org.swisspush.gateleen.core.http.AbstractHttpClient
close, close, connectionHandler, get, head, isMetricsEnabled, options, post, redirectHandler, redirectHandler, request, request, request, request, request, request, request, request, updateSSLOptions, webSocket, webSocket, webSocket, webSocket, webSocket, webSocket, webSocket, webSocket, webSocketAbs, webSocketAbs
-
-
-
-
Constructor Detail
-
LocalHttpClient
public LocalHttpClient(io.vertx.core.Vertx vertx, GateleenExceptionFactory exceptionFactory)
-
-
Method Detail
-
setRoutingContexttHandler
public void setRoutingContexttHandler(io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> wrappedRoutingContexttHandler)
-
doRequest
protected io.vertx.core.http.HttpClientRequest doRequest(io.vertx.core.http.HttpMethod method, String uri)- Specified by:
doRequestin classAbstractHttpClient
-
-