net.portscanner
Class Port

java.lang.Object
  extended by net.portscanner.Port

public class Port
extends java.lang.Object

Representation of a specific port on a specific machine

Version:
%I%, %G%
Author:
Bill Clagett (bill.clagett@sitesonthe.net)

Constructor Summary
Port(java.net.InetAddress host, int port)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Port

public Port(java.net.InetAddress host,
            int port)