|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.antiaction.mayhem.core.ConfigInterfacePort
public class ConfigInterfacePort
Interface:port container.
| Field Summary | |
|---|---|
boolean |
bound
Was this interface/port pair bound successfully. |
java.lang.String |
interf
Interface name/IP. |
int |
port
Interface port. |
| Constructor Summary | |
|---|---|
ConfigInterfacePort(java.lang.String interf,
int port)
Construct an interface container object using interface name/ip and port. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String interf
public int port
public boolean bound
| Constructor Detail |
|---|
public ConfigInterfacePort(java.lang.String interf,
int port)
interf - interface name/ip.port - interface port.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||