Uses of Enum Class
io.netty.resolver.ResolvedAddressTypes
-
Uses of ResolvedAddressTypes in io.netty.resolver
Methods in io.netty.resolver that return ResolvedAddressTypesModifier and TypeMethodDescriptionstatic ResolvedAddressTypesReturns the enum constant of this class with the specified name.static ResolvedAddressTypes[]ResolvedAddressTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.netty.resolver with parameters of type ResolvedAddressTypesModifier and TypeMethodDescriptionDefaultHostsFileEntriesResolver.address(String inetHost, ResolvedAddressTypes resolvedAddressTypes) HostsFileEntriesResolver.address(String inetHost, ResolvedAddressTypes resolvedAddressTypes) Resolve the address of a hostname against the entries in a hosts file, depending on some address types.DefaultHostsFileEntriesResolver.addresses(String inetHost, ResolvedAddressTypes resolvedAddressTypes) Resolves all addresses of a hostname against the entries in a hosts file, depending on the specifiedResolvedAddressTypes.