Uses of Class
org.jivesoftware.smack.c2s.internal.WalkStateGraphContext
Package
Description
Smack's internal API for client-to-server (c2s) connections.
Smack's Finite State Machine to handle the login logic.
-
Uses of WalkStateGraphContext in org.jivesoftware.smack.c2s.internal
-
Uses of WalkStateGraphContext in org.jivesoftware.smack.fsm
Modifier and TypeMethodDescriptionprotected final void
State.ensureNotOnOurWayToAuthenticatedAndResourceBound
(WalkStateGraphContext walkStateGraphContext) StateMachineException.SmackStateGraphDeadEndException.from
(WalkStateGraphContext walkStateGraphContext, StateDescriptorGraph.GraphVertex<State> stateVertex) State.AbstractTransport.isTransitionToPossible
(WalkStateGraphContext walkStateGraphContext) State.isTransitionToPossible
(WalkStateGraphContext walkStateGraphContext) Check if the state should be activated.NoOpState.transitionInto
(WalkStateGraphContext walkStateGraphContext) abstract StateTransitionResult.AttemptResult
State.transitionInto
(WalkStateGraphContext walkStateGraphContext)