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  - 
- 
Uses of HostAndPort in io.vertx.mutiny.core.http
Methods in io.vertx.mutiny.core.http that return HostAndPort Modifier and Type Method Description HostAndPortHttpServerRequest. authority()HostAndPortServerWebSocket. authority()Methods in io.vertx.mutiny.core.http with parameters of type HostAndPort Modifier and Type Method Description HttpClientRequestHttpClientRequest. 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 anhandlercalled when the operation completesHttpServerResponseHttpServerResponse. pushAndAwait(io.vertx.core.http.HttpMethod method, HostAndPort authority, String path, MultiMap headers)HttpServerResponseHttpServerResponse. 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_ARGMethods in io.vertx.mutiny.core.net that return HostAndPort Modifier and Type Method Description static HostAndPortHostAndPort. create(String host, int port)static HostAndPortHostAndPort. newInstance(io.vertx.core.net.HostAndPort arg) 
 -