Uses of Interface
io.vertx.core.net.HostAndPort
Packages that use HostAndPort
-
Uses of HostAndPort in io.vertx.core.http
Methods in io.vertx.core.http that return HostAndPortModifier and TypeMethodDescriptionHttpClientRequest.authority()HttpServerRequest.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 initially set by the client.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 HostAndPortLikeauthority(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.