com.ibm.as400.util.commtrace
Class IP6Packet
- java.lang.Object
-
- com.ibm.as400.util.commtrace.IPPacket
-
- com.ibm.as400.util.commtrace.IP6Packet
-
public class IP6Packet extends IPPacket
An Internet Protocol v6 IPPacket.
Extends Packets' methods to parse, print, and allow easy access to the IPv6 IPPacket
It has one constructor which takes a byte array of packet data as its only argument.
-
-
Constructor Summary
Constructors Constructor and Description IP6Packet(byte[] data)
Creates and parses the data of this header.
-
-
-
Constructor Detail
-
IP6Packet
public IP6Packet(byte[] data)
Creates and parses the data of this header.- Parameters:
data
- The raw data of this header.
-
-
Method Detail
-
toString
public java.lang.String toString(FormatProperties filter)
Returns a printable representation of this packet.
-
-