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 |
AH |
An AH Header.
Extends ExtHeader's methods to parse, print, and allow easy access to the AH Header. |
class |
ARPHeader |
An Address Resolution Protocol(ARP)/Reverse Address Resolution Protocol(RARP)
Header.
Extends Header's methods to parse, print, and allow easy access to the ARP/RARP Header. |
class |
Destination |
A Destination Header.
Extends ExtHeader's methods to parse, print, and allow easy access to the Destination Header. |
class |
DestinationUnreachable |
A Destination Unreachable Header.
Extends Message's methods to parse, print, and allow easy access to the Destination Unreachable Header. |
class |
EchoReplyRequest |
A Echo Reply Request Header.
Extends Message's methods to parse, print, and allow easy access to the Echo Reply Request Header. |
class |
EchoRequest |
A Echo Request Header.
Extends Message's methods to parse, print, and allow easy access to Echo Request Header. |
class |
ESP |
An ESP Header
Extends ExtHeader's methods to parse, print, and allow easy access to the ESP Header. |
class |
ExtHeader |
An Extended Header.
Extends Header's methods to parse, print, and allow easy access to the Extended Header. |
class |
Fragmentation |
A Fragmentation Header.
Extends ExtHeader's methods to parse, print, and allow easy access to the Fragmentation Header. |
class |
HopByHop |
A HopByHop Header.
Extends ExtHeader's methods to parse, print, and allow easy access to the HopByHop Header. |
class |
ICMP4Header |
A Internet Control Message Protocol V4 Header.
Extends Header's methods to parse, print, and allow easy access to the ICMPv4 Header. |
class |
ICMP6Header |
A Internet Control Message Protocol v6 Header.
Extends Header's methods to parse, print, and allow easy access to the ICMPv6 Header. |
class |
IP4Header |
A Internet Protocol v4 Header.
Extends Header's methods to parse, print, and allow easy access to the ICMPv4 Header. |
class |
IP6Header |
An IPv6 Header.
Extends Header's methods to parse, print, and allow easy access to the IPv6 Header. |
class |
Message |
An ICMPv6 Message Header.
Extends Header's methods to parse, print, and allow easy access to the ICMPv6 Message Header. |
class |
MLMessage |
A Multicast Listener Message Header.
Extends Message's methods to parse, print, and allow easy access to the MLMessage Header. |
class |
MTU |
A MTU Header.
Extends NDOption's methods to parse, print, and allow easy access to the MTU Header. |
class |
MulticastListenerDone |
A Mulitcast Listener Done Header.
Extends MLMessage's methods to to parse, print, and allow easy access to the Multicast Listener Done Header. |
class |
MulticastListenerQuery |
A Multicast Listener Query Header.
Extends MLMessage's methods to parse, print, and allow easy access to the Multicast Listener Query Header. |
class |
MulticastListenerReport |
A Mulitcast Listener Report Header.
Extends MLMessage's methods to parse, print, and allow easy access to the Multicast Listener Report Header. |
class |
NDOption |
An ICMPv6 Neighbor Discovery Header.
Extends Header's methods to parse, print, and allow easy access to the Neighbor Discovery Header. |
class |
NeighborAdvertisement |
A Neighbor Advertisement Header.
Extends Message's methods to parse, print, and allow easy access to the Neighbor Advertisement Header |
class |
NeighborSolicitation |
A Neighbor Solicitation Header.
Extends Message's methods to parse, print, and allow easy access to the Neighbor Solicitation Header. |
class |
PacketTooBig |
A PacketTooBig Header.
Extends Message's methods to parse, print, and allow easy access to the PacketTooBig Header. |
class |
ParameterProblem |
A Parameter Problem Header.
Extends Message's methods to parse, print, and allow easy access to the Parameter Problem Header. |
class |
PrefixInfo |
A PrefixInfo Header.
Extends NDOption's methods to parse, print, and allow easy access to the PrefixInfo Header |
class |
Redirect |
A Redirect Header.
Extends Message's methods to parse, print, and allow easy access to the Redirect Header |
class |
RouterAdvertisement |
A Router Advertisement Header.
Extends Message's methods to parse, print, and allow easy access to the Router Advertisement Header. |
class |
RouterSolicitation |
A Router Solicitation Header.
Extends Message's methods to parse, print, and allow easy access to the Router Solicitation Header. |
class |
Routing |
A Routing Header.
Extends ExtHeader's methods to parse, print, and allow easy access to the Routing Header. |
class |
SourceLLA |
A SouceLLA Header.
Extends NDOption's methods to parse, print, and allow easy access to the SourceLLA Header. |
class |
TargetLLA |
A TargetLLA Header.
Extends NDOption's methods to parse, print, and allow easy access to the TargetLLA Header. |
class |
TCPHeader |
A TCP Header.
Extends Header's methods to parse, print, and allow easy access to the TCP Header. |
class |
TimeExceeded |
A Time Exceeded Header.
Extends Message's methods to parse, print, and allow easy access to the Time Exceeded Header. |
class |
UDPHeader |
An UDP Header.
Extends Header's methods to parse, print, and allow easy access to the UDP Header. |
class |
UnknownHeader |
A Unknown Header.
Extends Header's methods to parse, print, and allow easy access to the Unknown Header. |
class |
UnknownMessage |
A UnknownMessage Header.
Extends Message's methods to parse, print, and allow easy access to the UnknownMessage Header. |
Modifier and Type | Method | Description |
---|---|---|
Header |
IPPacket.getHeader() |
Returns the header of this packet.
|
Header |
AH.getNextHeader() |
Returns the next header in this packet.
|
Header |
DestinationUnreachable.getNextHeader() |
Returns the next header in the packet.
|
Header |
ExtHeader.getNextHeader() |
Returns the next header in this packet.
|
Header |
Header.getNextHeader() |
Returns the next header in this packet.
|
Header |
ICMP6Header.getNextHeader() |
Returns the next header in the packet.
|
Header |
IP4Header.getNextHeader() |
|
Header |
IP6Header.getNextHeader() |
|
Header |
NDOption.getNextHeader() |
Returns the next header in the packet.
|
Header |
NeighborAdvertisement.getNextHeader() |
Returns the next header in the packet
|
Header |
NeighborSolicitation.getNextHeader() |
Returns the next header in the packet.
|
Header |
PacketTooBig.getNextHeader() |
Returns the next header in the packet.
|
Header |
ParameterProblem.getNextHeader() |
Returns the next header in the packet.
|
Header |
Redirect.getNextHeader() |
Returns the next header in the packet
|
Header |
RouterAdvertisement.getNextHeader() |
Returns the next header in the packet.
|
Header |
RouterSolicitation.getNextHeader() |
Returns the next header in the packet.
|
Header |
TimeExceeded.getNextHeader() |
Returns the next header in the packet.
|
Header |
UnknownMessage.getNextHeader() |
Returns the next header in this packet.
|
Copyright © 2024. All rights reserved.