protected final class AbstractXmppStateMachineConnection.NoOpState extends AbstractXmppStateMachineConnection.State
| Modifier and Type | Method and Description |
|---|---|
protected AbstractXmppStateMachineConnection.TransitionImpossibleReason |
isTransitionToPossible(AbstractXmppStateMachineConnection.WalkStateGraphContext walkStateGraphContext)
Check if the state should be activated.
|
protected AbstractXmppStateMachineConnection.TransitionIntoResult |
transitionInto(AbstractXmppStateMachineConnection.WalkStateGraphContext walkStateGraphContext) |
ensureNotOnOurWayToAuthenticatedAndResourceBound, resetState, toStringprotected AbstractXmppStateMachineConnection.TransitionImpossibleReason isTransitionToPossible(AbstractXmppStateMachineConnection.WalkStateGraphContext walkStateGraphContext)
AbstractXmppStateMachineConnection.StateisTransitionToPossible in class AbstractXmppStateMachineConnection.Statenull if the state should be activated.protected AbstractXmppStateMachineConnection.TransitionIntoResult transitionInto(AbstractXmppStateMachineConnection.WalkStateGraphContext walkStateGraphContext)
transitionInto in class AbstractXmppStateMachineConnection.State