Uses of Interface
io.vertx.core.net.AddressResolver
Packages that use AddressResolver
Package
Description
-
Uses of AddressResolver in io.vertx.core.http
Methods in io.vertx.core.http with parameters of type AddressResolverModifier and TypeMethodDescriptionHttpClientBuilder.withAddressResolver(AddressResolver<?> resolver) Configure the client to use a specific address resolver. -
Uses of AddressResolver in io.vertx.core.net
Methods in io.vertx.core.net that return AddressResolverModifier 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 AddressResolver in io.vertx.grpc.client
Methods in io.vertx.grpc.client with parameters of type AddressResolverModifier and TypeMethodDescriptionGrpcClientBuilder.withAddressResolver(AddressResolver resolver) Configure the client to use a specific address resolver. -
Uses of AddressResolver in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http with parameters of type AddressResolverModifier and TypeMethodDescriptionHttpClientBuilder.withAddressResolver(AddressResolver<?> resolver) Configure the client to use a specific address resolver. -
Uses of AddressResolver in io.vertx.reactivex.grpc.client
Methods in io.vertx.reactivex.grpc.client with parameters of type AddressResolverModifier and TypeMethodDescriptionGrpcClientBuilder.withAddressResolver(AddressResolver resolver) Configure the client to use a specific address resolver. -
Uses of AddressResolver in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http with parameters of type AddressResolverModifier and TypeMethodDescriptionHttpClientBuilder.withAddressResolver(AddressResolver<?> resolver) Configure the client to use a specific address resolver. -
Uses of AddressResolver in io.vertx.rxjava3.grpc.client
Methods in io.vertx.rxjava3.grpc.client with parameters of type AddressResolverModifier and TypeMethodDescriptionGrpcClientBuilder.withAddressResolver(AddressResolver resolver) Configure the client to use a specific address resolver. -
Uses of AddressResolver in io.vertx.serviceresolver.kube
Subinterfaces of AddressResolver in io.vertx.serviceresolver.kubeModifier and TypeInterfaceDescriptioninterfaceA resolver for services within a Kubernetes cluster. -
Uses of AddressResolver in io.vertx.serviceresolver.srv
Methods in io.vertx.serviceresolver.srv that return AddressResolverModifier and TypeMethodDescriptionstatic AddressResolverSrvResolver.create(SrvResolverOptions options) Create an address resolver configured by theoptions.