Uses of Class
org.jivesoftware.smack.c2s.internal.WalkStateGraphContext
-
Packages that use WalkStateGraphContext Package Description org.jivesoftware.smack.c2s.internal Smack's internal API for client-to-server (c2s) connections.org.jivesoftware.smack.fsm Smack's Finite State Machine to handle the login logic. -
-
Uses of WalkStateGraphContext in org.jivesoftware.smack.c2s.internal
Methods in org.jivesoftware.smack.c2s.internal that return WalkStateGraphContext Modifier and Type Method Description WalkStateGraphContextWalkStateGraphContext.Builder. build() -
Uses of WalkStateGraphContext in org.jivesoftware.smack.fsm
Methods in org.jivesoftware.smack.fsm with parameters of type WalkStateGraphContext Modifier and Type Method Description protected voidState. ensureNotOnOurWayToAuthenticatedAndResourceBound(WalkStateGraphContext walkStateGraphContext)static StateMachineException.SmackStateGraphDeadEndExceptionStateMachineException.SmackStateGraphDeadEndException. from(WalkStateGraphContext walkStateGraphContext, StateDescriptorGraph.GraphVertex<State> stateVertex)StateTransitionResult.TransitionImpossibleState.AbstractTransport. isTransitionToPossible(WalkStateGraphContext walkStateGraphContext)StateTransitionResult.TransitionImpossibleState. isTransitionToPossible(WalkStateGraphContext walkStateGraphContext)Check if the state should be activated.StateTransitionResult.SuccessNoOpState. transitionInto(WalkStateGraphContext walkStateGraphContext)abstract StateTransitionResult.AttemptResultState. transitionInto(WalkStateGraphContext walkStateGraphContext)
-