Uses of Class
io.vertx.serviceresolver.srv.SrvResolverOptions
Packages that use SrvResolverOptions
-
Uses of SrvResolverOptions in io.vertx.serviceresolver.srv
Methods in io.vertx.serviceresolver.srv that return SrvResolverOptionsModifier and TypeMethodDescriptionSrvResolverOptions.setMinTTL(int minTTL) Set the minimum amount of time inunit of timethe resolver caches DNS responses, the default value is0SrvResolverOptions.setMinTTLUnit(TimeUnit minTTLUnit) Set the unit ofSrvResolverOptions.setMinTTL(int), the default value isTimeUnit.SECONDS.SrvResolverOptions.setServer(SocketAddress server) Set the DNS resolver address.Methods in io.vertx.serviceresolver.srv with parameters of type SrvResolverOptionsModifier and TypeMethodDescriptionstatic AddressResolverSrvResolver.create(SrvResolverOptions options) Create an address resolver configured by theoptions.Constructors in io.vertx.serviceresolver.srv with parameters of type SrvResolverOptions