Package org.jivesoftware.openfire.websocket
-
Class Summary Class Description OpenfireWebSocketServlet This Servlet enables XMPP over WebSocket (RFC 7395) for Openfire.StreamManagementPacketRouter This class extends Openfire's session packet router with the ACK capabilities specified by XEP-0198: Stream Management.WebSocketClientConnectionHandler This class handles all WebSocket events for the corresponding connection with a remote peer, analogous to the function ofNettyClientConnectionHandler
for TCP connections.WebSocketClientStanzaHandler AStanzaHandler
that is able to process the specific framing that is used by clients connecting via websockets.WebSocketConnection Following the conventions of the BOSH implementation, this class extendsVirtualConnection
and delegates the expected XMPP connection behaviors to the correspondingWebSocketClientConnectionHandler
.XMPPPPacketReaderFactory