Uses of Class
io.vertx.mutiny.core.net.HostAndPort
Packages that use HostAndPort
-
Uses of HostAndPort in io.vertx.mutiny.core.http
Methods in io.vertx.mutiny.core.http that return HostAndPortModifier and TypeMethodDescriptionHttpServerRequest.authority()
ServerWebSocket.authority()
ServerWebSocketHandshake.authority()
Methods in io.vertx.mutiny.core.http with parameters of type HostAndPortModifier and TypeMethodDescriptionHttpClientRequest.authority
(HostAndPort authority) io.smallrye.mutiny.Uni<HttpServerResponse>
HttpServerResponse.push
(io.vertx.core.http.HttpMethod method, HostAndPort host, String path) io.smallrye.mutiny.Uni<HttpServerResponse>
HttpServerResponse.push
(io.vertx.core.http.HttpMethod method, HostAndPort authority, String path, MultiMap headers) Push a response to the client.HttpServerResponse.pushAndAwait
(io.vertx.core.http.HttpMethod method, HostAndPort host, String path) Blocking variant ofHttpServerResponse.push(HttpMethod,io.vertx.mutiny.core.net.HostAndPort,String)
.HttpServerResponse.pushAndAwait
(io.vertx.core.http.HttpMethod method, HostAndPort authority, String path, MultiMap headers) HttpServerResponse.pushAndForget
(io.vertx.core.http.HttpMethod method, HostAndPort host, String path) Variant ofHttpServerResponse.push(HttpMethod,io.vertx.mutiny.core.net.HostAndPort,String)
that ignores the result of the operation.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 HostAndPortMethods in io.vertx.mutiny.core.net that return HostAndPortModifier and TypeMethodDescriptionstatic HostAndPort
static HostAndPort
static HostAndPort
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 HostAndPortMethods in io.vertx.mutiny.httpproxy with parameters of type HostAndPort