Uses of Class
org.jivesoftware.openfire.net.StanzaHandler
Packages that use StanzaHandler
-
Uses of StanzaHandler in org.jivesoftware.openfire.net
Subclasses of StanzaHandler in org.jivesoftware.openfire.netModifier and TypeClassDescriptionclassHandler of XML stanzas sent by clients connected directly to the server.classHandler of XML stanzas sent by external components connected directly to the server.classHandler of XML stanzas sent by Connection Managers.classStanza handler for responding to incoming stanzas when the server is acting as the client in an S2S scenario.classHandler of XML stanzas sent by remote servers. -
Uses of StanzaHandler in org.jivesoftware.openfire.websocket
Subclasses of StanzaHandler in org.jivesoftware.openfire.websocketModifier and TypeClassDescriptionclassAStanzaHandlerthat is able to process the specific framing that is used by clients connecting via websockets.