Uses of Interface
io.vertx.core.net.Address
-
Packages that use Address Package Description io.vertx.core.http io.vertx.core.net io.vertx.core.net.endpoint io.vertx.core.spi.endpoint -
-
Uses of Address in io.vertx.core.http
Methods in io.vertx.core.http that return Address Modifier and Type Method Description AddressHttpConnectOptions. getServer()Get the server address to be used by the client request.Methods in io.vertx.core.http with parameters of type Address Modifier and Type Method Description HttpConnectOptionsHttpConnectOptions. setServer(Address server)Set the server address to be used by the client request.RequestOptionsRequestOptions. setServer(Address server)WebSocketConnectOptionsWebSocketConnectOptions. setServer(Address server) -
Uses of Address in io.vertx.core.net
Classes in io.vertx.core.net with type parameters of type Address Modifier and Type Interface Description interfaceAddressResolver<A extends Address>A provider for address resolver.Subinterfaces of Address in io.vertx.core.net Modifier and Type Interface Description interfaceSocketAddressThe address of a socket, an inet socket address or a domain socket address.Methods in io.vertx.core.net with type parameters of type Address Modifier and Type Method Description static <A extends Address>
AddressResolver<A>AddressResolver. mappingResolver(Function<A,List<SocketAddress>> mapping)A simple synchronous resolver for demo and testing purposes. -
Uses of Address in io.vertx.core.net.endpoint
Methods in io.vertx.core.net.endpoint with parameters of type Address Modifier and Type Method Description Future<Endpoint>EndpointResolver. resolveEndpoint(Address address)Resolver an endpoint for the specifiedaddress -
Uses of Address in io.vertx.core.spi.endpoint
Classes in io.vertx.core.spi.endpoint with type parameters of type Address Modifier and Type Interface Description interfaceEndpointResolver<A extends Address,S,D,E>Endpoint resolver Service Provider Interface (SPI).Methods in io.vertx.core.spi.endpoint with parameters of type Address Modifier and Type Method Description AEndpointResolver. tryCast(Address address)Try to cast theaddressto an address instance that can be resolved by this resolver instance.
-