Uses of Class
org.jivesoftware.openfire.net.AbstractConnection
Packages that use AbstractConnection
Package
Description
Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH).
Connection Manager implementation.
-
Uses of AbstractConnection in org.jivesoftware.openfire.http
Subclasses of AbstractConnection 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 AbstractConnection in org.jivesoftware.openfire.multiplex
Subclasses of AbstractConnection in org.jivesoftware.openfire.multiplexModifier and TypeClassDescriptionclass
Represents a connection of a Client Session that was established to a Connection Manager. -
Uses of AbstractConnection in org.jivesoftware.openfire.net
Subclasses of AbstractConnection in org.jivesoftware.openfire.netModifier and TypeClassDescriptionclass
Deprecated.Old, pre NIO / MINA code.class
Abstract implementation of the Connection interface that models abstract connections. -
Uses of AbstractConnection in org.jivesoftware.openfire.nio
Subclasses of AbstractConnection in org.jivesoftware.openfire.nioModifier and TypeClassDescriptionclass
Implementation ofConnection
interface specific for Netty connections. -
Uses of AbstractConnection in org.jivesoftware.openfire.websocket
Subclasses of AbstractConnection 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
.