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 | Method | Description |
---|---|---|
void |
Format.setFilterProperties(FormatProperties prop) |
Sets the Properties for this Format.
|
String |
ARPHeader.toString(FormatProperties filter) |
Returns a printable representation of this header.
|
String |
ARPPacket.toString(FormatProperties filter) |
Returns a printable representation of this packet.
|
String |
DestinationUnreachable.toString(FormatProperties filter) |
Returns a printable representation of this header.
|
String |
EchoReplyRequest.toString(FormatProperties filter) |
Returns a printable representation of this header.
|
String |
EchoRequest.toString(FormatProperties filter) |
Returns a printable representation of this header.
|
String |
ExtHeader.toString(FormatProperties filter) |
Returns a printable representation of this header.
|
String |
Frame.toString(FormatProperties filter) |
Returns a printable representation of this Frame.
|
String |
Header.toString(FormatProperties filter) |
Returns a printable representation of this header.
|
String |
ICMP4Header.toString(FormatProperties filter) |
Returns a printable representation of this header.
|
String |
ICMP6Header.toString(FormatProperties filter) |
Returns a printable representation of this header.
|
String |
IP4Header.toString(FormatProperties filter) |
Returns a printable representation of this header.
|
String |
IP4Packet.toString(FormatProperties filter) |
Returns a printable representation of this packet.
|
String |
IP6Header.toString(FormatProperties filter) |
Returns a printable representation of this header.
|
String |
IP6Packet.toString(FormatProperties filter) |
Returns a printable representation of this packet.
|
String |
IPPacket.toString(FormatProperties filter) |
Returns a printable representation of this packet.
|
String |
Message.toString(FormatProperties filter) |
Returns a printable representation of this header.
|
String |
MLMessage.toString(FormatProperties filter) |
Returns a printable representation of this header.
|
String |
MTU.toString(FormatProperties filter) |
Returns a printable representation of this header.
|
String |
NeighborAdvertisement.toString(FormatProperties filter) |
Returns a printable representation of this header.
|
String |
NeighborSolicitation.toString(FormatProperties filter) |
Returns a printable representation of this header.
|
String |
PacketTooBig.toString(FormatProperties filter) |
Returns a printable representation of this header.
|
String |
ParameterProblem.toString(FormatProperties filter) |
Returns a printable representation of this header.
|
String |
PrefixInfo.toString(FormatProperties filter) |
Returns a printable representation of this header.
|
String |
Redirect.toString(FormatProperties filter) |
Returns a printable representation of this header.
|
String |
RouterAdvertisement.toString(FormatProperties filter) |
Returns a printable representation of this header.
|
String |
SourceLLA.toString(FormatProperties filter) |
Returns a printable representation of this header.
|
String |
TargetLLA.toString(FormatProperties filter) |
Returns a printable representation of this header.
|
String |
TCPHeader.toString(FormatProperties filter) |
Returns a printable representation of this header.
|
String |
TimeExceeded.toString(FormatProperties filter) |
Returns a printable representation of this header.
|
String |
UDPHeader.toString(FormatProperties filter) |
Returns a printable representation of this header.
|
String |
UnknownHeader.toString(FormatProperties filter) |
Returns a printable representation of this header.
|
String |
UnknownPacket.toString(FormatProperties filter) |
Returns a printable representation of this packet.
|
Constructor | Description |
---|---|
Format(FormatProperties prop,
String outfile,
String infile) |
Constructs a new
Format object.Initializes the MRI. Formats the Prolog. Sets up the Filters. |
Copyright © 2024. All rights reserved.