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