public class FullFlowContext extends FlowContext
FlowContext
that provides additional information (which
we know after actually processing the request from the client).Modifier and Type | Field and Description |
---|---|
private ChainedProxy |
chainedProxy |
private String |
serverHostAndPort |
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, getClientSslSession
private final String serverHostAndPort
private final ChainedProxy chainedProxy
public FullFlowContext(ClientToProxyConnection clientConnection, ProxyToServerConnection serverConnection)
public String getServerHostAndPort()
public ChainedProxy getChainedProxy()
Copyright © 2009–2019 LittleShoot. All rights reserved.