Uses of Interface
io.vertx.core.net.AddressResolver
-
-
Uses of AddressResolver in io.vertx.core.http
Methods in io.vertx.core.http with parameters of type AddressResolver Modifier and Type Method Description HttpClientBuilder
HttpClientBuilder. 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 AddressResolver Modifier and Type Method Description static AddressResolver
AddressResolver. mappingResolver(java.util.function.Function<Address,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 AddressResolver Modifier and Type Method Description GrpcClientBuilder<C>
GrpcClientBuilder. 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 AddressResolver Modifier and Type Method Description HttpClientBuilder
HttpClientBuilder. 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 AddressResolver Modifier and Type Method Description GrpcClientBuilder<C>
GrpcClientBuilder. 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 AddressResolver Modifier and Type Method Description HttpClientBuilder
HttpClientBuilder. 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 AddressResolver Modifier and Type Method Description GrpcClientBuilder<C>
GrpcClientBuilder. withAddressResolver(AddressResolver resolver)
Configure the client to use a specific address resolver. -
Uses of AddressResolver in io.vertx.serviceresolver.kube
Methods in io.vertx.serviceresolver.kube that return AddressResolver Modifier and Type Method Description static AddressResolver
KubeResolver. create()
Create a Kubernetes resolver with the default options.static AddressResolver
KubeResolver. create(KubeResolverOptions options)
Create a Kubernetes resolver with the givenoptions
. -
Uses of AddressResolver in io.vertx.serviceresolver.srv
Methods in io.vertx.serviceresolver.srv that return AddressResolver Modifier and Type Method Description static AddressResolver
SrvResolver. create(SrvResolverOptions options)
Create an address resolver configured by theoptions
.
-