Uses of Class
org.jivesoftware.smack.c2s.ModularXmppClientToServerConnection
-
Packages that use ModularXmppClientToServerConnection Package Description org.igniterealtime.smack.examples Examples and tests for Smack.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 ModularXmppClientToServerConnection in org.igniterealtime.smack.examples
Fields in org.igniterealtime.smack.examples declared as ModularXmppClientToServerConnection Modifier and Type Field Description ModularXmppClientToServerConnection
XmppConnectionTool. connection
Methods in org.igniterealtime.smack.examples that return ModularXmppClientToServerConnection Modifier and Type Method Description static ModularXmppClientToServerConnection
XmppConnectionTool. createConnectionFor(String jid, String password, boolean debug)
Methods in org.igniterealtime.smack.examples with parameters of type ModularXmppClientToServerConnection Modifier and Type Method Description static void
XmppTools. modularConnectionTest(ModularXmppClientToServerConnection connection, String messageTo)
Constructors in org.igniterealtime.smack.examples with parameters of type ModularXmppClientToServerConnection Constructor Description XmppConnectionTool(ModularXmppClientToServerConnection connection)
-
Uses of ModularXmppClientToServerConnection in org.jivesoftware.smack.c2s.internal
Fields in org.jivesoftware.smack.c2s.internal declared as ModularXmppClientToServerConnection Modifier and Type Field Description ModularXmppClientToServerConnection
ModularXmppClientToServerConnectionInternal. connection
Constructors in org.jivesoftware.smack.c2s.internal with parameters of type ModularXmppClientToServerConnection Constructor Description ModularXmppClientToServerConnectionInternal(ModularXmppClientToServerConnection connection, SmackReactor reactor, SmackDebugger smackDebugger, Queue<TopLevelStreamElement> outgoingElementsQueue)
-
Uses of ModularXmppClientToServerConnection in org.jivesoftware.smack.fsm
Methods in org.jivesoftware.smack.fsm with parameters of type ModularXmppClientToServerConnection Modifier and Type Method Description void
ConnectionStateMachineListener. onConnectionStateEvent(ConnectionStateEvent connectionStateEvent, ModularXmppClientToServerConnection connection)
Constructors in org.jivesoftware.smack.fsm with parameters of type ModularXmppClientToServerConnection Constructor Description NoOpState(ModularXmppClientToServerConnection connection, StateDescriptor stateDescriptor, ModularXmppClientToServerConnectionInternal connectionInternal)
Constructs a NoOpState.
-