Uses of Class
org.jivesoftware.openfire.net.AbstractConnection
-
Packages that use AbstractConnection 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.net org.jivesoftware.openfire.nio org.jivesoftware.openfire.websocket -
-
Uses of AbstractConnection in org.jivesoftware.openfire.http
Subclasses of AbstractConnection 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 AbstractConnection in org.jivesoftware.openfire.multiplex
Subclasses of AbstractConnection 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 AbstractConnection in org.jivesoftware.openfire.net
Subclasses of AbstractConnection in org.jivesoftware.openfire.net Modifier and Type Class Description class
SocketConnection
Deprecated.Old, pre NIO / MINA code.class
VirtualConnection
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.nio Modifier and Type Class Description class
NettyConnection
Implementation ofConnection
interface specific for Netty connections. -
Uses of AbstractConnection in org.jivesoftware.openfire.websocket
Subclasses of AbstractConnection 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
.
-