Uses of Interface
org.littleshoot.proxy.ChainedProxy
Packages that use ChainedProxy
-
Uses of ChainedProxy in org.littleshoot.proxy
Classes in org.littleshoot.proxy that implement ChainedProxyModifier and TypeClassDescriptionclassConvenience base class for implementations ofChainedProxy.Fields in org.littleshoot.proxy declared as ChainedProxyModifier and TypeFieldDescriptionprivate final 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 ChainedProxyModifier and TypeMethodDescriptionFullFlowContext.getChainedProxy()The chained proxy (if proxy chaining).Method parameters in org.littleshoot.proxy with type arguments of type ChainedProxyModifier and TypeMethodDescriptionvoidChainedProxyManager.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 ChainedProxyFields in org.littleshoot.proxy.impl with type parameters of type ChainedProxyModifier and TypeFieldDescriptionprivate final Queue<ChainedProxy>ProxyToServerConnection.availableChainedProxiesMethods in org.littleshoot.proxy.impl that return ChainedProxyConstructors in org.littleshoot.proxy.impl with parameters of type ChainedProxyModifierConstructorDescriptionprivateProxyToServerConnection(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 ChainedProxyModifierConstructorDescriptionprivateProxyToServerConnection(DefaultHttpProxyServer proxyServer, ClientToProxyConnection clientConnection, String serverHostAndPort, ChainedProxy chainedProxy, Queue<ChainedProxy> availableChainedProxies, HttpFilters initialFilters, GlobalTrafficShapingHandler globalTrafficShapingHandler)