com.ibm.as400.util.commtrace
Class Routing

java.lang.Object
  extended by com.ibm.as400.util.commtrace.Header
      extended by com.ibm.as400.util.commtrace.ExtHeader
          extended by 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.


Field Summary
 
Fields inherited from class com.ibm.as400.util.commtrace.Header
EXTAH, EXTDEST, EXTESP, EXTFRAG, EXTHOPBYHOP, EXTROUTE, ICMP4, ICMP6, IP4, IP6, TCP, UDP, UNK
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getHeaderLen

public int getHeaderLen()
Returns the length of this header.

Overrides:
getHeaderLen in class ExtHeader
Returns:
The length of this header.