org.littleshoot.proxy
Class FullFlowContext
java.lang.Object
org.littleshoot.proxy.FlowContext
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).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FullFlowContext
public FullFlowContext(ClientToProxyConnection clientConnection,
ProxyToServerConnection serverConnection)
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.