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 |
ProxyToServerConnection.clientConnection |
private ClientToProxyConnection |
ConnectionFlow.clientConnection |
Modifier and Type | Method and Description |
---|---|
(package private) static ProxyToServerConnection |
ProxyToServerConnection.create(DefaultHttpProxyServer proxyServer,
ClientToProxyConnection clientConnection,
String serverHostAndPort,
HttpFilters initialFilters,
io.netty.handler.codec.http.HttpRequest initialHttpRequest,
io.netty.handler.traffic.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,
io.netty.handler.traffic.GlobalTrafficShapingHandler globalTrafficShapingHandler) |
Copyright © 2009–2017 LittleShoot. All rights reserved.