Uses of Class
org.jivesoftware.openfire.net.StanzaHandler
Packages that use StanzaHandler
Package
Description
-
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.nio
Classes in org.jivesoftware.openfire.nio with type parameters of type StanzaHandlerModifier and TypeClassDescriptionclassNettyConnectionHandler<H extends StanzaHandler>A NettyConnectionHandler is responsible for creating new sessions, destroying sessions and delivering received XML stanzas to the proper StanzaHandler. -
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.