| Package | Description |
|---|---|
| org.littleshoot.proxy | |
| org.littleshoot.proxy.impl |
| Constructor and Description |
|---|
FlowContext(ClientToProxyConnection clientConnection) |
FullFlowContext(ClientToProxyConnection clientConnection,
ProxyToServerConnection serverConnection) |
| Modifier and Type | Field and Description |
|---|---|
private ClientToProxyConnection |
ConnectionFlow.clientConnection |
private ClientToProxyConnection |
ProxyToServerConnection.clientConnection |
| Modifier and Type | Method and Description |
|---|---|
(package private) static ProxyToServerConnection |
ProxyToServerConnection.create(DefaultHttpProxyServer proxyServer,
ClientToProxyConnection clientConnection,
String serverHostAndPort,
HttpFilters initialFilters,
HttpRequest initialHttpRequest,
GlobalTrafficShapingHandler globalTrafficShapingHandler)
Create a new ProxyToServerConnection.
|
| Constructor and Description |
|---|
ConnectionFlow(ClientToProxyConnection clientConnection,
ProxyToServerConnection serverConnection,
Object connectLock)
Construct a new
ConnectionFlow for the given client and server
connections. |
ProxyToServerConnection(DefaultHttpProxyServer proxyServer,
ClientToProxyConnection clientConnection,
String serverHostAndPort,
ChainedProxy chainedProxy,
Queue<ChainedProxy> availableChainedProxies,
HttpFilters initialFilters,
GlobalTrafficShapingHandler globalTrafficShapingHandler) |
Copyright © 2009–2017 LittleShoot. All rights reserved.