Uses of Class
io.vertx.mutiny.core.net.HostAndPort
-
Packages that use HostAndPort Package Description io.vertx.mutiny.core.http io.vertx.mutiny.core.net io.vertx.mutiny.httpproxy -
-
Uses of HostAndPort in io.vertx.mutiny.core.http
Methods in io.vertx.mutiny.core.http that return HostAndPort Modifier and Type Method Description HostAndPort
HttpServerRequest. authority()
HostAndPort
ServerWebSocket. authority()
HostAndPort
ServerWebSocketHandshake. authority()
Methods in io.vertx.mutiny.core.http with parameters of type HostAndPort Modifier and Type Method Description HttpClientRequest
HttpClientRequest. authority(HostAndPort authority)
io.smallrye.mutiny.Uni<HttpServerResponse>
HttpServerResponse. push(io.vertx.core.http.HttpMethod method, HostAndPort authority, String path, MultiMap headers)
Same asHttpServerResponse.push(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String)
but with anhandler
called when the operation completesHttpServerResponse
HttpServerResponse. pushAndAwait(io.vertx.core.http.HttpMethod method, HostAndPort authority, String path, MultiMap headers)
HttpServerResponse
HttpServerResponse. pushAndForget(io.vertx.core.http.HttpMethod method, HostAndPort authority, String path, MultiMap headers)
Variant ofHttpServerResponse.push(HttpMethod,io.vertx.mutiny.core.net.HostAndPort,String,io.vertx.mutiny.core.MultiMap)
that ignores the result of the operation. -
Uses of HostAndPort in io.vertx.mutiny.core.net
Fields in io.vertx.mutiny.core.net with type parameters of type HostAndPort Modifier and Type Field Description static TypeArg<HostAndPort>
HostAndPort. __TYPE_ARG
Methods in io.vertx.mutiny.core.net that return HostAndPort Modifier and Type Method Description static HostAndPort
HostAndPort. authority(String host)
static HostAndPort
HostAndPort. authority(String host, int port)
static HostAndPort
HostAndPort. create(String host, int port)
static HostAndPort
HostAndPort. newInstance(io.vertx.core.net.HostAndPort arg)
static HostAndPort
HostAndPort. parseAuthority(String string, int schemePort)
-
Uses of HostAndPort in io.vertx.mutiny.httpproxy
Methods in io.vertx.mutiny.httpproxy that return HostAndPort Modifier and Type Method Description HostAndPort
ProxyRequest. getAuthority()
Methods in io.vertx.mutiny.httpproxy with parameters of type HostAndPort Modifier and Type Method Description ProxyRequest
ProxyRequest. setAuthority(HostAndPort authority)
-