|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.protocol.jabber.extensions.keepalive.KeepAliveManager
public class KeepAliveManager
XEP-0199: XMPP Ping. Tracks received packets and if for some interval there is nothing received.
| Constructor Summary | |
|---|---|
KeepAliveManager(ProtocolProviderServiceJabberImpl parentProvider)
Creates manager. |
|
| Method Summary | |
|---|---|
void |
processPacket(org.jivesoftware.smack.packet.Packet packet)
A packet Listener for all incoming packets. |
void |
registrationStateChanged(RegistrationStateChangeEvent evt)
The method is called by a ProtocolProvider implementation whenever a change in the registration state of the corresponding provider had occurred. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeepAliveManager(ProtocolProviderServiceJabberImpl parentProvider)
parentProvider - the parent provider.| Method Detail |
|---|
public void registrationStateChanged(RegistrationStateChangeEvent evt)
registrationStateChanged in interface RegistrationStateChangeListenerevt - ProviderStatusChangeEvent the event describing the status
change.public void processPacket(org.jivesoftware.smack.packet.Packet packet)
processPacket in interface org.jivesoftware.smack.PacketListenerpacket - an incoming packet
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||