Uses of Interface
org.littleshoot.proxy.ChainedProxyManager
Packages that use ChainedProxyManager
-
Uses of ChainedProxyManager in org.littleshoot.proxy
Methods in org.littleshoot.proxy with parameters of type ChainedProxyManagerModifier and TypeMethodDescriptionHttpProxyServerBootstrap.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 ChainedProxyManagerModifier and TypeFieldDescriptionprivate final ChainedProxyManagerDefaultHttpProxyServer.chainProxyManagerprivate ChainedProxyManagerDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.chainProxyManagerMethods in org.littleshoot.proxy.impl that return ChainedProxyManagerModifier and TypeMethodDescriptionprotected ChainedProxyManagerDefaultHttpProxyServer.getChainProxyManager()Methods in org.littleshoot.proxy.impl with parameters of type ChainedProxyManagerModifier and TypeMethodDescriptionDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.withChainProxyManager(ChainedProxyManager chainProxyManager) Constructors in org.littleshoot.proxy.impl with parameters of type ChainedProxyManagerModifierConstructorDescriptionprivateDefaultHttpProxyServer(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)