- All Superinterfaces:
- Cloneable, Packet
- All Known Subinterfaces:
- RtcpPacket, RtpPacket, SipPacket, SipRequestPacket, SipResponsePacket, UnknownApplicationPacket
- All Known Implementing Classes:
- AbstractApplicationPacket, RtcpPacketImpl, RtpPacketImpl, SipPacketImpl, SipRequestPacketImpl, SipResponsePacketImpl, UnknownApplicationPacketImpl
public interface ApplicationPacket
extends Packet
Represents a packet from the Application Layer (layer 7) in the OSI model.
Since layer 5 and 6 hasn't been added to this implementation yet, this packet
will extend layer 4 (transport layer) directly.
- Author:
- jonas@jonasborjesson.com