Uses of Class
org.jivesoftware.openfire.net.VirtualConnection
Packages that use VirtualConnection
Package
Description
Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH).
Connection Manager implementation.
-
Uses of VirtualConnection in org.jivesoftware.openfire.http
Subclasses of VirtualConnection in org.jivesoftware.openfire.httpModifier and TypeClassDescriptionstatic class
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.multiplexModifier and TypeClassDescriptionclass
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.websocketModifier and TypeClassDescriptionclass
Following the conventions of the BOSH implementation, this class extendsVirtualConnection
and delegates the expected XMPP connection behaviors to the correspondingWebSocketClientConnectionHandler
.