Uses of Class
io.vertx.serviceresolver.srv.SrvResolverOptions
-
Packages that use SrvResolverOptions Package Description io.vertx.serviceresolver.srv -
-
Uses of SrvResolverOptions in io.vertx.serviceresolver.srv
Methods in io.vertx.serviceresolver.srv that return SrvResolverOptions Modifier and Type Method Description SrvResolverOptions
SrvResolverOptions. setMinTTL(int minTTL)
Set the minimum amount of time inunit of time
the resolver caches DNS responses, the default value is0
SrvResolverOptions
SrvResolverOptions. setMinTTLUnit(TimeUnit minTTLUnit)
Set the unit ofsetMinTTL(int)
, the default value isTimeUnit.SECONDS
.SrvResolverOptions
SrvResolverOptions. setServer(SocketAddress server)
Set the DNS resolver address.Methods in io.vertx.serviceresolver.srv with parameters of type SrvResolverOptions Modifier and Type Method Description static AddressResolver
SrvResolver. create(SrvResolverOptions options)
Create an address resolver configured by theoptions
.Constructors in io.vertx.serviceresolver.srv with parameters of type SrvResolverOptions Constructor Description SrvResolverOptions(SrvResolverOptions other)
-