public interface UDPPacket extends TransportPacket
| Modifier and Type | Method and Description |
|---|---|
int |
getChecksum() |
int |
getLength() |
IPPacket |
getParentPacket()
Almost all packets have a parent, which is the encapsulating protocol.
|
clone, getDestinationPort, getHeaderLength, getSourcePort, isSCTP, isTCP, isUDP, setDestinationPort, setSourcePortgetArrivalTime, getName, getNextPacket, getPacket, getPayload, getProtocol, hasProtocol, verify, write, writeIPPacket getParentPacket()
PacketSipPacket is typically a
TransportPacket such as UDPPacket or a TCPPacket.
The parent of a TransportPacket is usually a IPPacket and
so on.getParentPacket in interface PacketgetParentPacket in interface TransportPacketint getChecksum()
int getLength()
Copyright © 2021. All Rights Reserved.