Uses of Interface
io.netty.resolver.HostsFileEntriesProvider.Parser
-
Packages that use HostsFileEntriesProvider.Parser Package Description io.netty.resolver Resolves an arbitrary string that represents the name of an endpoint into an address. -
-
Uses of HostsFileEntriesProvider.Parser in io.netty.resolver
Classes in io.netty.resolver that implement HostsFileEntriesProvider.Parser Modifier and Type Class Description private static classHostsFileEntriesProvider.ParserImplFields in io.netty.resolver declared as HostsFileEntriesProvider.Parser Modifier and Type Field Description private HostsFileEntriesProvider.ParserDefaultHostsFileEntriesResolver. hostsFileParserMethods in io.netty.resolver that return HostsFileEntriesProvider.Parser Modifier and Type Method Description static HostsFileEntriesProvider.ParserHostsFileEntriesProvider. parser()Creates a parser forHostsFileEntriesProvider.Methods in io.netty.resolver with parameters of type HostsFileEntriesProvider.Parser Modifier and Type Method Description private static HostsFileEntriesProviderDefaultHostsFileEntriesResolver. parseEntries(HostsFileEntriesProvider.Parser parser)Constructors in io.netty.resolver with parameters of type HostsFileEntriesProvider.Parser Constructor Description DefaultHostsFileEntriesResolver(HostsFileEntriesProvider.Parser hostsFileParser, long refreshInterval)
-