Uses of Class
org.jivesoftware.openfire.net.StanzaHandler
-
Packages that use StanzaHandler Package Description org.jivesoftware.openfire.net org.jivesoftware.openfire.websocket -
-
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.classRespondingServerStanzaHandlerStanza handler for responding to incoming stanzas when the server is acting as the client in an S2S scenario.classServerStanzaHandlerHandler of XML stanzas sent by remote servers. -
Uses of StanzaHandler in org.jivesoftware.openfire.websocket
Subclasses of StanzaHandler in org.jivesoftware.openfire.websocket Modifier and Type Class Description classWebSocketClientStanzaHandlerAStanzaHandlerthat is able to process the specific framing that is used by clients connecting via websockets.
-