com.ibm.as400.util.commtrace
Class UnknownPacket
java.lang.Object
com.ibm.as400.util.commtrace.IPPacket
com.ibm.as400.util.commtrace.UnknownPacket
public class UnknownPacket
extends IPPacket
A Unknown IPPacket.
Extends Packets's methods to parse, print, and allow easy access to the Unknown IPPacket.
Constructor Summary
UnknownPacket(byte[] data)
Creates and parses the data of this packet. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnknownPacket
public UnknownPacket(byte[] data)
- Creates and parses the data of this packet.
- Parameters:
data - The raw data of this packet.
toString
public String toString(FormatProperties filter)
- Returns a printable representation of this packet.
- Overrides:
toString in class IPPacket
- Parameters:
filter - FormatProperties object for filtering this packet.
- Returns:
- Returns a string representation of this packet.