public class FlowContext extends Object
Encapsulates contextual information for flow information that's being
reported to a ActivityTracker.
| Modifier and Type | Field and Description |
|---|---|
private InetSocketAddress |
clientAddress |
private SSLSession |
clientSslSession |
| Constructor and Description |
|---|
FlowContext(ClientToProxyConnection clientConnection) |
| Modifier and Type | Method and Description |
|---|---|
InetSocketAddress |
getClientAddress()
The address of the client.
|
SSLSession |
getClientSslSession()
If using SSL, this returns the
SSLSession on the client
connection. |
private final InetSocketAddress clientAddress
private final SSLSession clientSslSession
public FlowContext(ClientToProxyConnection clientConnection)
public InetSocketAddress getClientAddress()
public SSLSession getClientSslSession()
SSLSession on the client
connection.Copyright © 2009–2017 LittleShoot. All rights reserved.