com.ibm.as400.util.commtrace
Class Routing
- java.lang.Object
-
- com.ibm.as400.util.commtrace.Header
-
- com.ibm.as400.util.commtrace.ExtHeader
-
- com.ibm.as400.util.commtrace.Routing
-
public class Routing extends ExtHeader
A Routing Header.
Extends ExtHeader's methods to parse, print, and allow easy access to the Routing Header.
-
-
Method Summary
Methods Modifier and Type Method and Description int
getHeaderLen()
Returns the length of this header.-
Methods inherited from class com.ibm.as400.util.commtrace.ExtHeader
getNextHeader, toString
-
Methods inherited from class com.ibm.as400.util.commtrace.Header
getHeaderData, getName, getPayload, getPayLoad, getPayloadBytes, getPayloadHexString, getType, printHexHeader, toHexString, toString
-
-
-
-
Method Detail
-
getHeaderLen
public int getHeaderLen()
Returns the length of this header.- Overrides:
getHeaderLen
in classExtHeader
- Returns:
- The length of this header.
-
-