| Package | Description |
|---|---|
| org.littleshoot.proxy | |
| org.littleshoot.proxy.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
ChainedProxyAdapter
Convenience base class for implementations of
ChainedProxy. |
| Modifier and Type | Field and Description |
|---|---|
private ChainedProxy |
FullFlowContext.chainedProxy |
static ChainedProxy |
ChainedProxyAdapter.FALLBACK_TO_DIRECT_CONNECTION
ChainedProxy that simply has the downstream proxy make a direct
connection to the upstream server. |
| Modifier and Type | Method and Description |
|---|---|
ChainedProxy |
FullFlowContext.getChainedProxy()
The chained proxy (if proxy chaining).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChainedProxyManager.lookupChainedProxies(HttpRequest httpRequest,
Queue<ChainedProxy> chainedProxies)
Based on the given httpRequest, add any
ChainedProxys to the list
that should be used to process the request. |
| Modifier and Type | Field and Description |
|---|---|
private ChainedProxy |
ProxyToServerConnection.chainedProxy |
| Modifier and Type | Field and Description |
|---|---|
private Queue<ChainedProxy> |
ProxyToServerConnection.availableChainedProxies |
| Modifier and Type | Method and Description |
|---|---|
ChainedProxy |
ProxyToServerConnection.getChainedProxy() |
| Constructor and Description |
|---|
ProxyToServerConnection(DefaultHttpProxyServer proxyServer,
ClientToProxyConnection clientConnection,
String serverHostAndPort,
ChainedProxy chainedProxy,
Queue<ChainedProxy> availableChainedProxies,
HttpFilters initialFilters,
GlobalTrafficShapingHandler globalTrafficShapingHandler) |
| Constructor and Description |
|---|
ProxyToServerConnection(DefaultHttpProxyServer proxyServer,
ClientToProxyConnection clientConnection,
String serverHostAndPort,
ChainedProxy chainedProxy,
Queue<ChainedProxy> availableChainedProxies,
HttpFilters initialFilters,
GlobalTrafficShapingHandler globalTrafficShapingHandler) |
Copyright © 2009–2017 LittleShoot. All rights reserved.