Uses of Interface
org.littleshoot.proxy.HostResolver
Packages that use HostResolver
-
Uses of HostResolver in org.littleshoot.proxy
Classes in org.littleshoot.proxy that implement HostResolverModifier and TypeClassDescriptionclassDefault implementation ofHostResolverthat just usesInetAddress.getByName(String).classMethods in org.littleshoot.proxy with parameters of type HostResolverModifier and TypeMethodDescriptionHttpProxyServerBootstrap.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 HostResolverModifier and TypeFieldDescriptionprivate HostResolverDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.serverResolverprivate final HostResolverDefaultHttpProxyServer.serverResolverMethods in org.littleshoot.proxy.impl that return HostResolverMethods in org.littleshoot.proxy.impl with parameters of type HostResolverModifier and TypeMethodDescriptionDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.withServerResolver(HostResolver serverResolver) Constructors in org.littleshoot.proxy.impl with parameters of type HostResolverModifierConstructorDescriptionprivateDefaultHttpProxyServer(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.privateDefaultHttpProxyServerBootstrap(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)