Uses of Class
org.littleshoot.proxy.impl.ConnectionFlow
Packages that use ConnectionFlow
-
Uses of ConnectionFlow in org.littleshoot.proxy.impl
Fields in org.littleshoot.proxy.impl declared as ConnectionFlowModifier and TypeFieldDescriptionprivate 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 ConnectionFlowModifier and TypeMethodDescription(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 ConnectionFlowModifier and TypeMethodDescription(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.