| Package | Description |
|---|---|
| org.jivesoftware.openfire | |
| org.jivesoftware.openfire.component | |
| org.jivesoftware.openfire.filetransfer.proxy | |
| org.jivesoftware.openfire.handler |
IQ class implementations.
|
| org.jivesoftware.openfire.mediaproxy | |
| org.jivesoftware.openfire.muc.spi |
Implementation of Multi-User Chat (XEP-0045).
|
| org.jivesoftware.openfire.multiplex |
Connection Manager implementation.
|
| org.jivesoftware.openfire.net | |
| org.jivesoftware.openfire.nio | |
| org.jivesoftware.openfire.spi | |
| org.jivesoftware.openfire.transport |
| Modifier and Type | Method and Description |
|---|---|
void |
PacketDeliverer.deliver(org.xmpp.packet.Packet packet)
Delivers the given packet based on packet recipient and sender.
|
void |
ChannelHandler.process(T packet)
Process an XMPP packet.
|
void |
RoutingTable.routePacket(org.xmpp.packet.JID jid,
org.xmpp.packet.Packet packet,
boolean fromServer)
Routes a packet to the specified address.
|
void |
SessionManager.userBroadcast(String username,
org.xmpp.packet.Packet packet)
Broadcasts the given data to all connected sessions for a particular
user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InternalComponentManager.process(org.xmpp.packet.Packet packet)
Processes packets that were sent to this service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileTransferProxy.process(org.xmpp.packet.Packet packet) |
| Modifier and Type | Method and Description |
|---|---|
org.xmpp.packet.IQ |
IQvCardHandler.handleIQ(org.xmpp.packet.IQ packet) |
org.xmpp.packet.IQ |
IQRegisterHandler.handleIQ(org.xmpp.packet.IQ packet) |
org.xmpp.packet.IQ |
IQRosterHandler.handleIQ(org.xmpp.packet.IQ packet)
Handles all roster queries.
|
org.xmpp.packet.IQ |
IQVersionHandler.handleIQ(org.xmpp.packet.IQ packet) |
org.xmpp.packet.IQ |
IQPrivateHandler.handleIQ(org.xmpp.packet.IQ packet) |
void |
IQHandler.process(org.xmpp.packet.Packet packet) |
void |
PresenceUpdateHandler.process(org.xmpp.packet.Packet packet) |
void |
PresenceUpdateHandler.process(org.xmpp.packet.Presence presence)
Handle presence updates that affect roster subscriptions.
|
void |
PresenceSubscribeHandler.process(org.xmpp.packet.Presence presence) |
| Modifier and Type | Method and Description |
|---|---|
void |
MediaProxyService.process(org.xmpp.packet.Packet packet) |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteMUCUser.process(org.xmpp.packet.Packet packet) |
void |
LocalMUCUser.process(org.xmpp.packet.Packet packet) |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiplexerPacketDeliverer.deliver(org.xmpp.packet.Packet packet) |
| Modifier and Type | Method and Description |
|---|---|
void |
SocketConnection.deliver(org.xmpp.packet.Packet packet)
Deprecated.
|
void |
SocketPacketWriteHandler.process(org.xmpp.packet.Packet packet) |
| Modifier and Type | Method and Description |
|---|---|
void |
OfflinePacketDeliverer.deliver(org.xmpp.packet.Packet packet) |
| Modifier and Type | Method and Description |
|---|---|
void |
PacketTransporterImpl.deliver(org.xmpp.packet.Packet packet)
Delivers the given packet based on packet recipient and sender.
|
void |
PacketDelivererImpl.deliver(org.xmpp.packet.Packet packet) |
void |
RoutingTableImpl.routePacket(org.xmpp.packet.JID jid,
org.xmpp.packet.Packet packet,
boolean fromServer) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransportHandler.process(org.xmpp.packet.Packet packet) |
Copyright © 2003–2020 Ignite Realtime. All rights reserved.