|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChainedProxy | |
|---|---|
| org.littleshoot.proxy | |
| org.littleshoot.proxy.impl | |
| Uses of ChainedProxy in org.littleshoot.proxy |
|---|
| Classes in org.littleshoot.proxy that implement ChainedProxy | |
|---|---|
class |
ChainedProxyAdapter
Convenience base class for implementations of ChainedProxy. |
| Fields in org.littleshoot.proxy declared as ChainedProxy | |
|---|---|
static ChainedProxy |
ChainedProxyAdapter.FALLBACK_TO_DIRECT_CONNECTION
ChainedProxy that simply has the downstream proxy make a direct
connection to the upstream server. |
| Methods in org.littleshoot.proxy that return ChainedProxy | |
|---|---|
ChainedProxy |
FullFlowContext.getChainedProxy()
The chained proxy (if proxy chaining). |
| Method parameters in org.littleshoot.proxy with type arguments of type ChainedProxy | |
|---|---|
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. |
| Uses of ChainedProxy in org.littleshoot.proxy.impl |
|---|
| Methods in org.littleshoot.proxy.impl that return ChainedProxy | |
|---|---|
ChainedProxy |
ProxyToServerConnection.getChainedProxy()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||