Uses of Class
org.jivesoftware.openfire.net.VirtualConnection
-
Packages that use VirtualConnection Package Description org.jivesoftware.openfire.http Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH).org.jivesoftware.openfire.multiplex Connection Manager implementation.org.jivesoftware.openfire.websocket -
-
Uses of VirtualConnection in org.jivesoftware.openfire.http
Subclasses of VirtualConnection in org.jivesoftware.openfire.http Modifier and Type Class Description static class
HttpSession.HttpVirtualConnection
A virtual server connection relates to a http session which its self can relate to many http connections. -
Uses of VirtualConnection in org.jivesoftware.openfire.multiplex
Subclasses of VirtualConnection in org.jivesoftware.openfire.multiplex Modifier and Type Class Description class
ClientSessionConnection
Represents a connection of a Client Session that was established to a Connection Manager. -
Uses of VirtualConnection in org.jivesoftware.openfire.websocket
Subclasses of VirtualConnection in org.jivesoftware.openfire.websocket Modifier and Type Class Description class
WebSocketConnection
Following the conventions of the BOSH implementation, this class extendsVirtualConnection
and delegates the expected XMPP connection behaviors to the correspondingWebSocketClientConnectionHandler
.
-