org.littleshoot.proxy
Class FlowContext

java.lang.Object
  extended by 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.


Constructor Summary
FlowContext(ClientToProxyConnection clientConnection)
           
 
Method Summary
 InetSocketAddress getClientAddress()
          The address of the client.
 SSLSession getClientSslSession()
          If using SSL, this returns the SSLSession on the client connection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowContext

public FlowContext(ClientToProxyConnection clientConnection)
Method Detail

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.