- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
IllegalSctpChunk, UnknownSctpChunk
- Enclosing class:
- SctpPacket
public static interface SctpPacket.SctpChunk
extends java.io.Serializable
The interface representing an SCTP Chunk Field. If you use PropertiesBasedPacketFactory, classes which implement this interface must implement the
following method: public static SctpChunk newInstance(byte[] rawData, int offset, int
length) throws IllegalRawDataException
- Since:
- pcap4j 1.6.6
- See Also:
- RFC 4960