Package | Description |
---|---|
com.ibm.as400.util.commtrace |
Provides a utility application and classes to assist in the formatting and
display of IBM i communication traces.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ARPPacket |
An Address Resolution Protocol(ARP)/Reverse Address Resolution Protocol(RARP) IPPacket.
Extends IPPacket's methods to parse, print, and allow easy access to the ARP IPPacket. |
class |
IP4Packet |
A Internet Protocolv4 IPPacket.
Extends Packets' methods to parse, print, and allow easy access to the IPv4 IPPacket It has one constructor which takes a byte array of packet data as its only argument. |
class |
IP6Packet |
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. |
class |
UnknownPacket |
A Unknown IPPacket.
Extends Packets's methods to parse, print, and allow easy access to the Unknown IPPacket. |
Modifier and Type | Method | Description |
---|---|---|
IPPacket |
Frame.getPacket() |
Returns the packet contained by this Frame.
|
Copyright © 2024. All rights reserved.