|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jabber.jabberbeans.util.KeepAlive.KeepAlivePacketListener
Constructor Summary | |
KeepAlive.KeepAlivePacketListener()
|
Method Summary | |
void |
receivedPacket(PacketEvent pe)
called when a packet is received and processed. |
void |
sendFailed(PacketEvent pe)
called if a packet is not successfully sent (for instance, if the connection dies while the packet is queued, or a packet is sent while disconnected). |
void |
sentPacket(PacketEvent pe)
called whenever a local client sends a packet, after the sending is successful |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public KeepAlive.KeepAlivePacketListener()
Method Detail |
public void sentPacket(PacketEvent pe)
pe
- PacketEvent that has just been sentpublic void receivedPacket(PacketEvent pe)
pe
- PacketEvent that has just been received.public void sendFailed(PacketEvent pe)
pe
- PacketEvent for the failed send
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |