Uses of Class
org.littleshoot.proxy.impl.ConnectionFlow
-
Packages that use ConnectionFlow Package Description org.littleshoot.proxy.impl -
-
Uses of ConnectionFlow in org.littleshoot.proxy.impl
Fields in org.littleshoot.proxy.impl declared as ConnectionFlow Modifier and Type Field Description private ConnectionFlowProxyToServerConnection. connectionFlowEncapsulates the flow for establishing a connection, which can vary depending on how things are configured.Methods in org.littleshoot.proxy.impl that return ConnectionFlow Modifier and Type Method Description (package private) ConnectionFlowConnectionFlow. first(ConnectionFlowStep step)Add aConnectionFlowStepto the beginning of this flow.(package private) ConnectionFlowConnectionFlow. then(ConnectionFlowStep step)Add aConnectionFlowStepto the end of this flow.Methods in org.littleshoot.proxy.impl with parameters of type ConnectionFlow Modifier and Type Method Description (package private) voidConnectionFlowStep. onSuccess(ConnectionFlow flow)When the flow determines that this step was successful, it calls into this method.(package private) voidConnectionFlowStep. read(ConnectionFlow flow, Object msg)Any messages that are read from the underlying connection while we're at this step of the connection flow are passed to this method.
-