Uses of Class
org.littleshoot.proxy.impl.ClientToProxyConnection
Packages that use ClientToProxyConnection
-
Uses of ClientToProxyConnection in org.littleshoot.proxy
Constructors in org.littleshoot.proxy with parameters of type ClientToProxyConnectionModifierConstructorDescriptionFlowContext(ClientToProxyConnection clientConnection) FullFlowContext(ClientToProxyConnection clientConnection, ProxyToServerConnection serverConnection) -
Uses of ClientToProxyConnection in org.littleshoot.proxy.impl
Fields in org.littleshoot.proxy.impl declared as ClientToProxyConnectionModifier and TypeFieldDescriptionprivate final ClientToProxyConnectionConnectionFlow.clientConnectionprivate final ClientToProxyConnectionProxyToServerConnection.clientConnectionMethods in org.littleshoot.proxy.impl with parameters of type ClientToProxyConnectionModifier and TypeMethodDescription(package private) static ProxyToServerConnectionProxyToServerConnection.create(DefaultHttpProxyServer proxyServer, ClientToProxyConnection clientConnection, String serverHostAndPort, HttpFilters initialFilters, HttpRequest initialHttpRequest, GlobalTrafficShapingHandler globalTrafficShapingHandler) Create a new ProxyToServerConnection.Constructors in org.littleshoot.proxy.impl with parameters of type ClientToProxyConnectionModifierConstructorDescription(package private)ConnectionFlow(ClientToProxyConnection clientConnection, ProxyToServerConnection serverConnection, Object connectLock) Construct a newConnectionFlowfor the given client and server connections.privateProxyToServerConnection(DefaultHttpProxyServer proxyServer, ClientToProxyConnection clientConnection, String serverHostAndPort, ChainedProxy chainedProxy, Queue<ChainedProxy> availableChainedProxies, HttpFilters initialFilters, GlobalTrafficShapingHandler globalTrafficShapingHandler)