public static interface TcpPacket.TcpOption extends Serializable
PropertiesBasedPacketFactory
, classes
which implement this interface must implement the following method: public static
TcpOption newInstance(byte[] rawData, int offset, int length) throws IllegalRawDataException
Modifier and Type | Method and Description |
---|---|
TcpOptionKind |
getKind() |
byte[] |
getRawData() |
int |
length() |
TcpOptionKind getKind()
int length()
byte[] getRawData()
Copyright © 2011–2019 Pcap4J.org. All rights reserved.