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
-
ConnEntry(InetAddress, int)
-
-
getDestAddr()
-
-
getDestPort()
-
-
setDestAddr(InetAddress)
-
ConnEntry
public ConnEntry(InetAddress destAddr,
int destPort)
getDestPort
public int getDestPort()
getDestAddr
public InetAddress getDestAddr()
setDestAddr
public void setDestAddr(InetAddress addr)
All Packages Class Hierarchy This Package Previous Next Index