Package org.swisspush.gateleen.core.http
Class AbstractHttpClient
- java.lang.Object
-
- org.swisspush.gateleen.core.http.AbstractHttpClient
-
- All Implemented Interfaces:
io.vertx.core.http.HttpClient,io.vertx.core.metrics.Measured
- Direct Known Subclasses:
LocalHttpClient
public abstract class AbstractHttpClient extends java.lang.Object implements io.vertx.core.http.HttpClientBase class with empty method implementations.- Author:
- https://github.com/lbovet [Laurent Bovet]
-
-
Constructor Summary
Constructors Constructor Description AbstractHttpClient()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidclose()io.vertx.core.http.HttpClientconnectionHandler(io.vertx.core.Handler<io.vertx.core.http.HttpConnection> handler)io.vertx.core.http.HttpClientRequestdelete(int port, java.lang.String host, java.lang.String requestURI)io.vertx.core.http.HttpClientRequestdelete(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestdelete(io.vertx.core.http.RequestOptions options)io.vertx.core.http.HttpClientRequestdelete(io.vertx.core.http.RequestOptions options, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestdelete(java.lang.String requestURI)io.vertx.core.http.HttpClientRequestdelete(java.lang.String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestdelete(java.lang.String host, java.lang.String requestURI)io.vertx.core.http.HttpClientRequestdelete(java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestdeleteAbs(java.lang.String absoluteURI)io.vertx.core.http.HttpClientRequestdeleteAbs(java.lang.String absoluteURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)protected abstract io.vertx.core.http.HttpClientRequestdoRequest(io.vertx.core.http.HttpMethod method, java.lang.String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestget(int port, java.lang.String host, java.lang.String requestURI)io.vertx.core.http.HttpClientRequestget(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestget(io.vertx.core.http.RequestOptions options)io.vertx.core.http.HttpClientRequestget(io.vertx.core.http.RequestOptions options, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestget(java.lang.String requestURI)io.vertx.core.http.HttpClientRequestget(java.lang.String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestget(java.lang.String host, java.lang.String requestURI)io.vertx.core.http.HttpClientRequestget(java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestgetAbs(java.lang.String absoluteURI)io.vertx.core.http.HttpClientRequestgetAbs(java.lang.String absoluteURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientgetNow(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientgetNow(io.vertx.core.http.RequestOptions options, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientgetNow(java.lang.String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientgetNow(java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequesthead(int port, java.lang.String host, java.lang.String requestURI)io.vertx.core.http.HttpClientRequesthead(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequesthead(io.vertx.core.http.RequestOptions options)io.vertx.core.http.HttpClientRequesthead(io.vertx.core.http.RequestOptions options, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequesthead(java.lang.String requestURI)io.vertx.core.http.HttpClientRequesthead(java.lang.String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequesthead(java.lang.String host, java.lang.String requestURI)io.vertx.core.http.HttpClientRequesthead(java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestheadAbs(java.lang.String absoluteURI)io.vertx.core.http.HttpClientRequestheadAbs(java.lang.String absoluteURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientheadNow(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientheadNow(io.vertx.core.http.RequestOptions options, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientheadNow(java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientheadNow(java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)booleanisMetricsEnabled()io.vertx.core.http.HttpClientRequestoptions(int port, java.lang.String host, java.lang.String requestURI)io.vertx.core.http.HttpClientRequestoptions(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestoptions(io.vertx.core.http.RequestOptions options)io.vertx.core.http.HttpClientRequestoptions(io.vertx.core.http.RequestOptions options, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestoptions(java.lang.String requestURI)io.vertx.core.http.HttpClientRequestoptions(java.lang.String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestoptions(java.lang.String host, java.lang.String requestURI)io.vertx.core.http.HttpClientRequestoptions(java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestoptionsAbs(java.lang.String absoluteURI)io.vertx.core.http.HttpClientRequestoptionsAbs(java.lang.String absoluteURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientoptionsNow(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientoptionsNow(io.vertx.core.http.RequestOptions options, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientoptionsNow(java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientoptionsNow(java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestpost(int port, java.lang.String host, java.lang.String requestURI)io.vertx.core.http.HttpClientRequestpost(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestpost(io.vertx.core.http.RequestOptions options)io.vertx.core.http.HttpClientRequestpost(io.vertx.core.http.RequestOptions options, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestpost(java.lang.String requestURI)io.vertx.core.http.HttpClientRequestpost(java.lang.String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestpost(java.lang.String host, java.lang.String requestURI)io.vertx.core.http.HttpClientRequestpost(java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestpostAbs(java.lang.String absoluteURI)io.vertx.core.http.HttpClientRequestpostAbs(java.lang.String absoluteURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestput(int port, java.lang.String host, java.lang.String requestURI)io.vertx.core.http.HttpClientRequestput(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestput(io.vertx.core.http.RequestOptions options)io.vertx.core.http.HttpClientRequestput(io.vertx.core.http.RequestOptions options, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestput(java.lang.String requestURI)io.vertx.core.http.HttpClientRequestput(java.lang.String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestput(java.lang.String host, java.lang.String requestURI)io.vertx.core.http.HttpClientRequestput(java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestputAbs(java.lang.String absoluteURI)io.vertx.core.http.HttpClientRequestputAbs(java.lang.String absoluteURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)java.util.function.Function<io.vertx.core.http.HttpClientResponse,io.vertx.core.Future<io.vertx.core.http.HttpClientRequest>>redirectHandler()io.vertx.core.http.HttpClientredirectHandler(java.util.function.Function<io.vertx.core.http.HttpClientResponse,io.vertx.core.Future<io.vertx.core.http.HttpClientRequest>> handler)io.vertx.core.http.HttpClientRequestrequest(io.vertx.core.http.HttpMethod method, int port, java.lang.String host, java.lang.String requestURI)io.vertx.core.http.HttpClientRequestrequest(io.vertx.core.http.HttpMethod method, int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestrequest(io.vertx.core.http.HttpMethod method, io.vertx.core.http.RequestOptions options)io.vertx.core.http.HttpClientRequestrequest(io.vertx.core.http.HttpMethod method, io.vertx.core.http.RequestOptions options, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestrequest(io.vertx.core.http.HttpMethod method, java.lang.String requestURI)io.vertx.core.http.HttpClientRequestrequest(io.vertx.core.http.HttpMethod method, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestrequest(io.vertx.core.http.HttpMethod method, java.lang.String host, java.lang.String requestURI)io.vertx.core.http.HttpClientRequestrequest(io.vertx.core.http.HttpMethod method, java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestrequestAbs(io.vertx.core.http.HttpMethod method, java.lang.String absoluteURI)io.vertx.core.http.HttpClientRequestrequestAbs(io.vertx.core.http.HttpMethod method, java.lang.String absoluteURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientwebsocket(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)io.vertx.core.http.HttpClientwebsocket(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)io.vertx.core.http.HttpClientwebsocket(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)io.vertx.core.http.HttpClientwebsocket(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)io.vertx.core.http.HttpClientwebsocket(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)io.vertx.core.http.HttpClientwebsocket(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)io.vertx.core.http.HttpClientwebsocket(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, java.lang.String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)io.vertx.core.http.HttpClientwebsocket(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, java.lang.String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)io.vertx.core.http.HttpClientwebsocket(io.vertx.core.http.RequestOptions options, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)io.vertx.core.http.HttpClientwebsocket(io.vertx.core.http.RequestOptions options, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)io.vertx.core.http.HttpClientwebsocket(io.vertx.core.http.RequestOptions options, io.vertx.core.MultiMap headers, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)io.vertx.core.http.HttpClientwebsocket(io.vertx.core.http.RequestOptions options, io.vertx.core.MultiMap headers, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)io.vertx.core.http.HttpClientwebsocket(io.vertx.core.http.RequestOptions options, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)io.vertx.core.http.HttpClientwebsocket(io.vertx.core.http.RequestOptions options, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)io.vertx.core.http.HttpClientwebsocket(io.vertx.core.http.RequestOptions options, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, java.lang.String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)io.vertx.core.http.HttpClientwebsocket(io.vertx.core.http.RequestOptions options, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, java.lang.String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)io.vertx.core.http.HttpClientwebsocket(java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)io.vertx.core.http.HttpClientwebsocket(java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)io.vertx.core.http.HttpClientwebsocket(java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)io.vertx.core.http.HttpClientwebsocket(java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)io.vertx.core.http.HttpClientwebsocket(java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)io.vertx.core.http.HttpClientwebsocket(java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)io.vertx.core.http.HttpClientwebsocket(java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, java.lang.String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)io.vertx.core.http.HttpClientwebsocket(java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, java.lang.String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)io.vertx.core.http.HttpClientwebsocket(java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)io.vertx.core.http.HttpClientwebsocket(java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)io.vertx.core.http.HttpClientwebsocket(java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)io.vertx.core.http.HttpClientwebsocket(java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)io.vertx.core.http.HttpClientwebsocket(java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)io.vertx.core.http.HttpClientwebsocket(java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)io.vertx.core.http.HttpClientwebsocket(java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, java.lang.String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)io.vertx.core.http.HttpClientwebsocket(java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, java.lang.String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)io.vertx.core.http.HttpClientwebsocketAbs(java.lang.String url, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, java.lang.String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket>websocketStream(int port, java.lang.String host, java.lang.String requestURI)io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket>websocketStream(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers)io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket>websocketStream(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version)io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket>websocketStream(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, java.lang.String subProtocols)io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket>websocketStream(io.vertx.core.http.RequestOptions options)io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket>websocketStream(io.vertx.core.http.RequestOptions options, io.vertx.core.MultiMap headers)io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket>websocketStream(io.vertx.core.http.RequestOptions options, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version)io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket>websocketStream(io.vertx.core.http.RequestOptions options, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, java.lang.String subProtocols)io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket>websocketStream(java.lang.String requestURI)io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket>websocketStream(java.lang.String requestURI, io.vertx.core.MultiMap headers)io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket>websocketStream(java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version)io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket>websocketStream(java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, java.lang.String subProtocols)io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket>websocketStream(java.lang.String host, java.lang.String requestURI)io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket>websocketStream(java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers)io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket>websocketStream(java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version)io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket>websocketStream(java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, java.lang.String subProtocols)io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket>websocketStreamAbs(java.lang.String url, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, java.lang.String subProtocols)
-
-
-
Method Detail
-
doRequest
protected abstract io.vertx.core.http.HttpClientRequest doRequest(io.vertx.core.http.HttpMethod method, java.lang.String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
-
getNow
public io.vertx.core.http.HttpClient getNow(java.lang.String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
getNowin interfaceio.vertx.core.http.HttpClient
-
post
public io.vertx.core.http.HttpClientRequest post(int port, java.lang.String host, java.lang.String requestURI)- Specified by:
postin interfaceio.vertx.core.http.HttpClient
-
post
public io.vertx.core.http.HttpClientRequest post(java.lang.String host, java.lang.String requestURI)- Specified by:
postin interfaceio.vertx.core.http.HttpClient
-
post
public io.vertx.core.http.HttpClientRequest post(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
postin interfaceio.vertx.core.http.HttpClient
-
post
public io.vertx.core.http.HttpClientRequest post(java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
postin interfaceio.vertx.core.http.HttpClient
-
post
public io.vertx.core.http.HttpClientRequest post(java.lang.String requestURI)
- Specified by:
postin interfaceio.vertx.core.http.HttpClient
-
options
public io.vertx.core.http.HttpClientRequest options(java.lang.String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
optionsin interfaceio.vertx.core.http.HttpClient
-
optionsAbs
public io.vertx.core.http.HttpClientRequest optionsAbs(java.lang.String absoluteURI)
- Specified by:
optionsAbsin interfaceio.vertx.core.http.HttpClient
-
optionsAbs
public io.vertx.core.http.HttpClientRequest optionsAbs(java.lang.String absoluteURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
optionsAbsin interfaceio.vertx.core.http.HttpClient
-
optionsNow
public io.vertx.core.http.HttpClient optionsNow(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
optionsNowin interfaceio.vertx.core.http.HttpClient
-
optionsNow
public io.vertx.core.http.HttpClient optionsNow(java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
optionsNowin interfaceio.vertx.core.http.HttpClient
-
optionsNow
public io.vertx.core.http.HttpClient optionsNow(java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
optionsNowin interfaceio.vertx.core.http.HttpClient
-
put
public io.vertx.core.http.HttpClientRequest put(int port, java.lang.String host, java.lang.String requestURI)- Specified by:
putin interfaceio.vertx.core.http.HttpClient
-
put
public io.vertx.core.http.HttpClientRequest put(java.lang.String host, java.lang.String requestURI)- Specified by:
putin interfaceio.vertx.core.http.HttpClient
-
put
public io.vertx.core.http.HttpClientRequest put(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
putin interfaceio.vertx.core.http.HttpClient
-
put
public io.vertx.core.http.HttpClientRequest put(java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
putin interfaceio.vertx.core.http.HttpClient
-
put
public io.vertx.core.http.HttpClientRequest put(java.lang.String requestURI)
- Specified by:
putin interfaceio.vertx.core.http.HttpClient
-
request
public io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod method, int port, java.lang.String host, java.lang.String requestURI)- Specified by:
requestin interfaceio.vertx.core.http.HttpClient
-
request
public io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod method, java.lang.String host, java.lang.String requestURI)- Specified by:
requestin interfaceio.vertx.core.http.HttpClient
-
request
public io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod method, int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
requestin interfaceio.vertx.core.http.HttpClient
-
request
public io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod method, java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
requestin interfaceio.vertx.core.http.HttpClient
-
request
public io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod method, java.lang.String requestURI)- Specified by:
requestin interfaceio.vertx.core.http.HttpClient
-
request
public io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod method, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
requestin interfaceio.vertx.core.http.HttpClient
-
requestAbs
public io.vertx.core.http.HttpClientRequest requestAbs(io.vertx.core.http.HttpMethod method, java.lang.String absoluteURI)- Specified by:
requestAbsin interfaceio.vertx.core.http.HttpClient
-
requestAbs
public io.vertx.core.http.HttpClientRequest requestAbs(io.vertx.core.http.HttpMethod method, java.lang.String absoluteURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
requestAbsin interfaceio.vertx.core.http.HttpClient
-
get
public io.vertx.core.http.HttpClientRequest get(int port, java.lang.String host, java.lang.String requestURI)- Specified by:
getin interfaceio.vertx.core.http.HttpClient
-
get
public io.vertx.core.http.HttpClientRequest get(java.lang.String host, java.lang.String requestURI)- Specified by:
getin interfaceio.vertx.core.http.HttpClient
-
get
public io.vertx.core.http.HttpClientRequest get(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
getin interfaceio.vertx.core.http.HttpClient
-
get
public io.vertx.core.http.HttpClientRequest get(java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
getin interfaceio.vertx.core.http.HttpClient
-
get
public io.vertx.core.http.HttpClientRequest get(java.lang.String requestURI)
- Specified by:
getin interfaceio.vertx.core.http.HttpClient
-
get
public io.vertx.core.http.HttpClientRequest get(java.lang.String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
getin interfaceio.vertx.core.http.HttpClient
-
getAbs
public io.vertx.core.http.HttpClientRequest getAbs(java.lang.String absoluteURI)
- Specified by:
getAbsin interfaceio.vertx.core.http.HttpClient
-
getAbs
public io.vertx.core.http.HttpClientRequest getAbs(java.lang.String absoluteURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
getAbsin interfaceio.vertx.core.http.HttpClient
-
getNow
public io.vertx.core.http.HttpClient getNow(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
getNowin interfaceio.vertx.core.http.HttpClient
-
getNow
public io.vertx.core.http.HttpClient getNow(java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
getNowin interfaceio.vertx.core.http.HttpClient
-
head
public io.vertx.core.http.HttpClientRequest head(java.lang.String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
headin interfaceio.vertx.core.http.HttpClient
-
headAbs
public io.vertx.core.http.HttpClientRequest headAbs(java.lang.String absoluteURI)
- Specified by:
headAbsin interfaceio.vertx.core.http.HttpClient
-
headAbs
public io.vertx.core.http.HttpClientRequest headAbs(java.lang.String absoluteURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
headAbsin interfaceio.vertx.core.http.HttpClient
-
headNow
public io.vertx.core.http.HttpClient headNow(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
headNowin interfaceio.vertx.core.http.HttpClient
-
headNow
public io.vertx.core.http.HttpClient headNow(java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
headNowin interfaceio.vertx.core.http.HttpClient
-
headNow
public io.vertx.core.http.HttpClient headNow(java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
headNowin interfaceio.vertx.core.http.HttpClient
-
options
public io.vertx.core.http.HttpClientRequest options(int port, java.lang.String host, java.lang.String requestURI)- Specified by:
optionsin interfaceio.vertx.core.http.HttpClient
-
options
public io.vertx.core.http.HttpClientRequest options(java.lang.String host, java.lang.String requestURI)- Specified by:
optionsin interfaceio.vertx.core.http.HttpClient
-
options
public io.vertx.core.http.HttpClientRequest options(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
optionsin interfaceio.vertx.core.http.HttpClient
-
options
public io.vertx.core.http.HttpClientRequest options(java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
optionsin interfaceio.vertx.core.http.HttpClient
-
options
public io.vertx.core.http.HttpClientRequest options(java.lang.String requestURI)
- Specified by:
optionsin interfaceio.vertx.core.http.HttpClient
-
post
public io.vertx.core.http.HttpClientRequest post(java.lang.String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
postin interfaceio.vertx.core.http.HttpClient
-
postAbs
public io.vertx.core.http.HttpClientRequest postAbs(java.lang.String absoluteURI)
- Specified by:
postAbsin interfaceio.vertx.core.http.HttpClient
-
postAbs
public io.vertx.core.http.HttpClientRequest postAbs(java.lang.String absoluteURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
postAbsin interfaceio.vertx.core.http.HttpClient
-
head
public io.vertx.core.http.HttpClientRequest head(int port, java.lang.String host, java.lang.String requestURI)- Specified by:
headin interfaceio.vertx.core.http.HttpClient
-
head
public io.vertx.core.http.HttpClientRequest head(java.lang.String host, java.lang.String requestURI)- Specified by:
headin interfaceio.vertx.core.http.HttpClient
-
head
public io.vertx.core.http.HttpClientRequest head(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
headin interfaceio.vertx.core.http.HttpClient
-
head
public io.vertx.core.http.HttpClientRequest head(java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
headin interfaceio.vertx.core.http.HttpClient
-
head
public io.vertx.core.http.HttpClientRequest head(java.lang.String requestURI)
- Specified by:
headin interfaceio.vertx.core.http.HttpClient
-
put
public io.vertx.core.http.HttpClientRequest put(java.lang.String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
putin interfaceio.vertx.core.http.HttpClient
-
putAbs
public io.vertx.core.http.HttpClientRequest putAbs(java.lang.String absoluteURI)
- Specified by:
putAbsin interfaceio.vertx.core.http.HttpClient
-
putAbs
public io.vertx.core.http.HttpClientRequest putAbs(java.lang.String absoluteURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
putAbsin interfaceio.vertx.core.http.HttpClient
-
delete
public io.vertx.core.http.HttpClientRequest delete(int port, java.lang.String host, java.lang.String requestURI)- Specified by:
deletein interfaceio.vertx.core.http.HttpClient
-
delete
public io.vertx.core.http.HttpClientRequest delete(java.lang.String host, java.lang.String requestURI)- Specified by:
deletein interfaceio.vertx.core.http.HttpClient
-
delete
public io.vertx.core.http.HttpClientRequest delete(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
deletein interfaceio.vertx.core.http.HttpClient
-
delete
public io.vertx.core.http.HttpClientRequest delete(java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
deletein interfaceio.vertx.core.http.HttpClient
-
delete
public io.vertx.core.http.HttpClientRequest delete(java.lang.String requestURI)
- Specified by:
deletein interfaceio.vertx.core.http.HttpClient
-
delete
public io.vertx.core.http.HttpClientRequest delete(java.lang.String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
deletein interfaceio.vertx.core.http.HttpClient
-
deleteAbs
public io.vertx.core.http.HttpClientRequest deleteAbs(java.lang.String absoluteURI)
- Specified by:
deleteAbsin interfaceio.vertx.core.http.HttpClient
-
deleteAbs
public io.vertx.core.http.HttpClientRequest deleteAbs(java.lang.String absoluteURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
deleteAbsin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(java.lang.String host, java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, java.lang.String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, java.lang.String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, java.lang.String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, java.lang.String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(java.lang.String requestURI, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, java.lang.String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, java.lang.String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocketStream
public io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(int port, java.lang.String host, java.lang.String requestURI)- Specified by:
websocketStreamin interfaceio.vertx.core.http.HttpClient
-
websocketStream
public io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(java.lang.String host, java.lang.String requestURI)- Specified by:
websocketStreamin interfaceio.vertx.core.http.HttpClient
-
websocketStream
public io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers)- Specified by:
websocketStreamin interfaceio.vertx.core.http.HttpClient
-
websocketStream
public io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers)- Specified by:
websocketStreamin interfaceio.vertx.core.http.HttpClient
-
websocketStream
public io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version)- Specified by:
websocketStreamin interfaceio.vertx.core.http.HttpClient
-
websocketStream
public io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version)- Specified by:
websocketStreamin interfaceio.vertx.core.http.HttpClient
-
websocketStream
public io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(int port, java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, java.lang.String subProtocols)- Specified by:
websocketStreamin interfaceio.vertx.core.http.HttpClient
-
websocketStream
public io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(java.lang.String host, java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, java.lang.String subProtocols)- Specified by:
websocketStreamin interfaceio.vertx.core.http.HttpClient
-
websocketStream
public io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(java.lang.String requestURI)
- Specified by:
websocketStreamin interfaceio.vertx.core.http.HttpClient
-
websocketStream
public io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(java.lang.String requestURI, io.vertx.core.MultiMap headers)- Specified by:
websocketStreamin interfaceio.vertx.core.http.HttpClient
-
websocketStream
public io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version)- Specified by:
websocketStreamin interfaceio.vertx.core.http.HttpClient
-
connectionHandler
public io.vertx.core.http.HttpClient connectionHandler(io.vertx.core.Handler<io.vertx.core.http.HttpConnection> handler)
- Specified by:
connectionHandlerin interfaceio.vertx.core.http.HttpClient
-
request
public io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod method, io.vertx.core.http.RequestOptions options)- Specified by:
requestin interfaceio.vertx.core.http.HttpClient
-
request
public io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod method, io.vertx.core.http.RequestOptions options, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
requestin interfaceio.vertx.core.http.HttpClient
-
get
public io.vertx.core.http.HttpClientRequest get(io.vertx.core.http.RequestOptions options)
- Specified by:
getin interfaceio.vertx.core.http.HttpClient
-
get
public io.vertx.core.http.HttpClientRequest get(io.vertx.core.http.RequestOptions options, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
getin interfaceio.vertx.core.http.HttpClient
-
getNow
public io.vertx.core.http.HttpClient getNow(io.vertx.core.http.RequestOptions options, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
getNowin interfaceio.vertx.core.http.HttpClient
-
post
public io.vertx.core.http.HttpClientRequest post(io.vertx.core.http.RequestOptions options)
- Specified by:
postin interfaceio.vertx.core.http.HttpClient
-
post
public io.vertx.core.http.HttpClientRequest post(io.vertx.core.http.RequestOptions options, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
postin interfaceio.vertx.core.http.HttpClient
-
head
public io.vertx.core.http.HttpClientRequest head(io.vertx.core.http.RequestOptions options)
- Specified by:
headin interfaceio.vertx.core.http.HttpClient
-
head
public io.vertx.core.http.HttpClientRequest head(io.vertx.core.http.RequestOptions options, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
headin interfaceio.vertx.core.http.HttpClient
-
headNow
public io.vertx.core.http.HttpClient headNow(io.vertx.core.http.RequestOptions options, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
headNowin interfaceio.vertx.core.http.HttpClient
-
options
public io.vertx.core.http.HttpClientRequest options(io.vertx.core.http.RequestOptions options)
- Specified by:
optionsin interfaceio.vertx.core.http.HttpClient
-
options
public io.vertx.core.http.HttpClientRequest options(io.vertx.core.http.RequestOptions options, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
optionsin interfaceio.vertx.core.http.HttpClient
-
optionsNow
public io.vertx.core.http.HttpClient optionsNow(io.vertx.core.http.RequestOptions options, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
optionsNowin interfaceio.vertx.core.http.HttpClient
-
put
public io.vertx.core.http.HttpClientRequest put(io.vertx.core.http.RequestOptions options)
- Specified by:
putin interfaceio.vertx.core.http.HttpClient
-
put
public io.vertx.core.http.HttpClientRequest put(io.vertx.core.http.RequestOptions options, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
putin interfaceio.vertx.core.http.HttpClient
-
delete
public io.vertx.core.http.HttpClientRequest delete(io.vertx.core.http.RequestOptions options)
- Specified by:
deletein interfaceio.vertx.core.http.HttpClient
-
delete
public io.vertx.core.http.HttpClientRequest delete(io.vertx.core.http.RequestOptions options, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)- Specified by:
deletein interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions options, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions options, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions options, io.vertx.core.MultiMap headers, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions options, io.vertx.core.MultiMap headers, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions options, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions options, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions options, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, java.lang.String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocketAbs
public io.vertx.core.http.HttpClient websocketAbs(java.lang.String url, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, java.lang.String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)- Specified by:
websocketAbsin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions options, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, java.lang.String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<java.lang.Throwable> failureHandler)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocketStream
public io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(io.vertx.core.http.RequestOptions options)
- Specified by:
websocketStreamin interfaceio.vertx.core.http.HttpClient
-
websocketStream
public io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(io.vertx.core.http.RequestOptions options, io.vertx.core.MultiMap headers)- Specified by:
websocketStreamin interfaceio.vertx.core.http.HttpClient
-
websocketStream
public io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(io.vertx.core.http.RequestOptions options, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version)- Specified by:
websocketStreamin interfaceio.vertx.core.http.HttpClient
-
websocketStreamAbs
public io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStreamAbs(java.lang.String url, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, java.lang.String subProtocols)- Specified by:
websocketStreamAbsin interfaceio.vertx.core.http.HttpClient
-
websocketStream
public io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(io.vertx.core.http.RequestOptions options, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, java.lang.String subProtocols)- Specified by:
websocketStreamin interfaceio.vertx.core.http.HttpClient
-
redirectHandler
public io.vertx.core.http.HttpClient redirectHandler(java.util.function.Function<io.vertx.core.http.HttpClientResponse,io.vertx.core.Future<io.vertx.core.http.HttpClientRequest>> handler)
- Specified by:
redirectHandlerin interfaceio.vertx.core.http.HttpClient
-
redirectHandler
public java.util.function.Function<io.vertx.core.http.HttpClientResponse,io.vertx.core.Future<io.vertx.core.http.HttpClientRequest>> redirectHandler()
- Specified by:
redirectHandlerin interfaceio.vertx.core.http.HttpClient
-
websocketStream
public io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(java.lang.String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, java.lang.String subProtocols)- Specified by:
websocketStreamin interfaceio.vertx.core.http.HttpClient
-
close
public void close()
- Specified by:
closein interfaceio.vertx.core.http.HttpClient
-
isMetricsEnabled
public boolean isMetricsEnabled()
- Specified by:
isMetricsEnabledin interfaceio.vertx.core.metrics.Measured
-
-