パッケージ org.pcap4j.packet
インタフェース IpV4InternetTimestampOption.IpV4InternetTimestampOptionData
-
- すべてのスーパーインタフェース:
Serializable
- 既知の実装クラスのリスト:
IllegalIpV4InternetTimestampOptionData
,IpV4InternetTimestampOptionAddressPrespecified
,IpV4InternetTimestampOptionTimestamps
,IpV4InternetTimestampOptionTimestampsWithAddresses
,UnknownIpV4InternetTimestampOptionData
- 含まれているクラス:
- IpV4InternetTimestampOption
public static interface IpV4InternetTimestampOption.IpV4InternetTimestampOptionData extends Serializable
The interface representing an IPv4 internet timestamp option data. If you usePropertiesBasedPacketFactory
, classes which implement this interface must implement the following method:public static IpV4InternetTimestampData newInstance(byte[] rawData, int offset, int length) throws IllegalRawDataException
- 導入されたバージョン:
- pcap4j 0.9.11
- 作成者:
- Kaito Yamada
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 byte[]
getRawData()
int
length()
-