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 |
Modifier and Type | Class and Description |
---|---|
static class |
HttpSession.HttpVirtualConnection
A virtual server connection relates to a http session which its self can relate to many http
connections.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientSessionConnection
Represents a connection of a Client Session that was established to a Connection Manager.
|
Modifier and Type | Class and Description |
---|---|
class |
WebSocketConnection
Following the conventions of the BOSH implementation, this class extends
VirtualConnection
and delegates the expected XMPP connection behaviors to the corresponding XmppWebSocket . |
Copyright © 2003–2019 Ignite Realtime. All rights reserved.