Uses of Interface
io.vertx.core.net.HostAndPort
Packages that use HostAndPort
Package
Description
-
Uses of HostAndPort in io.vertx.core.http
Methods in io.vertx.core.http that return HostAndPortModifier and TypeMethodDescriptionHttpServerRequest.authority()HttpServerRequest.authority(boolean real) ServerWebSocket.authority()ServerWebSocketHandshake.authority()Methods in io.vertx.core.http with parameters of type HostAndPortModifier and TypeMethodDescriptionHttpClientRequest.authority(HostAndPort authority) Override the request authority, when using HTTP/1.x this overrides the requesthostheader, when using HTTP/2 this sets theauthoritypseudo header.default Future<HttpServerResponse> HttpServerResponse.push(HttpMethod method, HostAndPort authority, String path) LikeHttpServerResponse.push(HttpMethod, HostAndPort, String, MultiMap)with no headers.HttpServerResponse.push(HttpMethod method, HostAndPort authority, String path, MultiMap headers) Push a response to the client. -
Uses of HostAndPort in io.vertx.core.net
Methods in io.vertx.core.net that return HostAndPortModifier and TypeMethodDescriptionstatic HostAndPortLikeHostAndPort.authority(String, int)without a port,-1is used instead.static HostAndPortCreate an instance with a validhostfor a valid authority: thehostmust match the host rule of rfc3986.static HostAndPortCreate an arbitrary instance.static HostAndPortHostAndPort.fromJson(JsonObject json) 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.httpproxy
Methods in io.vertx.httpproxy that return HostAndPortMethods in io.vertx.httpproxy with parameters of type HostAndPortModifier and TypeMethodDescriptionProxyRequest.setAuthority(HostAndPort authority) Set the request authority. -
Uses of HostAndPort in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http that return HostAndPortModifier and TypeMethodDescriptionHttpServerRequest.authority()HttpServerRequest.authority(boolean real) ServerWebSocket.authority()ServerWebSocketHandshake.authority()Methods in io.vertx.reactivex.core.http with parameters of type HostAndPortModifier and TypeMethodDescriptionHttpClientRequest.authority(HostAndPort authority) Override the request authority, when using HTTP/1.x this overrides the requesthostheader, when using HTTP/2 this sets theauthoritypseudo header.HttpServerResponse.push(HttpMethod method, HostAndPort authority, String path) LikeHttpServerResponse.push(HttpMethod, HostAndPort, String)with no headers.HttpServerResponse.push(HttpMethod method, HostAndPort authority, String path, MultiMap headers) Push a response to the client.HttpServerResponse.rxPush(HttpMethod method, HostAndPort authority, String path) LikeHttpServerResponse.push(HttpMethod, HostAndPort, String)with no headers.HttpServerResponse.rxPush(HttpMethod method, HostAndPort authority, String path, MultiMap headers) Push a response to the client. -
Uses of HostAndPort in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http that return HostAndPortModifier and TypeMethodDescriptionHttpServerRequest.authority()HttpServerRequest.authority(boolean real) ServerWebSocket.authority()ServerWebSocketHandshake.authority()Methods in io.vertx.rxjava3.core.http with parameters of type HostAndPortModifier and TypeMethodDescriptionHttpClientRequest.authority(HostAndPort authority) Override the request authority, when using HTTP/1.x this overrides the requesthostheader, when using HTTP/2 this sets theauthoritypseudo header.HttpServerResponse.push(HttpMethod method, HostAndPort authority, String path) LikeHttpServerResponse.push(HttpMethod, HostAndPort, String)with no headers.HttpServerResponse.push(HttpMethod method, HostAndPort authority, String path, MultiMap headers) Push a response to the client.HttpServerResponse.rxPush(HttpMethod method, HostAndPort authority, String path) LikeHttpServerResponse.push(HttpMethod, HostAndPort, String)with no headers.HttpServerResponse.rxPush(HttpMethod method, HostAndPort authority, String path, MultiMap headers) Push a response to the client. -
Uses of HostAndPort in io.vertx.rxjava3.httpproxy
Methods in io.vertx.rxjava3.httpproxy that return HostAndPortMethods in io.vertx.rxjava3.httpproxy with parameters of type HostAndPortModifier and TypeMethodDescriptionProxyRequest.setAuthority(HostAndPort authority) Set the request authority.