| 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 |
|---|---|
static ChainedProxy |
ChainedProxyAdapter.FALLBACK_TO_DIRECT_CONNECTION
ChainedProxy that simply has the upstream proxy make a direct
connection to the 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(io.netty.handler.codec.http.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 | Method and Description |
|---|---|
ChainedProxy |
ProxyToServerConnection.getChainedProxy() |
Copyright © 2009-2013 LittleShoot. All Rights Reserved.