public class FullFlowContext extends FlowContext
FlowContext that provides additional information (which
we know after actually processing the request from the client).| Constructor and Description |
|---|
FullFlowContext(ClientToProxyConnection clientConnection,
ProxyToServerConnection serverConnection) |
| Modifier and Type | Method and Description |
|---|---|
ChainedProxy |
getChainedProxy()
The chained proxy (if proxy chaining).
|
String |
getServerHostAndPort()
The host and port for the server (i.e.
|
getClientAddress, getClientSslSessionpublic FullFlowContext(ClientToProxyConnection clientConnection, ProxyToServerConnection serverConnection)
public String getServerHostAndPort()
public ChainedProxy getChainedProxy()
Copyright © 2009-2013 LittleShoot. All Rights Reserved.