Package org.littleshoot.proxy
Class FlowContext
java.lang.Object
org.littleshoot.proxy.FlowContext
- Direct Known Subclasses:
FullFlowContext
Encapsulates contextual information for flow information that's being
reported to a ActivityTracker.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe address of the client.If using SSL, this returns theSSLSessionon the client connection.
-
Field Details
-
clientAddress
-
clientSslSession
-
-
Constructor Details
-
FlowContext
-
-
Method Details
-
getClientAddress
The address of the client. -
getClientSslSession
If using SSL, this returns theSSLSessionon the client connection.
-