Uses of Interface
org.littleshoot.proxy.ChainedProxy
-
Packages that use ChainedProxy Package Description org.littleshoot.proxy org.littleshoot.proxy.impl -
-
Uses of ChainedProxy in org.littleshoot.proxy
Classes in org.littleshoot.proxy that implement ChainedProxy Modifier and Type Class Description classChainedProxyAdapterConvenience base class for implementations ofChainedProxy.Fields in org.littleshoot.proxy declared as ChainedProxy Modifier and Type Field Description private ChainedProxyFullFlowContext. chainedProxystatic ChainedProxyChainedProxyAdapter. FALLBACK_TO_DIRECT_CONNECTIONChainedProxythat simply has the downstream proxy make a direct connection to the upstream server.Methods in org.littleshoot.proxy that return ChainedProxy Modifier and Type Method Description ChainedProxyFullFlowContext. getChainedProxy()The chained proxy (if proxy chaining).Method parameters in org.littleshoot.proxy with type arguments of type ChainedProxy Modifier and Type Method Description voidChainedProxyManager. lookupChainedProxies(HttpRequest httpRequest, Queue<ChainedProxy> chainedProxies, ClientDetails clientDetails)Based on the given httpRequest, add anyChainedProxys to the list that should be used to process the request. -
Uses of ChainedProxy in org.littleshoot.proxy.impl
Fields in org.littleshoot.proxy.impl declared as ChainedProxy Modifier and Type Field Description private ChainedProxyProxyToServerConnection. chainedProxyFields in org.littleshoot.proxy.impl with type parameters of type ChainedProxy Modifier and Type Field Description private Queue<ChainedProxy>ProxyToServerConnection. availableChainedProxiesMethods in org.littleshoot.proxy.impl that return ChainedProxy Modifier and Type Method Description ChainedProxyProxyToServerConnection. getChainedProxy()Constructors in org.littleshoot.proxy.impl with parameters of type ChainedProxy Constructor Description ProxyToServerConnection(DefaultHttpProxyServer proxyServer, ClientToProxyConnection clientConnection, String serverHostAndPort, ChainedProxy chainedProxy, Queue<ChainedProxy> availableChainedProxies, HttpFilters initialFilters, GlobalTrafficShapingHandler globalTrafficShapingHandler)Constructor parameters in org.littleshoot.proxy.impl with type arguments of type ChainedProxy Constructor Description ProxyToServerConnection(DefaultHttpProxyServer proxyServer, ClientToProxyConnection clientConnection, String serverHostAndPort, ChainedProxy chainedProxy, Queue<ChainedProxy> availableChainedProxies, HttpFilters initialFilters, GlobalTrafficShapingHandler globalTrafficShapingHandler)
-