Uses of Class
io.vertx.rxjava3.core.net.HostAndPort
-
Packages that use HostAndPort Package Description io.vertx.rxjava3.core.http io.vertx.rxjava3.core.net io.vertx.rxjava3.httpproxy -
-
Uses of HostAndPort in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http that return HostAndPort Modifier and Type Method Description HostAndPortHttpServerRequest. authority()HostAndPortServerWebSocket. authority()Methods in io.vertx.rxjava3.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)but with anhandlercalled when the operation completes -
Uses of HostAndPort in io.vertx.rxjava3.core.net
Fields in io.vertx.rxjava3.core.net with type parameters of type HostAndPort Modifier and Type Field Description static TypeArg<HostAndPort>HostAndPort. __TYPE_ARGMethods in io.vertx.rxjava3.core.net that return HostAndPort Modifier and Type Method Description static HostAndPortHostAndPort. authority(String host)Likeauthority(java.lang.String, int)without a port,-1is used instead.static HostAndPortHostAndPort. authority(String host, int port)Create an instance with a validhostfor a valid authority: thehostmust match the host rule of rfc3986.static HostAndPortHostAndPort. create(String host, int port)Create an arbitrary instance.static HostAndPortHostAndPort. newInstance(HostAndPort arg)static HostAndPortHostAndPort. parseAuthority(String string, int schemePort)Parse an authority HTTP header, that is host [':' port], according to rfc3986. -
Uses of HostAndPort in io.vertx.rxjava3.httpproxy
Methods in io.vertx.rxjava3.httpproxy that return HostAndPort Modifier and Type Method Description HostAndPortProxyRequest. getAuthority()Methods in io.vertx.rxjava3.httpproxy with parameters of type HostAndPort Modifier and Type Method Description ProxyRequestProxyRequest. setAuthority(HostAndPort authority)Set the request authority for HTTP/1 the header for HTTP/2 the pseudo header The value must follow the syntax.
-