Uses of Class
org.littleshoot.proxy.impl.ProxyConnection
-
Packages that use ProxyConnection Package Description org.littleshoot.proxy.impl -
-
Uses of ProxyConnection in org.littleshoot.proxy.impl
Subclasses of ProxyConnection in org.littleshoot.proxy.impl Modifier and Type Class Description classClientToProxyConnectionRepresents a connection from a client to our proxy.classProxyToServerConnectionRepresents a connection from our proxy to a server on the web.Fields in org.littleshoot.proxy.impl declared as ProxyConnection Modifier and Type Field Description private ProxyConnectionConnectionFlowStep. connectionprivate ProxyConnectionProxyConnectionLogger. connectionprivate ProxyConnection<?>ProxyConnectionPipeHandler. sinkMethods in org.littleshoot.proxy.impl that return ProxyConnection Modifier and Type Method Description (package private) ProxyConnectionConnectionFlowStep. getConnection()Constructors in org.littleshoot.proxy.impl with parameters of type ProxyConnection Constructor Description ConnectionFlowStep(ProxyConnection connection, ConnectionState state)Construct a new step in a connection flow.ProxyConnectionLogger(ProxyConnection connection)ProxyConnectionPipeHandler(ProxyConnection<?> sink)
-