Package | Description |
---|---|
io.vertx.core.http | |
io.vertx.core.net | |
io.vertx.reactivex.core.net | |
io.vertx.rxjava.core.net | |
io.vertx.rxjava3.core.net |
Modifier and Type | Method and Description |
---|---|
HostAndPort |
ServerWebSocket.authority() |
HostAndPort |
HttpServerRequest.authority() |
Modifier and Type | Method and Description |
---|---|
HttpClientRequest |
HttpClientRequest.authority(HostAndPort authority)
Override the request authority, when using HTTP/1.x this overrides the request
host header, when using
HTTP/2 this sets the authority pseudo header. |
Future<HttpServerResponse> |
HttpServerResponse.push(HttpMethod method,
HostAndPort authority,
String path,
MultiMap headers)
Same as
HttpServerResponse.push(HttpMethod, String, String, MultiMap, Handler) but with an handler called when the operation completes |
Modifier and Type | Method and Description |
---|---|
static HostAndPort |
HostAndPort.create(String host,
int port)
Create an instance.
|
Modifier and Type | Method and Description |
---|---|
HostAndPort |
HostAndPort.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static HostAndPort |
HostAndPort.newInstance(HostAndPort arg) |
Constructor and Description |
---|
HostAndPort(HostAndPort delegate) |
Modifier and Type | Method and Description |
---|---|
HostAndPort |
HostAndPort.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static HostAndPort |
HostAndPort.newInstance(HostAndPort arg) |
Constructor and Description |
---|
HostAndPort(HostAndPort delegate) |
Modifier and Type | Method and Description |
---|---|
HostAndPort |
HostAndPort.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static HostAndPort |
HostAndPort.newInstance(HostAndPort arg) |
Constructor and Description |
---|
HostAndPort(HostAndPort delegate) |
Copyright © 2024 Eclipse. All rights reserved.