Uses of Class
org.jivesoftware.smack.SmackReactor
-
Packages that use SmackReactor Package Description org.jivesoftware.smack Core classes of the Smack API.org.jivesoftware.smack.c2s.internal Smack's internal API for client-to-server (c2s) connections. -
-
Uses of SmackReactor in org.jivesoftware.smack
Fields in org.jivesoftware.smack declared as SmackReactor Modifier and Type Field Description protected static SmackReactorAbstractXMPPConnection. SMACK_REACTORMethods in org.jivesoftware.smack that return SmackReactor Modifier and Type Method Description protected SmackReactorAbstractXMPPConnection. getReactor() -
Uses of SmackReactor in org.jivesoftware.smack.c2s.internal
Constructors in org.jivesoftware.smack.c2s.internal with parameters of type SmackReactor Constructor Description ModularXmppClientToServerConnectionInternal(ModularXmppClientToServerConnection connection, SmackReactor reactor, SmackDebugger smackDebugger, Queue<TopLevelStreamElement> outgoingElementsQueue)
-