protected final class AbstractXmppStateMachineConnection.NoOpState extends AbstractXmppStateMachineConnection.State
| Modifier and Type | Method and Description |
|---|---|
protected AbstractXmppStateMachineConnection.TransitionImpossibleReason |
isTransitionToPossible()
Check if the state should be activated.
|
protected AbstractXmppStateMachineConnection.TransitionFailedReason |
transitionInto(LoginContext loginContext) |
resetState, toStringprotected AbstractXmppStateMachineConnection.TransitionImpossibleReason isTransitionToPossible()
AbstractXmppStateMachineConnection.StateisTransitionToPossible in class AbstractXmppStateMachineConnection.Statenull if the state should be activated.protected AbstractXmppStateMachineConnection.TransitionFailedReason transitionInto(LoginContext loginContext) throws XMPPException.XMPPErrorException, SASLErrorException, java.io.IOException, SmackException, java.lang.InterruptedException
transitionInto in class AbstractXmppStateMachineConnection.StateXMPPException.XMPPErrorExceptionSASLErrorExceptionjava.io.IOExceptionSmackExceptionjava.lang.InterruptedException