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 class
ClientStanzaHandler
Handler of XML stanzas sent by clients connected directly to the server.class
ComponentStanzaHandler
Handler of XML stanzas sent by external components connected directly to the server.class
MultiplexerStanzaHandler
Handler of XML stanzas sent by Connection Managers.class
RespondingServerStanzaHandler
Stanza handler for responding to incoming stanzas when the server is acting as the client in an S2S scenario.class
ServerStanzaHandler
Handler 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 class
WebSocketClientStanzaHandler
AStanzaHandler
that is able to process the specific framing that is used by clients connecting via websockets.
-