Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.rsi.ipstat
Class PortTable  view PortTable download PortTable.java

java.lang.Object
  extended bycom.rsi.ipstat.PortTable

public class PortTable
extends java.lang.Object


Field Summary
 int[] dst1
           
 int[] dst2
           
 java.lang.String[] name
           
 int[] pid
           
 int realLength
           
 int[] src1
           
 int[] src2
           
 
Constructor Summary
PortTable()
           
PortTable(int n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pid

public int[] pid

name

public java.lang.String[] name

src1

public int[] src1

src2

public int[] src2

dst1

public int[] dst1

dst2

public int[] dst2

realLength

public int realLength
Constructor Detail

PortTable

public PortTable()

PortTable

public PortTable(int n)