Uses of Class
org.jivesoftware.smack.util.ExtendedAppendable
-
Packages that use ExtendedAppendable Package Description org.jivesoftware.smack.c2s Smack's (new) API for client-to-server (c2s) connections.org.jivesoftware.smack.internal Smack internal classes and interfaces.org.jivesoftware.smack.util Utility classes.org.jivesoftware.smackx.disco Smacks implementation of XEP-0030: Service Discovery. -
-
Uses of ExtendedAppendable in org.jivesoftware.smack.c2s
Methods in org.jivesoftware.smack.c2s with parameters of type ExtendedAppendable Modifier and Type Method Description void
ModularXmppClientToServerConnection.Stats. appendStatsTo(ExtendedAppendable appendable)
-
Uses of ExtendedAppendable in org.jivesoftware.smack.internal
Methods in org.jivesoftware.smack.internal with parameters of type ExtendedAppendable Modifier and Type Method Description abstract void
AbstractStats. appendStatsTo(ExtendedAppendable appendable)
-
Uses of ExtendedAppendable in org.jivesoftware.smack.util
Methods in org.jivesoftware.smack.util that return ExtendedAppendable Modifier and Type Method Description ExtendedAppendable
ExtendedAppendable. append(boolean b)
ExtendedAppendable
ExtendedAppendable. append(char c)
ExtendedAppendable
ExtendedAppendable. append(int i)
ExtendedAppendable
ExtendedAppendable. append(java.lang.CharSequence csq)
ExtendedAppendable
ExtendedAppendable. append(java.lang.CharSequence csq, int start, int end)
-
Uses of ExtendedAppendable in org.jivesoftware.smackx.disco
Methods in org.jivesoftware.smackx.disco with parameters of type ExtendedAppendable Modifier and Type Method Description void
ServiceDiscoveryManager.Stats. appendStatsTo(ExtendedAppendable appendable)
-