org.littleshoot.proxy
Class FullFlowContext

java.lang.Object
  extended by org.littleshoot.proxy.FlowContext
      extended by org.littleshoot.proxy.FullFlowContext

public class FullFlowContext
extends FlowContext

Extension of FlowContext that provides additional information (which we know after actually processing the request from the client).


Constructor Summary
FullFlowContext(ClientToProxyConnection clientConnection, ProxyToServerConnection serverConnection)
           
 
Method Summary
 ChainedProxy getChainedProxy()
          The chained proxy (if proxy chaining).
 String getServerHostAndPort()
          The host and port for the server (i.e.
 
Methods inherited from class org.littleshoot.proxy.FlowContext
getClientAddress, getClientSslSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FullFlowContext

public FullFlowContext(ClientToProxyConnection clientConnection,
                       ProxyToServerConnection serverConnection)
Method Detail

getServerHostAndPort

public String getServerHostAndPort()
The host and port for the server (i.e. the ultimate endpoint).

Returns:

getChainedProxy

public ChainedProxy getChainedProxy()
The chained proxy (if proxy chaining).

Returns:


Copyright © 2009-2014 LittleShoot. All Rights Reserved.