Uses of Class
org.jivesoftware.smack.c2s.ModularXmppClientToServerConnection
Package
Description
Examples and tests for Smack.
Smack's internal API for client-to-server (c2s) connections.
Smack's Finite State Machine to handle the login logic.
-
Uses of ModularXmppClientToServerConnection in org.igniterealtime.smack.examples
Modifier and TypeMethodDescriptionXmppConnectionTool.createConnectionFor
(String jid, String password, boolean debug) Modifier and TypeMethodDescriptionstatic void
XmppTools.modularConnectionTest
(ModularXmppClientToServerConnection connection, String messageTo) -
Uses of ModularXmppClientToServerConnection in org.jivesoftware.smack.c2s.internal
ModifierConstructorDescriptionModularXmppClientToServerConnectionInternal
(ModularXmppClientToServerConnection connection, SmackReactor reactor, SmackDebugger smackDebugger, Queue<TopLevelStreamElement> outgoingElementsQueue) -
Uses of ModularXmppClientToServerConnection in org.jivesoftware.smack.fsm
Modifier and TypeMethodDescriptionvoid
ConnectionStateMachineListener.onConnectionStateEvent
(ConnectionStateEvent connectionStateEvent, ModularXmppClientToServerConnection connection) ModifierConstructorDescriptionprotected
NoOpState
(ModularXmppClientToServerConnection connection, StateDescriptor stateDescriptor, ModularXmppClientToServerConnectionInternal connectionInternal) Constructs a NoOpState.