|
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 | |||||||||
public interface PacketTransformer
Encapsulate the concept of packet transformation. Given a packet, PacketTransformer can either transform it or reverse the transformation.
| Method Summary | |
|---|---|
void |
close()
Closes this PacketTransformer i.e. |
RawPacket |
reverseTransform(RawPacket pkt)
Reverse-transforms a specific packet (i.e. |
RawPacket |
transform(RawPacket pkt)
Transforms a specific packet. |
| Method Detail |
|---|
RawPacket transform(RawPacket pkt)
pkt - the packet to be transformed
RawPacket reverseTransform(RawPacket pkt)
pkt - the transformed packet to be restored
void close()
|
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 | |||||||||