Uses of Interface
org.littleshoot.proxy.ChainedProxyManager
-
Packages that use ChainedProxyManager Package Description org.littleshoot.proxy org.littleshoot.proxy.impl -
-
Uses of ChainedProxyManager in org.littleshoot.proxy
Methods in org.littleshoot.proxy with parameters of type ChainedProxyManager Modifier and Type Method Description HttpProxyServerBootstrapHttpProxyServerBootstrap. withChainProxyManager(ChainedProxyManager chainProxyManager)Specify aChainedProxyManagerto use for chaining requests to another proxy. -
Uses of ChainedProxyManager in org.littleshoot.proxy.impl
Fields in org.littleshoot.proxy.impl declared as ChainedProxyManager Modifier and Type Field Description private ChainedProxyManagerDefaultHttpProxyServer. chainProxyManagerprivate ChainedProxyManagerDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap. chainProxyManagerMethods in org.littleshoot.proxy.impl that return ChainedProxyManager Modifier and Type Method Description protected ChainedProxyManagerDefaultHttpProxyServer. getChainProxyManager()Methods in org.littleshoot.proxy.impl with parameters of type ChainedProxyManager Modifier and Type Method Description HttpProxyServerBootstrapDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap. withChainProxyManager(ChainedProxyManager chainProxyManager)Constructors in org.littleshoot.proxy.impl with parameters of type ChainedProxyManager 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)
-