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 classA 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 TypeClassDescriptionclassRepresents 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 TypeClassDescriptionclassDeprecated.Old, pre NIO / MINA code.classAbstract 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 TypeClassDescriptionclassImplementation ofConnectioninterface specific for Netty connections. -
Uses of AbstractConnection in org.jivesoftware.openfire.websocket
Subclasses of AbstractConnection in org.jivesoftware.openfire.websocketModifier and TypeClassDescriptionclassFollowing the conventions of the BOSH implementation, this class extendsVirtualConnectionand delegates the expected XMPP connection behaviors to the correspondingWebSocketClientConnectionHandler.