Package | Description |
---|---|
org.littleshoot.proxy.impl |
Modifier and Type | Field and Description |
---|---|
private ConnectionFlow |
ProxyToServerConnection.connectionFlow
Encapsulates the flow for establishing a connection, which can vary
depending on how things are configured.
|
Modifier and Type | Method and Description |
---|---|
(package private) ConnectionFlow |
ConnectionFlow.then(ConnectionFlowStep step)
Add a
ConnectionFlowStep to this flow. |
Modifier and Type | Method and Description |
---|---|
(package private) void |
ConnectionFlowStep.onSuccess(ConnectionFlow flow)
When the flow determines that this step was successful, it calls into
this method.
|
(package private) void |
ConnectionFlowStep.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.
|
Copyright © 2009–2018 LittleShoot. All rights reserved.