Uses of Class
org.jivesoftware.smack.fsm.StateTransitionResult
-
Packages that use StateTransitionResult Package Description org.jivesoftware.smack.c2s Smack's (new) API for client-to-server (c2s) connections.org.jivesoftware.smack.c2s.internal Smack's internal API for client-to-server (c2s) connections.org.jivesoftware.smack.compression Smack classes for compression.org.jivesoftware.smack.fsm Smack's Finite State Machine to handle the login logic.org.jivesoftware.smack.tcp TCP-IP related classes for Smack.org.jivesoftware.smack.websocket WebSocket related classes for Smack. -
-
Uses of StateTransitionResult in org.jivesoftware.smack.c2s
Subclasses of StateTransitionResult in org.jivesoftware.smack.c2s Modifier and Type Class Description static classModularXmppClientToServerConnection.ResourceBoundResultstatic classModularXmppClientToServerConnection.SaslAuthenticationSuccessResult -
Uses of StateTransitionResult in org.jivesoftware.smack.c2s.internal
Methods in org.jivesoftware.smack.c2s.internal that return types with arguments of type StateTransitionResult Modifier and Type Method Description Map<State,StateTransitionResult>WalkStateGraphContext. getFailedStates()Methods in org.jivesoftware.smack.c2s.internal with parameters of type StateTransitionResult Modifier and Type Method Description voidWalkStateGraphContext. recordFailedState(State state, StateTransitionResult stateTransitionResult) -
Uses of StateTransitionResult in org.jivesoftware.smack.compression
Subclasses of StateTransitionResult in org.jivesoftware.smack.compression Modifier and Type Class Description static classCompressionModule.CompressionTransitionSuccessResult -
Uses of StateTransitionResult in org.jivesoftware.smack.fsm
Subclasses of StateTransitionResult in org.jivesoftware.smack.fsm Modifier and Type Class Description static classStateTransitionResult.AttemptResultstatic classStateTransitionResult.Failurestatic classStateTransitionResult.FailureCausedByException<E extends Exception>static classStateTransitionResult.FailureCausedByTimeoutstatic classStateTransitionResult.Successstatic classStateTransitionResult.TransitionImpossiblestatic classStateTransitionResult.TransitionImpossibleBecauseNoEndpointsDiscoveredstatic classStateTransitionResult.TransitionImpossibleBecauseNotImplementedstatic classStateTransitionResult.TransitionImpossibleReasonMethods in org.jivesoftware.smack.fsm that return types with arguments of type StateTransitionResult Modifier and Type Method Description Map<State,StateTransitionResult>StateMachineException.SmackStateGraphDeadEndException. getFailedStates()Constructors in org.jivesoftware.smack.fsm with parameters of type StateTransitionResult Constructor Description SmackMandatoryStateFailedException(State state, StateTransitionResult failureReason) -
Uses of StateTransitionResult in org.jivesoftware.smack.tcp
Subclasses of StateTransitionResult in org.jivesoftware.smack.tcp Modifier and Type Class Description static classXmppTcpTransportModule.TcpSocketConnectedResultstatic classXmppTcpTransportModule.TlsEstablishedResult -
Uses of StateTransitionResult in org.jivesoftware.smack.websocket
Subclasses of StateTransitionResult in org.jivesoftware.smack.websocket Modifier and Type Class Description static classWebSocketConnectionAttemptState.FailedToConnectToAnyWebSocketEndpointstatic classXmppWebSocketTransportModule.WebSocketConnectedResult
-