|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.spy.nmap.NmapPort
| Constructor Summary | |
NmapPort(String[] input)
Construct an NmapPort object from an array of the stuff found within. |
|
| Method Summary | |
int |
port()
gets the port number |
String |
proto()
gets the protocol (tcp, udp, etc...) |
String |
service()
gets the service type (http/imap/smtp/etc...) |
String |
status()
gets the status |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NmapPort(String[] input)
| Method Detail |
public int port()
public String status()
public String proto()
public String service()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||