|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jabber.jabberbeans.ConnectionBean.XMLStreamMonitor
Constructor Summary | |
ConnectionBean.XMLStreamMonitor()
|
Method Summary | |
void |
receivedPacket(PacketEvent packetEvent)
called when a packet is received and processed. |
void |
sendFailed(PacketEvent packetEvent)
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 packetEvent)
called whenever a local client sends a packet, after the sending is successful |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public ConnectionBean.XMLStreamMonitor()
Method Detail |
public void sentPacket(PacketEvent packetEvent)
pe
- PacketEvent that has just been sentpublic void receivedPacket(PacketEvent packetEvent)
pe
- PacketEvent that has just been received.public void sendFailed(PacketEvent packetEvent)
pe
- PacketEvent for the failed send
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |