Package org.littleshoot.proxy
Class FullFlowContext
java.lang.Object
org.littleshoot.proxy.FlowContext
org.littleshoot.proxy.FullFlowContext
Extension of
FlowContext that provides additional information (which
we know after actually processing the request from the client).-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFullFlowContext(ClientToProxyConnection clientConnection, ProxyToServerConnection serverConnection) -
Method Summary
Modifier and TypeMethodDescriptionThe chained proxy (if proxy chaining).The host and port for the server (i.e.Methods inherited from class org.littleshoot.proxy.FlowContext
getClientAddress, getClientSslSession
-
Field Details
-
serverHostAndPort
-
chainedProxy
-
-
Constructor Details
-
FullFlowContext
public FullFlowContext(ClientToProxyConnection clientConnection, ProxyToServerConnection serverConnection)
-
-
Method Details
-
getServerHostAndPort
The host and port for the server (i.e. the ultimate endpoint). -
getChainedProxy
The chained proxy (if proxy chaining).
-