All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iceberg.APCpath.connectors.ConnEntry

java.lang.Object
   |
   +----iceberg.APCpath.connectors.ConnEntry

public class ConnEntry
extends Object
implements Serializable

Constructor Index

 o ConnEntry(InetAddress, int)

Method Index

 o getDestAddr()
 o getDestPort()
 o setDestAddr(InetAddress)

Constructors

 o ConnEntry
 public ConnEntry(InetAddress destAddr,
                  int destPort)

Methods

 o getDestPort
 public int getDestPort()
 o getDestAddr
 public InetAddress getDestAddr()
 o setDestAddr
 public void setDestAddr(InetAddress addr)

All Packages  Class Hierarchy  This Package  Previous  Next  Index