Uses of Interface
org.littleshoot.proxy.HostResolver
-
Packages that use HostResolver Package Description org.littleshoot.proxy org.littleshoot.proxy.impl -
-
Uses of HostResolver in org.littleshoot.proxy
Classes in org.littleshoot.proxy that implement HostResolver Modifier and Type Class Description classDefaultHostResolverDefault implementation ofHostResolverthat just usesInetAddress.getByName(String).classDnsSecServerResolverMethods in org.littleshoot.proxy with parameters of type HostResolver Modifier and Type Method Description HttpProxyServerBootstrapHttpProxyServerBootstrap. withServerResolver(HostResolver serverResolver)Specify a customHostResolverfor resolving server addresses. -
Uses of HostResolver in org.littleshoot.proxy.impl
Fields in org.littleshoot.proxy.impl declared as HostResolver Modifier and Type Field Description private HostResolverDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap. serverResolverprivate HostResolverDefaultHttpProxyServer. serverResolverMethods in org.littleshoot.proxy.impl that return HostResolver Modifier and Type Method Description HostResolverDefaultHttpProxyServer. getServerResolver()Methods in org.littleshoot.proxy.impl with parameters of type HostResolver Modifier and Type Method Description HttpProxyServerBootstrapDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap. withServerResolver(HostResolver serverResolver)Constructors in org.littleshoot.proxy.impl with parameters of type HostResolver Constructor Description DefaultHttpProxyServer(ServerGroup serverGroup, TransportProtocol transportProtocol, InetSocketAddress requestedAddress, SslEngineSource sslEngineSource, boolean authenticateSslClients, ProxyAuthenticator proxyAuthenticator, ChainedProxyManager chainProxyManager, MitmManager mitmManager, HttpFiltersSource filtersSource, boolean transparent, int idleConnectionTimeout, Collection<ActivityTracker> activityTrackers, int connectTimeout, HostResolver serverResolver, long readThrottleBytesPerSecond, long writeThrottleBytesPerSecond, InetSocketAddress localAddress, String proxyAlias, int maxInitialLineLength, int maxHeaderSize, int maxChunkSize, boolean allowRequestsToOriginServer, boolean acceptProxyProtocol, boolean sendProxyProtocol)Creates a new proxy server.DefaultHttpProxyServerBootstrap(ServerGroup serverGroup, TransportProtocol transportProtocol, InetSocketAddress requestedAddress, SslEngineSource sslEngineSource, boolean authenticateSslClients, ProxyAuthenticator proxyAuthenticator, ChainedProxyManager chainProxyManager, MitmManager mitmManager, HttpFiltersSource filtersSource, boolean transparent, int idleConnectionTimeout, Collection<ActivityTracker> activityTrackers, int connectTimeout, HostResolver serverResolver, long readThrottleBytesPerSecond, long writeThrottleBytesPerSecond, InetSocketAddress localAddress, String proxyAlias, int maxInitialLineLength, int maxHeaderSize, int maxChunkSize, boolean allowRequestToOriginServer)
-