Uses of Package
org.jivesoftware.openfire.websocket
Packages that use org.jivesoftware.openfire.websocket
-
Classes in org.jivesoftware.openfire.websocket used by org.jivesoftware.openfire.websocketClassDescriptionThis class handles all WebSocket events for the corresponding connection with a remote peer, analogous to the function of
NettyClientConnectionHandlerfor TCP connections.Following the conventions of the BOSH implementation, this class extendsVirtualConnectionand delegates the expected XMPP connection behaviors to the correspondingWebSocketClientConnectionHandler.