Uses of Class
io.vertx.rxjava.core.net.HostAndPort
-
Packages that use HostAndPort Package Description io.vertx.rxjava.core.http io.vertx.rxjava.core.net -
-
Uses of HostAndPort in io.vertx.rxjava.core.http
Methods in io.vertx.rxjava.core.http that return HostAndPort Modifier and Type Method Description HostAndPortHttpServerRequest. authority()HostAndPortServerWebSocket. authority()Methods in io.vertx.rxjava.core.http with parameters of type HostAndPort Modifier and Type Method Description HttpClientRequestHttpClientRequest. authority(HostAndPort authority)Override the request authority, when using HTTP/1.x this overrides the requesthostheader, when using HTTP/2 this sets theauthoritypseudo header.Future<HttpServerResponse>HttpServerResponse. push(HttpMethod method, HostAndPort authority, String path, MultiMap headers)Same asHttpServerResponse.push(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.http.HttpServerResponse>>)but with anhandlercalled when the operation completes -
Uses of HostAndPort in io.vertx.rxjava.core.net
Fields in io.vertx.rxjava.core.net with type parameters of type HostAndPort Modifier and Type Field Description static TypeArg<HostAndPort>HostAndPort. __TYPE_ARGMethods in io.vertx.rxjava.core.net that return HostAndPort Modifier and Type Method Description static HostAndPortHostAndPort. create(String host, int port)Create an instance.static HostAndPortHostAndPort. newInstance(HostAndPort arg)
-