パッケージ org.pcap4j.packet
インタフェース IpV6Packet.IpV6FlowLabel
-
- すべてのスーパーインタフェース:
Serializable
- 既知の実装クラスのリスト:
IpV6SimpleFlowLabel
- 含まれているクラス:
- IpV6Packet
public static interface IpV6Packet.IpV6FlowLabel extends Serializable
The interface representing an IPv6 flow label. If you usePropertiesBasedPacketFactory
, classes which implement this interface must implement the following method:public static IpV6FlowLabel newInstance(int value)
- 導入されたバージョン:
- pcap4j 0.9.11
- 作成者:
- Kaito Yamada
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 int
value()
-