|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jabber.jabberbeans.serverside.Launcher.HandshakeValidator
HandshakeValidator
does validation of a key sent
incoming, for instance on a base_connect.
PacketListener
Field Summary | |
private boolean |
bValid
|
private java.lang.String |
validResponse
|
Constructor Summary | |
Launcher.HandshakeValidator()
|
Method Summary | |
boolean |
isValid()
|
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 |
|
Field Detail |
private java.lang.String validResponse
private boolean bValid
Constructor Detail |
public Launcher.HandshakeValidator()
Method Detail |
public boolean isValid()
public void receivedPacket(PacketEvent pe)
pe
- PacketEvent that has just been received.public void sentPacket(PacketEvent pe)
pe
- PacketEvent that has just been sentpublic 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 |