Uses of Class
org.jivesoftware.smack.fsm.StateTransitionResult.AttemptResult
-
Packages that use StateTransitionResult.AttemptResult Package Description org.jivesoftware.smack.c2s Smack's (new) 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.AttemptResult in org.jivesoftware.smack.c2s
Subclasses of StateTransitionResult.AttemptResult in org.jivesoftware.smack.c2s Modifier and Type Class Description static classModularXmppClientToServerConnection.ResourceBoundResultstatic classModularXmppClientToServerConnection.SaslAuthenticationSuccessResult -
Uses of StateTransitionResult.AttemptResult in org.jivesoftware.smack.compression
Subclasses of StateTransitionResult.AttemptResult in org.jivesoftware.smack.compression Modifier and Type Class Description static classCompressionModule.CompressionTransitionSuccessResult -
Uses of StateTransitionResult.AttemptResult in org.jivesoftware.smack.fsm
Subclasses of StateTransitionResult.AttemptResult in org.jivesoftware.smack.fsm Modifier and Type Class Description static classStateTransitionResult.Failurestatic classStateTransitionResult.FailureCausedByException<E extends Exception>static classStateTransitionResult.FailureCausedByTimeoutstatic classStateTransitionResult.SuccessMethods in org.jivesoftware.smack.fsm that return StateTransitionResult.AttemptResult Modifier and Type Method Description abstract StateTransitionResult.AttemptResultState. transitionInto(WalkStateGraphContext walkStateGraphContext) -
Uses of StateTransitionResult.AttemptResult in org.jivesoftware.smack.tcp
Subclasses of StateTransitionResult.AttemptResult in org.jivesoftware.smack.tcp Modifier and Type Class Description static classXmppTcpTransportModule.TcpSocketConnectedResultstatic classXmppTcpTransportModule.TlsEstablishedResult -
Uses of StateTransitionResult.AttemptResult in org.jivesoftware.smack.websocket
Subclasses of StateTransitionResult.AttemptResult in org.jivesoftware.smack.websocket Modifier and Type Class Description static classWebSocketConnectionAttemptState.FailedToConnectToAnyWebSocketEndpointstatic classXmppWebSocketTransportModule.WebSocketConnectedResult
-