public interface RDPPacketCallback
Modifier and Type | Method and Description |
---|---|
void |
connectionReset(RDPConnection con)
will get called when the connection is reset and/or closed
|
void |
processPacket(RDPConnection con,
AOByteBuffer buf)
incoming packet
|
void processPacket(RDPConnection con, AOByteBuffer buf)
void connectionReset(RDPConnection con)