public static class StateMachineManager.FlowSessionState
class StateMachineManager.FlowSessionState describes the session's state.
class FlowSessionState.Initiating is pre-handshake. Initiating.otherParty at this point holds a class Party corresponding to either a
specific peer or a service.
class FlowSessionState.Initiated is post-handshake. At this point Initiating.otherParty will have been resolved to a specific peer
Initiated.peerParty, and the peer's sessionId has been initialised.
| Modifier and Type | Class and Description |
|---|---|
static class |
FlowSessionState.Initiated |
static class |
FlowSessionState.Initiating |
| Modifier and Type | Method and Description |
|---|---|
Party |
getSendToParty() |
public Party getSendToParty()