Uses of Class
org.jivesoftware.openfire.net.StanzaHandler
-
Packages that use StanzaHandler Package Description org.jivesoftware.openfire.net org.jivesoftware.openfire.nio -
-
Uses of StanzaHandler in org.jivesoftware.openfire.net
Subclasses of StanzaHandler in org.jivesoftware.openfire.net Modifier and Type Class Description classClientStanzaHandlerHandler of XML stanzas sent by clients connected directly to the server.classComponentStanzaHandlerHandler of XML stanzas sent by external components connected directly to the server.classMultiplexerStanzaHandlerHandler of XML stanzas sent by Connection Managers.classServerStanzaHandlerHandler of XML stanzas sent by remote servers. -
Uses of StanzaHandler in org.jivesoftware.openfire.nio
Methods in org.jivesoftware.openfire.nio that return StanzaHandler Modifier and Type Method Description protected StanzaHandlerNIOConnection. getStanzaHandler()
-