Interface IpV6ExtRoutingPacket.IpV6RoutingData

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    IllegalIpV6RoutingData, IpV6RoutingSourceRouteData, UnknownIpV6RoutingData
    Enclosing class:
    IpV6ExtRoutingPacket

    public static interface IpV6ExtRoutingPacket.IpV6RoutingData
    extends java.io.Serializable
    The interface representing an IPv6 routing data. If you use PropertiesBasedPacketFactory, classes which implement this interface must implement the following method: public static IpV6RoutingData newInstance(byte[] rawData, int offset, int length) throws IllegalRawDataException
    Since:
    pcap4j 0.9.11
    Author:
    Kaito Yamada
    • Method Summary

      Modifier and Type Method Description
      byte[] getRawData()  
      int length()  
    • Method Detail

      • length

        int length()
        Returns:
        length
      • getRawData

        byte[] getRawData()
        Returns:
        raw data