| Package | Description |
|---|---|
| io.vertx.axle.core | |
| io.vertx.axle.core.http |
| Modifier and Type | Method and Description |
|---|---|
HttpClient |
Vertx.createHttpClient()
Create a HTTP/HTTPS client using default options
|
HttpClient |
Vertx.createHttpClient(io.vertx.core.http.HttpClientOptions options)
Create a HTTP/HTTPS client using the specified options
|
| Modifier and Type | Field and Description |
|---|---|
static TypeArg<HttpClient> |
HttpClient.__TYPE_ARG |
| Modifier and Type | Method and Description |
|---|---|
HttpClient |
HttpClient.connectionHandler(Consumer<HttpConnection> handler)
Set a connection handler for the client.
|
HttpClient |
HttpClient.getNow(int port,
String host,
String requestURI,
Consumer<HttpClientResponse> responseHandler)
Deprecated.
|
HttpClient |
HttpClient.getNow(io.vertx.core.http.RequestOptions options,
Consumer<HttpClientResponse> responseHandler)
Deprecated.
|
HttpClient |
HttpClient.getNow(String requestURI,
Consumer<HttpClientResponse> responseHandler)
Deprecated.
|
HttpClient |
HttpClient.getNow(String host,
String requestURI,
Consumer<HttpClientResponse> responseHandler)
Deprecated.
|
HttpClient |
HttpClient.headNow(int port,
String host,
String requestURI,
Consumer<HttpClientResponse> responseHandler)
Deprecated.
|
HttpClient |
HttpClient.headNow(io.vertx.core.http.RequestOptions options,
Consumer<HttpClientResponse> responseHandler)
Deprecated.
|
HttpClient |
HttpClient.headNow(String requestURI,
Consumer<HttpClientResponse> responseHandler)
Deprecated.
|
HttpClient |
HttpClient.headNow(String host,
String requestURI,
Consumer<HttpClientResponse> responseHandler)
Deprecated.
|
static HttpClient |
HttpClient.newInstance(io.vertx.core.http.HttpClient arg) |
HttpClient |
HttpClient.optionsNow(int port,
String host,
String requestURI,
Consumer<HttpClientResponse> responseHandler)
Deprecated.
|
HttpClient |
HttpClient.optionsNow(io.vertx.core.http.RequestOptions options,
Consumer<HttpClientResponse> responseHandler)
Deprecated.
|
HttpClient |
HttpClient.optionsNow(String requestURI,
Consumer<HttpClientResponse> responseHandler)
Deprecated.
|
HttpClient |
HttpClient.optionsNow(String host,
String requestURI,
Consumer<HttpClientResponse> responseHandler)
Deprecated.
|
HttpClient |
HttpClient.redirectHandler(Function<HttpClientResponse,Future<HttpClientRequest>> handler)
Set a redirect handler for the http client.
|
HttpClient |
HttpClient.websocket(int port,
String host,
String requestURI,
Consumer<WebSocket> wsConnect)
Deprecated.
|
HttpClient |
HttpClient.websocket(int port,
String host,
String requestURI,
io.vertx.core.Handler<WebSocket> wsConnect,
Consumer<Throwable> failureHandler)
Deprecated.
|
HttpClient |
HttpClient.websocket(int port,
String host,
String requestURI,
MultiMap headers,
Consumer<WebSocket> wsConnect)
Deprecated.
|
HttpClient |
HttpClient.websocket(int port,
String host,
String requestURI,
MultiMap headers,
io.vertx.core.Handler<WebSocket> wsConnect,
Consumer<Throwable> failureHandler)
Deprecated.
|
HttpClient |
HttpClient.websocket(int port,
String host,
String requestURI,
MultiMap headers,
io.vertx.core.http.WebsocketVersion version,
Consumer<WebSocket> wsConnect)
Deprecated.
|
HttpClient |
HttpClient.websocket(int port,
String host,
String requestURI,
MultiMap headers,
io.vertx.core.http.WebsocketVersion version,
io.vertx.core.Handler<WebSocket> wsConnect,
Consumer<Throwable> failureHandler)
Deprecated.
|
HttpClient |
HttpClient.websocket(int port,
String host,
String requestURI,
MultiMap headers,
io.vertx.core.http.WebsocketVersion version,
String subProtocols,
Consumer<WebSocket> wsConnect)
Deprecated.
|
HttpClient |
HttpClient.websocket(int port,
String host,
String requestURI,
MultiMap headers,
io.vertx.core.http.WebsocketVersion version,
String subProtocols,
io.vertx.core.Handler<WebSocket> wsConnect,
Consumer<Throwable> failureHandler)
Deprecated.
|
HttpClient |
HttpClient.websocket(io.vertx.core.http.RequestOptions options,
Consumer<WebSocket> wsConnect)
Deprecated.
|
HttpClient |
HttpClient.websocket(io.vertx.core.http.RequestOptions options,
io.vertx.core.Handler<WebSocket> wsConnect,
Consumer<Throwable> failureHandler)
Deprecated.
|
HttpClient |
HttpClient.websocket(io.vertx.core.http.RequestOptions options,
MultiMap headers,
Consumer<WebSocket> wsConnect)
Deprecated.
|
HttpClient |
HttpClient.websocket(io.vertx.core.http.RequestOptions options,
MultiMap headers,
io.vertx.core.Handler<WebSocket> wsConnect,
Consumer<Throwable> failureHandler)
Deprecated.
|
HttpClient |
HttpClient.websocket(io.vertx.core.http.RequestOptions options,
MultiMap headers,
io.vertx.core.http.WebsocketVersion version,
Consumer<WebSocket> wsConnect)
Deprecated.
|
HttpClient |
HttpClient.websocket(io.vertx.core.http.RequestOptions options,
MultiMap headers,
io.vertx.core.http.WebsocketVersion version,
io.vertx.core.Handler<WebSocket> wsConnect,
Consumer<Throwable> failureHandler)
Deprecated.
|
HttpClient |
HttpClient.websocket(io.vertx.core.http.RequestOptions options,
MultiMap headers,
io.vertx.core.http.WebsocketVersion version,
String subProtocols,
Consumer<WebSocket> wsConnect)
Deprecated.
|
HttpClient |
HttpClient.websocket(io.vertx.core.http.RequestOptions options,
MultiMap headers,
io.vertx.core.http.WebsocketVersion version,
String subProtocols,
io.vertx.core.Handler<WebSocket> wsConnect,
Consumer<Throwable> failureHandler)
Deprecated.
|
HttpClient |
HttpClient.websocket(String requestURI,
Consumer<WebSocket> wsConnect)
Deprecated.
|
HttpClient |
HttpClient.websocket(String requestURI,
io.vertx.core.Handler<WebSocket> wsConnect,
Consumer<Throwable> failureHandler)
Deprecated.
|
HttpClient |
HttpClient.websocket(String requestURI,
MultiMap headers,
Consumer<WebSocket> wsConnect)
Deprecated.
|
HttpClient |
HttpClient.websocket(String requestURI,
MultiMap headers,
io.vertx.core.Handler<WebSocket> wsConnect,
Consumer<Throwable> failureHandler)
Deprecated.
|
HttpClient |
HttpClient.websocket(String requestURI,
MultiMap headers,
io.vertx.core.http.WebsocketVersion version,
Consumer<WebSocket> wsConnect)
Deprecated.
|
HttpClient |
HttpClient.websocket(String requestURI,
MultiMap headers,
io.vertx.core.http.WebsocketVersion version,
io.vertx.core.Handler<WebSocket> wsConnect,
Consumer<Throwable> failureHandler)
Deprecated.
|
HttpClient |
HttpClient.websocket(String requestURI,
MultiMap headers,
io.vertx.core.http.WebsocketVersion version,
String subProtocols,
Consumer<WebSocket> wsConnect)
Deprecated.
|
HttpClient |
HttpClient.websocket(String requestURI,
MultiMap headers,
io.vertx.core.http.WebsocketVersion version,
String subProtocols,
io.vertx.core.Handler<WebSocket> wsConnect,
Consumer<Throwable> failureHandler)
Deprecated.
|
HttpClient |
HttpClient.websocket(String host,
String requestURI,
Consumer<WebSocket> wsConnect)
Deprecated.
|
HttpClient |
HttpClient.websocket(String host,
String requestURI,
io.vertx.core.Handler<WebSocket> wsConnect,
Consumer<Throwable> failureHandler)
Deprecated.
|
HttpClient |
HttpClient.websocket(String host,
String requestURI,
MultiMap headers,
Consumer<WebSocket> wsConnect)
Deprecated.
|
HttpClient |
HttpClient.websocket(String host,
String requestURI,
MultiMap headers,
io.vertx.core.Handler<WebSocket> wsConnect,
Consumer<Throwable> failureHandler)
Deprecated.
|
HttpClient |
HttpClient.websocket(String host,
String requestURI,
MultiMap headers,
io.vertx.core.http.WebsocketVersion version,
Consumer<WebSocket> wsConnect)
Deprecated.
|
HttpClient |
HttpClient.websocket(String host,
String requestURI,
MultiMap headers,
io.vertx.core.http.WebsocketVersion version,
io.vertx.core.Handler<WebSocket> wsConnect,
Consumer<Throwable> failureHandler)
Deprecated.
|
HttpClient |
HttpClient.websocket(String host,
String requestURI,
MultiMap headers,
io.vertx.core.http.WebsocketVersion version,
String subProtocols,
Consumer<WebSocket> wsConnect)
Deprecated.
|
HttpClient |
HttpClient.websocket(String host,
String requestURI,
MultiMap headers,
io.vertx.core.http.WebsocketVersion version,
String subProtocols,
io.vertx.core.Handler<WebSocket> wsConnect,
Consumer<Throwable> failureHandler)
Deprecated.
|
HttpClient |
HttpClient.websocketAbs(String url,
MultiMap headers,
io.vertx.core.http.WebsocketVersion version,
String subProtocols,
io.vertx.core.Handler<WebSocket> wsConnect,
Consumer<Throwable> failureHandler)
Deprecated.
|
Copyright © 2019 SmallRye. All rights reserved.