Uses of Class
org.littleshoot.proxy.impl.ProxyConnection
Packages that use ProxyConnection
-
Uses of ProxyConnection in org.littleshoot.proxy.impl
Subclasses of ProxyConnection in org.littleshoot.proxy.implModifier and TypeClassDescriptionclassRepresents a connection from a client to our proxy.classRepresents a connection from our proxy to a server on the web.Fields in org.littleshoot.proxy.impl declared as ProxyConnectionModifier and TypeFieldDescriptionprivate final ProxyConnectionConnectionFlowStep.connectionprivate final ProxyConnectionProxyConnectionLogger.connectionprivate final ProxyConnection<?>ProxyConnectionPipeHandler.sinkMethods in org.littleshoot.proxy.impl that return ProxyConnectionModifier and TypeMethodDescription(package private) ProxyConnectionConnectionFlowStep.getConnection()Constructors in org.littleshoot.proxy.impl with parameters of type ProxyConnectionModifierConstructorDescription(package private)ConnectionFlowStep(ProxyConnection connection, ConnectionState state) Construct a new step in a connection flow.ProxyConnectionLogger(ProxyConnection connection)