| Modifier and Type | Method and Description |
|---|---|
HttpSession |
SessionManager.createClientHttpSession(long rid,
InetAddress address,
StreamID id,
HttpConnection connection,
Locale language)
Creates a new ClientSession with the specified streamID.
|
LocalIncomingServerSession |
SessionManager.createIncomingServerSession(Connection conn,
StreamID id,
String fromDomain)
Creates a session for a remote server.
|
void |
PacketDeliverer.deliver(org.xmpp.packet.Packet packet)
Delivers the given packet based on packet recipient and sender.
|
void |
Connection.deliver(org.xmpp.packet.Packet packet)
Delivers the packet to this connection without checking the recipient.
|
void |
PresenceManager.handleProbe(org.xmpp.packet.Presence packet)
Handle a presence probe sent by a remote server.
|
void |
ChannelHandler.process(T packet)
Process an XMPP packet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthProvider.authenticate(String username,
String password)
Returns if the username and password are valid; otherwise this
method throws an UnauthorizedException.
|
void |
NativeAuthProvider.authenticate(String username,
String password) |
static AuthToken |
AuthFactory.authenticate(String username,
String password)
Authenticates a user with a username and plain text password and returns and
AuthToken.
|
void |
JDBCAuthProvider.authenticate(String username,
String password) |
void |
MappedAuthProvider.authenticate(String username,
String password) |
void |
POP3AuthProvider.authenticate(String username,
String password) |
void |
DefaultAuthProvider.authenticate(String username,
String password) |
void |
HybridAuthProvider.authenticate(String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
org.xmpp.packet.IQ |
AdHocCommandHandler.handleIQ(org.xmpp.packet.IQ packet) |
| Modifier and Type | Method and Description |
|---|---|
void |
CrowdAuthProvider.authenticate(String username,
String password)
Returns if the username and password are valid; otherwise this
method throws an UnauthorizedException.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileTransferManager.registerProxyTransfer(String transferDigest,
ProxyTransfer proxyTransfer)
Registers that a transfer has begun through the proxy connected to the server.
|
void |
DefaultFileTransferManager.registerProxyTransfer(String transferDigest,
ProxyTransfer proxyTransfer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FileTransferProxy.handleIQ(org.xmpp.packet.IQ packet) |
void |
FileTransferProxy.process(org.xmpp.packet.Packet packet) |
| Modifier and Type | Method and Description |
|---|---|
org.xmpp.packet.IQ |
IQBindHandler.handleIQ(org.xmpp.packet.IQ packet) |
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 |
IQBlockingHandler.handleIQ(org.xmpp.packet.IQ iq) |
abstract org.xmpp.packet.IQ |
IQHandler.handleIQ(org.xmpp.packet.IQ packet)
Handles the received IQ packet.
|
org.xmpp.packet.IQ |
IQSessionEstablishmentHandler.handleIQ(org.xmpp.packet.IQ packet) |
org.xmpp.packet.IQ |
IQLastActivityHandler.handleIQ(org.xmpp.packet.IQ packet) |
org.xmpp.packet.IQ |
IQSharedGroupHandler.handleIQ(org.xmpp.packet.IQ packet) |
org.xmpp.packet.IQ |
IQPrivacyHandler.handleIQ(org.xmpp.packet.IQ packet) |
org.xmpp.packet.IQ |
IQPrivateHandler.handleIQ(org.xmpp.packet.IQ packet) |
org.xmpp.packet.IQ |
IQOfflineMessagesHandler.handleIQ(org.xmpp.packet.IQ packet) |
void |
PresenceUpdateHandler.process(org.xmpp.packet.Packet packet) |
void |
IQRegisterInfo.setFieldRequired(int fieldType,
boolean isRequired)
Tells the server whether to require a registration field or not.
|
void |
IQRegisterInfo.setFieldStoreLocation(int location)
Sets the location for storing field information.
|
void |
IQRegisterInfo.setOpenRegistrationSupported(boolean isSupported)
Tells the server whether to support open registration or not.
|
| Modifier and Type | Method and Description |
|---|---|
HttpSession |
HttpSessionManager.createSession(InetAddress address,
org.dom4j.Element rootNode,
HttpConnection connection)
Creates an HTTP binding session which will allow a user to exchange packets with Openfire.
|
void |
HttpSession.HttpVirtualConnection.deliver(org.xmpp.packet.Packet packet) |
| Modifier and Type | Method and Description |
|---|---|
void |
LdapAuthProvider.authenticate(String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
MediaProxyService.process(org.xmpp.packet.Packet packet) |
| Modifier and Type | Method and Description |
|---|---|
org.xmpp.packet.Presence |
MUCRoom.createPresence(org.xmpp.packet.Presence.Type type)
Create a new presence in this room for the given role.
|
LocalMUCRole |
MUCRoom.joinRoom(String nickname,
String password,
HistoryRequest historyRequest,
LocalMUCUser user,
org.xmpp.packet.Presence presence)
Joins the room using the given nickname.
|
| Modifier and Type | Method and Description |
|---|---|
org.xmpp.packet.Presence |
LocalMUCRoom.createPresence(org.xmpp.packet.Presence.Type presenceType) |
LocalMUCRole |
LocalMUCRoom.joinRoom(String nickname,
String password,
HistoryRequest historyRequest,
LocalMUCUser user,
org.xmpp.packet.Presence presence) |
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 |
|---|---|
protected void |
SocketReader.createSession()
Uses the XPP to grab the opening stream tag and create an active session
object.
|
void |
SocketConnection.deliver(org.xmpp.packet.Packet packet)
Deprecated.
|
void |
SocketPacketWriteHandler.process(org.xmpp.packet.Packet packet) |
protected void |
SocketReader.processIQ(org.xmpp.packet.IQ packet)
Process the received IQ packet.
|
protected void |
ServerStanzaHandler.processIQ(org.xmpp.packet.IQ packet) |
protected void |
ServerSocketReader.processIQ(org.xmpp.packet.IQ packet)
Processes the packet in another thread if the packet has not been rejected.
|
protected void |
ClientStanzaHandler.processIQ(org.xmpp.packet.IQ packet) |
protected void |
ComponentStanzaHandler.processIQ(org.xmpp.packet.IQ packet) |
protected void |
StanzaHandler.processIQ(org.xmpp.packet.IQ packet)
Process the received IQ packet.
|
protected void |
SocketReader.processMessage(org.xmpp.packet.Message packet)
Process the received Message packet.
|
protected void |
ServerStanzaHandler.processMessage(org.xmpp.packet.Message packet) |
protected void |
ServerSocketReader.processMessage(org.xmpp.packet.Message packet)
Processes the packet in another thread if the packet has not been rejected.
|
protected void |
MultiplexerStanzaHandler.processMessage(org.xmpp.packet.Message packet) |
protected void |
ClientStanzaHandler.processMessage(org.xmpp.packet.Message packet) |
protected void |
ComponentStanzaHandler.processMessage(org.xmpp.packet.Message packet) |
protected void |
StanzaHandler.processMessage(org.xmpp.packet.Message packet)
Process the received Message packet.
|
protected void |
SocketReader.processPresence(org.xmpp.packet.Presence packet)
Process the received Presence packet.
|
protected void |
ServerStanzaHandler.processPresence(org.xmpp.packet.Presence packet) |
protected void |
ServerSocketReader.processPresence(org.xmpp.packet.Presence packet)
Processes the packet in another thread if the packet has not been rejected.
|
protected void |
MultiplexerStanzaHandler.processPresence(org.xmpp.packet.Presence packet) |
protected void |
ClientStanzaHandler.processPresence(org.xmpp.packet.Presence packet) |
protected void |
ComponentStanzaHandler.processPresence(org.xmpp.packet.Presence packet) |
protected void |
StanzaHandler.processPresence(org.xmpp.packet.Presence packet)
Process the received Presence packet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OfflinePacketDeliverer.deliver(org.xmpp.packet.Packet packet) |
void |
NIOConnection.deliver(org.xmpp.packet.Packet packet) |
| Modifier and Type | Method and Description |
|---|---|
org.xmpp.packet.IQ |
IQPEPHandler.handleIQ(org.xmpp.packet.IQ packet) |
org.xmpp.packet.IQ |
IQPEPOwnerHandler.handleIQ(org.xmpp.packet.IQ packet) |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalClientSession.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 |
PresenceManagerImpl.handleProbe(org.xmpp.packet.Presence packet) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransportHandler.process(org.xmpp.packet.Packet packet) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketConnection.deliver(org.xmpp.packet.Packet packet) |
Copyright © 2003–2019 Ignite Realtime. All rights reserved.