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 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. authority(String host)static HostAndPortHostAndPort. authority(String host, int port)static HostAndPortHostAndPort. create(String host, int port)static HostAndPortHostAndPort. newInstance(io.vertx.core.net.HostAndPort arg)static HostAndPortHostAndPort. 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 HostAndPortProxyRequest. getAuthority()Methods in io.vertx.mutiny.httpproxy with parameters of type HostAndPort Modifier and Type Method Description ProxyRequestProxyRequest. setAuthority(HostAndPort authority)
-