Package org.jitsi.util.function
Class RawPacketTransformation
- java.lang.Object
-
- org.jitsi.util.function.RawPacketTransformation
-
-
Field Summary
Fields Modifier and Type Field Description static RawPacketTransformationidentityAn identityRawPacketTransformationthat returns the original packet.
-
Constructor Summary
Constructors Constructor Description RawPacketTransformation()
-
-
-
Field Detail
-
identity
public static final RawPacketTransformation identity
An identityRawPacketTransformationthat returns the original packet.
-
-