Uses of Interface
io.vertx.core.net.Address
Packages that use Address
Package
Description
-
Uses of Address in io.vertx.core.http
Methods in io.vertx.core.http that return AddressModifier and TypeMethodDescriptionHttpConnectOptions.getServer()Get the server address to be used by the client request.Methods in io.vertx.core.http with parameters of type AddressModifier and TypeMethodDescriptionSet the server address to be used by the client request. -
Uses of Address in io.vertx.core.net
Classes in io.vertx.core.net with type parameters of type AddressModifier and TypeInterfaceDescriptioninterfaceAddressResolver<A extends Address>A provider for address resolver.Subinterfaces of Address in io.vertx.core.netModifier and TypeInterfaceDescriptioninterfaceThe address of a socket, an inet socket address or a domain socket address.Methods in io.vertx.core.net with type parameters of type AddressModifier and TypeMethodDescriptionstatic <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 AddressModifier and TypeMethodDescriptionEndpointResolver.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 AddressModifier and TypeInterfaceDescriptioninterfaceEndpointResolver<A extends Address,S, D, E> Endpoint resolver Service Provider Interface (SPI).Methods in io.vertx.core.spi.endpoint with parameters of type Address