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 Object implements io.vertx.core.http.HttpClient
Base 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, String host, String requestURI)io.vertx.core.http.HttpClientRequestdelete(int port, String host, 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(String requestURI)io.vertx.core.http.HttpClientRequestdelete(String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestdelete(String host, String requestURI)io.vertx.core.http.HttpClientRequestdelete(String host, String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestdeleteAbs(String absoluteURI)io.vertx.core.http.HttpClientRequestdeleteAbs(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, String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestget(int port, String host, String requestURI)io.vertx.core.http.HttpClientRequestget(int port, String host, 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(String requestURI)io.vertx.core.http.HttpClientRequestget(String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestget(String host, String requestURI)io.vertx.core.http.HttpClientRequestget(String host, String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestgetAbs(String absoluteURI)io.vertx.core.http.HttpClientRequestgetAbs(String absoluteURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientgetNow(int port, String host, 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(String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientgetNow(String host, String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequesthead(int port, String host, String requestURI)io.vertx.core.http.HttpClientRequesthead(int port, String host, 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(String requestURI)io.vertx.core.http.HttpClientRequesthead(String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequesthead(String host, String requestURI)io.vertx.core.http.HttpClientRequesthead(String host, String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestheadAbs(String absoluteURI)io.vertx.core.http.HttpClientRequestheadAbs(String absoluteURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientheadNow(int port, String host, 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(String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientheadNow(String host, String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)booleanisMetricsEnabled()io.vertx.core.http.HttpClientRequestoptions(int port, String host, String requestURI)io.vertx.core.http.HttpClientRequestoptions(int port, String host, 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(String requestURI)io.vertx.core.http.HttpClientRequestoptions(String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestoptions(String host, String requestURI)io.vertx.core.http.HttpClientRequestoptions(String host, String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestoptionsAbs(String absoluteURI)io.vertx.core.http.HttpClientRequestoptionsAbs(String absoluteURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientoptionsNow(int port, String host, 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(String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientoptionsNow(String host, String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestpost(int port, String host, String requestURI)io.vertx.core.http.HttpClientRequestpost(int port, String host, 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(String requestURI)io.vertx.core.http.HttpClientRequestpost(String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestpost(String host, String requestURI)io.vertx.core.http.HttpClientRequestpost(String host, String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestpostAbs(String absoluteURI)io.vertx.core.http.HttpClientRequestpostAbs(String absoluteURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestput(int port, String host, String requestURI)io.vertx.core.http.HttpClientRequestput(int port, String host, 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(String requestURI)io.vertx.core.http.HttpClientRequestput(String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestput(String host, String requestURI)io.vertx.core.http.HttpClientRequestput(String host, String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestputAbs(String absoluteURI)io.vertx.core.http.HttpClientRequestputAbs(String absoluteURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)Function<io.vertx.core.http.HttpClientResponse,io.vertx.core.Future<io.vertx.core.http.HttpClientRequest>>redirectHandler()io.vertx.core.http.HttpClientredirectHandler(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, String host, String requestURI)io.vertx.core.http.HttpClientRequestrequest(io.vertx.core.http.HttpMethod method, int port, String host, 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, String requestURI)io.vertx.core.http.HttpClientRequestrequest(io.vertx.core.http.HttpMethod method, String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestrequest(io.vertx.core.http.HttpMethod method, String host, String requestURI)io.vertx.core.http.HttpClientRequestrequest(io.vertx.core.http.HttpMethod method, String host, String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientRequestrequestAbs(io.vertx.core.http.HttpMethod method, String absoluteURI)io.vertx.core.http.HttpClientRequestrequestAbs(io.vertx.core.http.HttpMethod method, String absoluteURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)io.vertx.core.http.HttpClientwebsocket(int port, String host, String requestURI, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)io.vertx.core.http.HttpClientwebsocket(int port, String host, String requestURI, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<Throwable> failureHandler)io.vertx.core.http.HttpClientwebsocket(int port, String host, String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)io.vertx.core.http.HttpClientwebsocket(int port, String host, String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<Throwable> failureHandler)io.vertx.core.http.HttpClientwebsocket(int port, String host, 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, String host, 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<Throwable> failureHandler)io.vertx.core.http.HttpClientwebsocket(int port, String host, String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)io.vertx.core.http.HttpClientwebsocket(int port, String host, String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<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<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<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<Throwable> failureHandler)io.vertx.core.http.HttpClientwebsocket(io.vertx.core.http.RequestOptions options, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, 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, String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<Throwable> failureHandler)io.vertx.core.http.HttpClientwebsocket(String requestURI, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)io.vertx.core.http.HttpClientwebsocket(String requestURI, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<Throwable> failureHandler)io.vertx.core.http.HttpClientwebsocket(String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)io.vertx.core.http.HttpClientwebsocket(String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<Throwable> failureHandler)io.vertx.core.http.HttpClientwebsocket(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(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<Throwable> failureHandler)io.vertx.core.http.HttpClientwebsocket(String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)io.vertx.core.http.HttpClientwebsocket(String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<Throwable> failureHandler)io.vertx.core.http.HttpClientwebsocket(String host, String requestURI, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)io.vertx.core.http.HttpClientwebsocket(String host, String requestURI, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<Throwable> failureHandler)io.vertx.core.http.HttpClientwebsocket(String host, String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)io.vertx.core.http.HttpClientwebsocket(String host, String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<Throwable> failureHandler)io.vertx.core.http.HttpClientwebsocket(String host, 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(String host, 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<Throwable> failureHandler)io.vertx.core.http.HttpClientwebsocket(String host, String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)io.vertx.core.http.HttpClientwebsocket(String host, String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<Throwable> failureHandler)io.vertx.core.http.HttpClientwebsocketAbs(String url, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<Throwable> failureHandler)io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket>websocketStream(int port, String host, String requestURI)io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket>websocketStream(int port, String host, String requestURI, io.vertx.core.MultiMap headers)io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket>websocketStream(int port, String host, 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, String host, String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, 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, String subProtocols)io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket>websocketStream(String requestURI)io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket>websocketStream(String requestURI, io.vertx.core.MultiMap headers)io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket>websocketStream(String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version)io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket>websocketStream(String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, String subProtocols)io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket>websocketStream(String host, String requestURI)io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket>websocketStream(String host, String requestURI, io.vertx.core.MultiMap headers)io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket>websocketStream(String host, String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version)io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket>websocketStream(String host, String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, String subProtocols)io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket>websocketStreamAbs(String url, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, String subProtocols)
-
-
-
Method Detail
-
doRequest
protected abstract io.vertx.core.http.HttpClientRequest doRequest(io.vertx.core.http.HttpMethod method, String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
-
getNow
public io.vertx.core.http.HttpClient getNow(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, String host, String requestURI)- Specified by:
postin interfaceio.vertx.core.http.HttpClient
-
post
public io.vertx.core.http.HttpClientRequest post(String host, String requestURI)
- Specified by:
postin interfaceio.vertx.core.http.HttpClient
-
post
public io.vertx.core.http.HttpClientRequest post(int port, String host, 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(String host, 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(String requestURI)
- Specified by:
postin interfaceio.vertx.core.http.HttpClient
-
options
public io.vertx.core.http.HttpClientRequest options(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(String absoluteURI)
- Specified by:
optionsAbsin interfaceio.vertx.core.http.HttpClient
-
optionsAbs
public io.vertx.core.http.HttpClientRequest optionsAbs(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, String host, 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(String host, 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(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, String host, String requestURI)- Specified by:
putin interfaceio.vertx.core.http.HttpClient
-
put
public io.vertx.core.http.HttpClientRequest put(String host, String requestURI)
- Specified by:
putin interfaceio.vertx.core.http.HttpClient
-
put
public io.vertx.core.http.HttpClientRequest put(int port, String host, 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(String host, 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(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, String host, String requestURI)- Specified by:
requestin interfaceio.vertx.core.http.HttpClient
-
request
public io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod method, String host, 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, String host, 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, String host, 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, String requestURI)- Specified by:
requestin interfaceio.vertx.core.http.HttpClient
-
request
public io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod method, 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, String absoluteURI)- Specified by:
requestAbsin interfaceio.vertx.core.http.HttpClient
-
requestAbs
public io.vertx.core.http.HttpClientRequest requestAbs(io.vertx.core.http.HttpMethod method, 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, String host, String requestURI)- Specified by:
getin interfaceio.vertx.core.http.HttpClient
-
get
public io.vertx.core.http.HttpClientRequest get(String host, String requestURI)
- Specified by:
getin interfaceio.vertx.core.http.HttpClient
-
get
public io.vertx.core.http.HttpClientRequest get(int port, String host, 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(String host, 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(String requestURI)
- Specified by:
getin interfaceio.vertx.core.http.HttpClient
-
get
public io.vertx.core.http.HttpClientRequest get(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(String absoluteURI)
- Specified by:
getAbsin interfaceio.vertx.core.http.HttpClient
-
getAbs
public io.vertx.core.http.HttpClientRequest getAbs(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, String host, 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(String host, 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(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(String absoluteURI)
- Specified by:
headAbsin interfaceio.vertx.core.http.HttpClient
-
headAbs
public io.vertx.core.http.HttpClientRequest headAbs(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, String host, 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(String host, 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(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, String host, String requestURI)- Specified by:
optionsin interfaceio.vertx.core.http.HttpClient
-
options
public io.vertx.core.http.HttpClientRequest options(String host, String requestURI)
- Specified by:
optionsin interfaceio.vertx.core.http.HttpClient
-
options
public io.vertx.core.http.HttpClientRequest options(int port, String host, 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(String host, 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(String requestURI)
- Specified by:
optionsin interfaceio.vertx.core.http.HttpClient
-
post
public io.vertx.core.http.HttpClientRequest post(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(String absoluteURI)
- Specified by:
postAbsin interfaceio.vertx.core.http.HttpClient
-
postAbs
public io.vertx.core.http.HttpClientRequest postAbs(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, String host, String requestURI)- Specified by:
headin interfaceio.vertx.core.http.HttpClient
-
head
public io.vertx.core.http.HttpClientRequest head(String host, String requestURI)
- Specified by:
headin interfaceio.vertx.core.http.HttpClient
-
head
public io.vertx.core.http.HttpClientRequest head(int port, String host, 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(String host, 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(String requestURI)
- Specified by:
headin interfaceio.vertx.core.http.HttpClient
-
put
public io.vertx.core.http.HttpClientRequest put(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(String absoluteURI)
- Specified by:
putAbsin interfaceio.vertx.core.http.HttpClient
-
putAbs
public io.vertx.core.http.HttpClientRequest putAbs(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, String host, String requestURI)- Specified by:
deletein interfaceio.vertx.core.http.HttpClient
-
delete
public io.vertx.core.http.HttpClientRequest delete(String host, String requestURI)
- Specified by:
deletein interfaceio.vertx.core.http.HttpClient
-
delete
public io.vertx.core.http.HttpClientRequest delete(int port, String host, 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(String host, 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(String requestURI)
- Specified by:
deletein interfaceio.vertx.core.http.HttpClient
-
delete
public io.vertx.core.http.HttpClientRequest delete(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(String absoluteURI)
- Specified by:
deleteAbsin interfaceio.vertx.core.http.HttpClient
-
deleteAbs
public io.vertx.core.http.HttpClientRequest deleteAbs(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, String host, 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, String host, String requestURI, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<Throwable> failureHandler)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(String host, 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(String host, String requestURI, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<Throwable> failureHandler)
- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(int port, String host, 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, String host, String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<Throwable> failureHandler)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(String host, 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(String host, String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<Throwable> failureHandler)
- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(int port, String host, 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, String host, 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<Throwable> failureHandler)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(String host, 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(String host, 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<Throwable> failureHandler)
- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(int port, String host, String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, 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, String host, String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<Throwable> failureHandler)- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(String host, String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, 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(String host, String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<Throwable> failureHandler)
- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(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(String requestURI, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<Throwable> failureHandler)
- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(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(String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<Throwable> failureHandler)
- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(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(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<Throwable> failureHandler)
- Specified by:
websocketin interfaceio.vertx.core.http.HttpClient
-
websocket
public io.vertx.core.http.HttpClient websocket(String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, 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(String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<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, String host, String requestURI)- Specified by:
websocketStreamin interfaceio.vertx.core.http.HttpClient
-
websocketStream
public io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(String host, 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, String host, 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(String host, 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, String host, 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(String host, 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, String host, String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, String subProtocols)- Specified by:
websocketStreamin interfaceio.vertx.core.http.HttpClient
-
websocketStream
public io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(String host, String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, String subProtocols)
- Specified by:
websocketStreamin interfaceio.vertx.core.http.HttpClient
-
websocketStream
public io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(String requestURI)
- Specified by:
websocketStreamin interfaceio.vertx.core.http.HttpClient
-
websocketStream
public io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(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(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<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<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<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, 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(String url, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<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, String subProtocols, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<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(String url, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, 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, String subProtocols)- Specified by:
websocketStreamin interfaceio.vertx.core.http.HttpClient
-
redirectHandler
public io.vertx.core.http.HttpClient redirectHandler(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 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(String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version, 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
-
-