public abstract class AbstractHttpClient extends Object implements io.vertx.core.http.HttpClient
| Constructor and Description |
|---|
AbstractHttpClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
io.vertx.core.http.HttpClientRequest |
delete(int port,
String host,
String requestURI) |
io.vertx.core.http.HttpClientRequest |
delete(int port,
String host,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClientRequest |
delete(io.vertx.core.http.RequestOptions options) |
io.vertx.core.http.HttpClientRequest |
delete(io.vertx.core.http.RequestOptions options,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClientRequest |
delete(String requestURI) |
io.vertx.core.http.HttpClientRequest |
delete(String uri,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClientRequest |
delete(String host,
String requestURI) |
io.vertx.core.http.HttpClientRequest |
delete(String host,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClientRequest |
deleteAbs(String absoluteURI) |
io.vertx.core.http.HttpClientRequest |
deleteAbs(String absoluteURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
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) |
io.vertx.core.http.HttpClientRequest |
get(int port,
String host,
String requestURI) |
io.vertx.core.http.HttpClientRequest |
get(int port,
String host,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClientRequest |
get(io.vertx.core.http.RequestOptions options) |
io.vertx.core.http.HttpClientRequest |
get(io.vertx.core.http.RequestOptions options,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClientRequest |
get(String requestURI) |
io.vertx.core.http.HttpClientRequest |
get(String uri,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClientRequest |
get(String host,
String requestURI) |
io.vertx.core.http.HttpClientRequest |
get(String host,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClientRequest |
getAbs(String absoluteURI) |
io.vertx.core.http.HttpClientRequest |
getAbs(String absoluteURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClient |
getNow(int port,
String host,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClient |
getNow(io.vertx.core.http.RequestOptions options,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClient |
getNow(String uri,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClient |
getNow(String host,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClientRequest |
head(int port,
String host,
String requestURI) |
io.vertx.core.http.HttpClientRequest |
head(int port,
String host,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClientRequest |
head(io.vertx.core.http.RequestOptions options) |
io.vertx.core.http.HttpClientRequest |
head(io.vertx.core.http.RequestOptions options,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClientRequest |
head(String requestURI) |
io.vertx.core.http.HttpClientRequest |
head(String uri,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClientRequest |
head(String host,
String requestURI) |
io.vertx.core.http.HttpClientRequest |
head(String host,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClientRequest |
headAbs(String absoluteURI) |
io.vertx.core.http.HttpClientRequest |
headAbs(String absoluteURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClient |
headNow(int port,
String host,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClient |
headNow(io.vertx.core.http.RequestOptions options,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClient |
headNow(String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClient |
headNow(String host,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
boolean |
isMetricsEnabled() |
io.vertx.core.http.HttpClientRequest |
options(int port,
String host,
String requestURI) |
io.vertx.core.http.HttpClientRequest |
options(int port,
String host,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClientRequest |
options(io.vertx.core.http.RequestOptions options) |
io.vertx.core.http.HttpClientRequest |
options(io.vertx.core.http.RequestOptions options,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClientRequest |
options(String requestURI) |
io.vertx.core.http.HttpClientRequest |
options(String uri,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClientRequest |
options(String host,
String requestURI) |
io.vertx.core.http.HttpClientRequest |
options(String host,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClientRequest |
optionsAbs(String absoluteURI) |
io.vertx.core.http.HttpClientRequest |
optionsAbs(String absoluteURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClient |
optionsNow(int port,
String host,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClient |
optionsNow(io.vertx.core.http.RequestOptions options,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClient |
optionsNow(String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClient |
optionsNow(String host,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClientRequest |
post(int port,
String host,
String requestURI) |
io.vertx.core.http.HttpClientRequest |
post(int port,
String host,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClientRequest |
post(io.vertx.core.http.RequestOptions options) |
io.vertx.core.http.HttpClientRequest |
post(io.vertx.core.http.RequestOptions options,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClientRequest |
post(String requestURI) |
io.vertx.core.http.HttpClientRequest |
post(String uri,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClientRequest |
post(String host,
String requestURI) |
io.vertx.core.http.HttpClientRequest |
post(String host,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClientRequest |
postAbs(String absoluteURI) |
io.vertx.core.http.HttpClientRequest |
postAbs(String absoluteURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClientRequest |
put(int port,
String host,
String requestURI) |
io.vertx.core.http.HttpClientRequest |
put(int port,
String host,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClientRequest |
put(io.vertx.core.http.RequestOptions options) |
io.vertx.core.http.HttpClientRequest |
put(io.vertx.core.http.RequestOptions options,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClientRequest |
put(String requestURI) |
io.vertx.core.http.HttpClientRequest |
put(String uri,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClientRequest |
put(String host,
String requestURI) |
io.vertx.core.http.HttpClientRequest |
put(String host,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClientRequest |
putAbs(String absoluteURI) |
io.vertx.core.http.HttpClientRequest |
putAbs(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.HttpClient |
redirectHandler(Function<io.vertx.core.http.HttpClientResponse,io.vertx.core.Future<io.vertx.core.http.HttpClientRequest>> handler) |
io.vertx.core.http.HttpClientRequest |
request(io.vertx.core.http.HttpMethod method,
int port,
String host,
String requestURI) |
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) |
io.vertx.core.http.HttpClientRequest |
request(io.vertx.core.http.HttpMethod method,
io.vertx.core.http.RequestOptions options) |
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) |
io.vertx.core.http.HttpClientRequest |
request(io.vertx.core.http.HttpMethod method,
String requestURI) |
io.vertx.core.http.HttpClientRequest |
request(io.vertx.core.http.HttpMethod method,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
io.vertx.core.http.HttpClientRequest |
request(io.vertx.core.http.HttpMethod method,
String host,
String requestURI) |
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) |
io.vertx.core.http.HttpClientRequest |
requestAbs(io.vertx.core.http.HttpMethod method,
String absoluteURI) |
io.vertx.core.http.HttpClientRequest |
requestAbs(io.vertx.core.http.HttpMethod method,
String absoluteURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler) |
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.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) |
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.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) |
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.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) |
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.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) |
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.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) |
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.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) |
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.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) |
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.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) |
io.vertx.core.http.HttpClient |
websocket(String requestURI,
io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect) |
io.vertx.core.http.HttpClient |
websocket(String requestURI,
io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect,
io.vertx.core.Handler<Throwable> failureHandler) |
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.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) |
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.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) |
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.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) |
io.vertx.core.http.HttpClient |
websocket(String host,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect) |
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) |
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.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) |
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.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) |
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.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) |
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) |
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) |
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)
public io.vertx.core.http.HttpClient getNow(String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
getNow in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest post(int port,
String host,
String requestURI)
post in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest post(String host, String requestURI)
post in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest post(int port,
String host,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
post in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest post(String host, String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
post in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest post(String requestURI)
post in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest options(String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
options in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest optionsAbs(String absoluteURI)
optionsAbs in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest optionsAbs(String absoluteURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
optionsAbs in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClient optionsNow(int port,
String host,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
optionsNow in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClient optionsNow(String host, String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
optionsNow in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClient optionsNow(String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
optionsNow in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest put(int port,
String host,
String requestURI)
put in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest put(String host, String requestURI)
put in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest put(int port,
String host,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
put in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest put(String host, String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
put in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest put(String requestURI)
put in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod method,
int port,
String host,
String requestURI)
request in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod method,
String host,
String requestURI)
request in interface io.vertx.core.http.HttpClientpublic 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)
request in interface io.vertx.core.http.HttpClientpublic 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)
request in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod method,
String requestURI)
request in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod method,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
request in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest requestAbs(io.vertx.core.http.HttpMethod method,
String absoluteURI)
requestAbs in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest requestAbs(io.vertx.core.http.HttpMethod method,
String absoluteURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
requestAbs in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest get(int port,
String host,
String requestURI)
get in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest get(String host, String requestURI)
get in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest get(int port,
String host,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
get in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest get(String host, String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
get in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest get(String requestURI)
get in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest get(String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
get in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest getAbs(String absoluteURI)
getAbs in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest getAbs(String absoluteURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
getAbs in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClient getNow(int port,
String host,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
getNow in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClient getNow(String host, String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
getNow in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest head(String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
head in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest headAbs(String absoluteURI)
headAbs in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest headAbs(String absoluteURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
headAbs in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClient headNow(int port,
String host,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
headNow in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClient headNow(String host, String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
headNow in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClient headNow(String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
headNow in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest options(int port,
String host,
String requestURI)
options in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest options(String host, String requestURI)
options in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest options(int port,
String host,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
options in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest options(String host, String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
options in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest options(String requestURI)
options in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest post(String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
post in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest postAbs(String absoluteURI)
postAbs in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest postAbs(String absoluteURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
postAbs in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest head(int port,
String host,
String requestURI)
head in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest head(String host, String requestURI)
head in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest head(int port,
String host,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
head in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest head(String host, String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
head in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest head(String requestURI)
head in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest put(String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
put in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest putAbs(String absoluteURI)
putAbs in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest putAbs(String absoluteURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
putAbs in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest delete(int port,
String host,
String requestURI)
delete in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest delete(String host, String requestURI)
delete in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest delete(int port,
String host,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
delete in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest delete(String host, String requestURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
delete in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest delete(String requestURI)
delete in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest delete(String uri, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
delete in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest deleteAbs(String absoluteURI)
deleteAbs in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest deleteAbs(String absoluteURI, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
deleteAbs in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClient websocket(int port,
String host,
String requestURI,
io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)
websocket in interface io.vertx.core.http.HttpClientpublic 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)
websocket in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClient websocket(String host, String requestURI, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)
websocket in interface io.vertx.core.http.HttpClientpublic 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)
websocket in interface io.vertx.core.http.HttpClientpublic 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)
websocket in interface io.vertx.core.http.HttpClientpublic 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)
websocket in interface io.vertx.core.http.HttpClientpublic 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)
websocket in interface io.vertx.core.http.HttpClientpublic 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)
websocket in interface io.vertx.core.http.HttpClientpublic 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)
websocket in interface io.vertx.core.http.HttpClientpublic 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)
websocket in interface io.vertx.core.http.HttpClientpublic 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)
websocket in interface io.vertx.core.http.HttpClientpublic 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)
websocket in interface io.vertx.core.http.HttpClientpublic 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)
websocket in interface io.vertx.core.http.HttpClientpublic 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)
websocket in interface io.vertx.core.http.HttpClientpublic 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)
websocket in interface io.vertx.core.http.HttpClientpublic 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)
websocket in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClient websocket(String requestURI, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)
websocket in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClient websocket(String requestURI, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect, io.vertx.core.Handler<Throwable> failureHandler)
websocket in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClient websocket(String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)
websocket in interface io.vertx.core.http.HttpClientpublic 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)
websocket in interface io.vertx.core.http.HttpClientpublic 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)
websocket in interface io.vertx.core.http.HttpClientpublic 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)
websocket in interface io.vertx.core.http.HttpClientpublic 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)
websocket in interface io.vertx.core.http.HttpClientpublic 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)
websocket in interface io.vertx.core.http.HttpClientpublic io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(int port,
String host,
String requestURI)
websocketStream in interface io.vertx.core.http.HttpClientpublic io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(String host, String requestURI)
websocketStream in interface io.vertx.core.http.HttpClientpublic io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(int port,
String host,
String requestURI,
io.vertx.core.MultiMap headers)
websocketStream in interface io.vertx.core.http.HttpClientpublic io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(String host, String requestURI, io.vertx.core.MultiMap headers)
websocketStream in interface io.vertx.core.http.HttpClientpublic 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)
websocketStream in interface io.vertx.core.http.HttpClientpublic 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)
websocketStream in interface io.vertx.core.http.HttpClientpublic 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)
websocketStream in interface io.vertx.core.http.HttpClientpublic 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)
websocketStream in interface io.vertx.core.http.HttpClientpublic io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(String requestURI)
websocketStream in interface io.vertx.core.http.HttpClientpublic io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(String requestURI, io.vertx.core.MultiMap headers)
websocketStream in interface io.vertx.core.http.HttpClientpublic io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(String requestURI, io.vertx.core.MultiMap headers, io.vertx.core.http.WebsocketVersion version)
websocketStream in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod method,
io.vertx.core.http.RequestOptions options)
request in interface io.vertx.core.http.HttpClientpublic 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)
request in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest get(io.vertx.core.http.RequestOptions options)
get in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest get(io.vertx.core.http.RequestOptions options,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
get in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClient getNow(io.vertx.core.http.RequestOptions options,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
getNow in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest post(io.vertx.core.http.RequestOptions options)
post in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest post(io.vertx.core.http.RequestOptions options,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
post in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest head(io.vertx.core.http.RequestOptions options)
head in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest head(io.vertx.core.http.RequestOptions options,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
head in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClient headNow(io.vertx.core.http.RequestOptions options,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
headNow in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest options(io.vertx.core.http.RequestOptions options)
options in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest options(io.vertx.core.http.RequestOptions options,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
options in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClient optionsNow(io.vertx.core.http.RequestOptions options,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
optionsNow in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest put(io.vertx.core.http.RequestOptions options)
put in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest put(io.vertx.core.http.RequestOptions options,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
put in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest delete(io.vertx.core.http.RequestOptions options)
delete in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClientRequest delete(io.vertx.core.http.RequestOptions options,
io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler)
delete in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions options,
io.vertx.core.Handler<io.vertx.core.http.WebSocket> wsConnect)
websocket in interface io.vertx.core.http.HttpClientpublic 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)
websocket in interface io.vertx.core.http.HttpClientpublic 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)
websocket in interface io.vertx.core.http.HttpClientpublic 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)
websocket in interface io.vertx.core.http.HttpClientpublic 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)
websocket in interface io.vertx.core.http.HttpClientpublic 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)
websocket in interface io.vertx.core.http.HttpClientpublic 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)
websocket in interface io.vertx.core.http.HttpClientpublic 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)
websocketAbs in interface io.vertx.core.http.HttpClientpublic 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)
websocket in interface io.vertx.core.http.HttpClientpublic io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(io.vertx.core.http.RequestOptions options)
websocketStream in interface io.vertx.core.http.HttpClientpublic io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(io.vertx.core.http.RequestOptions options,
io.vertx.core.MultiMap headers)
websocketStream in interface io.vertx.core.http.HttpClientpublic 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)
websocketStream in interface io.vertx.core.http.HttpClientpublic 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)
websocketStreamAbs in interface io.vertx.core.http.HttpClientpublic 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)
websocketStream in interface io.vertx.core.http.HttpClientpublic io.vertx.core.http.HttpClient redirectHandler(Function<io.vertx.core.http.HttpClientResponse,io.vertx.core.Future<io.vertx.core.http.HttpClientRequest>> handler)
redirectHandler in interface io.vertx.core.http.HttpClientpublic Function<io.vertx.core.http.HttpClientResponse,io.vertx.core.Future<io.vertx.core.http.HttpClientRequest>> redirectHandler()
redirectHandler in interface io.vertx.core.http.HttpClientpublic 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)
websocketStream in interface io.vertx.core.http.HttpClientpublic void close()
close in interface io.vertx.core.http.HttpClientpublic boolean isMetricsEnabled()
isMetricsEnabled in interface io.vertx.core.metrics.MeasuredCopyright © 2016–2018. All rights reserved.