| Package | Description |
|---|---|
| org.jivesoftware.openfire | |
| org.jivesoftware.openfire.handler |
IQ class implementations.
|
| 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.spi | |
| org.jivesoftware.openfire.websocket |
| Modifier and Type | Method and Description |
|---|---|
PacketDeliverer |
Connection.getPacketDeliverer()
Returns the packet deliverer to use when delivering a packet over the socket fails.
|
PacketDeliverer |
XMPPServer.getPacketDeliverer()
Returns the
PacketDeliverer registered with this server. |
| Modifier and Type | Field and Description |
|---|---|
protected PacketDeliverer |
IQHandler.deliverer |
| Constructor and Description |
|---|
HttpSession(PacketDeliverer backupDeliverer,
String serverName,
StreamID streamID,
HttpConnection connection,
Locale language) |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiplexerPacketDeliverer
Fallback method used by
SocketConnection when
connected to a connection manager. |
| Modifier and Type | Method and Description |
|---|---|
PacketDeliverer |
VirtualConnection.getPacketDeliverer() |
PacketDeliverer |
SocketConnection.getPacketDeliverer()
Deprecated.
|
| Constructor and Description |
|---|
SocketConnection(PacketDeliverer backupDeliverer,
Socket socket,
boolean isSecure)
Deprecated.
Create a new session using the supplied socket.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OfflinePacketDeliverer
Fallback method used by
NIOConnection when a
connection fails to send a Packet (likely because it was closed). |
| Modifier and Type | Method and Description |
|---|---|
PacketDeliverer |
NIOConnection.getPacketDeliverer() |
| Constructor and Description |
|---|
NIOConnection(org.apache.mina.core.session.IoSession session,
PacketDeliverer packetDeliverer,
ConnectionConfiguration configuration) |
| Modifier and Type | Class and Description |
|---|---|
class |
PacketDelivererImpl
In-memory implementation of the packet deliverer service
|
| Modifier and Type | Method and Description |
|---|---|
PacketDeliverer |
WebSocketConnection.getPacketDeliverer() |
Copyright © 2003–2019 Ignite Realtime. All rights reserved.