Package org.jivesoftware.smack.fsm
Class NoOpState
java.lang.Object
org.jivesoftware.smack.fsm.State
org.jivesoftware.smack.fsm.NoOpState
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jivesoftware.smack.fsm.State
State.AbstractTransport
-
Field Summary
Fields inherited from class org.jivesoftware.smack.fsm.State
connectionInternal, stateDescriptor
-
Constructor Summary
ModifierConstructorDescriptionprotected
NoOpState
(ModularXmppClientToServerConnection connection, StateDescriptor stateDescriptor, ModularXmppClientToServerConnectionInternal connectionInternal) Constructs a NoOpState. -
Method Summary
Methods inherited from class org.jivesoftware.smack.fsm.State
ensureNotOnOurWayToAuthenticatedAndResourceBound, getStateDescriptor, isTransitionToPossible, resetState, toString
-
Constructor Details
-
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 Details
-
transitionInto
- Specified by:
transitionInto
in classState
-