public class FlowContext extends Object
Encapsulates contextual information for flow information that's being
reported to a ActivityTracker.
| 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. |
public FlowContext(ClientToProxyConnection clientConnection)
public InetSocketAddress getClientAddress()
public SSLSession getClientSslSession()
SSLSession on the client
connection.Copyright © 2009-2013 LittleShoot. All Rights Reserved.