Package org.jivesoftware.smack.fsm
Class NoOpState
- java.lang.Object
-
- org.jivesoftware.smack.fsm.State
-
- org.jivesoftware.smack.fsm.NoOpState
-
-
Field Summary
-
Fields inherited from class org.jivesoftware.smack.fsm.State
connectionInternal, stateDescriptor
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
NoOpState(ModularXmppClientToServerConnection connection, StateDescriptor stateDescriptor, ModularXmppClientToServerConnectionInternal connectionInternal)
Constructs a NoOpState.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StateTransitionResult.Success
transitionInto(WalkStateGraphContext walkStateGraphContext)
-
Methods inherited from class org.jivesoftware.smack.fsm.State
ensureNotOnOurWayToAuthenticatedAndResourceBound, getStateDescriptor, isTransitionToPossible, resetState, toString
-
-
-
-
Constructor Detail
-
NoOpState
protected NoOpState(ModularXmppClientToServerConnection connection, StateDescriptor stateDescriptor, ModularXmppClientToServerConnectionInternal connectionInternal)
Constructs a NoOpState. Note that the signature of this constructor is designed so that it mimics States which are non-static inner classes of ModularXmppClientToServerConnection. That is why the first argument is not used.- Parameters:
connection
- the connection.stateDescriptor
- the related state descriptorconnectionInternal
- the internal connection API.
-
-
Method Detail
-
transitionInto
public StateTransitionResult.Success transitionInto(WalkStateGraphContext walkStateGraphContext)
- Specified by:
transitionInto
in classState
-
-