org.littleshoot.proxy
Class FlowContext
java.lang.Object
org.littleshoot.proxy.FlowContext
- Direct Known Subclasses:
- FullFlowContext
public class FlowContext
- extends Object
Encapsulates contextual information for flow information that's being
reported to a ActivityTracker.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlowContext
public FlowContext(ClientToProxyConnection clientConnection)
getClientAddress
public InetSocketAddress getClientAddress()
- The address of the client.
- Returns:
getClientSslSession
public SSLSession getClientSslSession()
- If using SSL, this returns the
SSLSession on the client
connection.
- Returns:
Copyright © 2009-2014 LittleShoot. All Rights Reserved.