|
SourceForge Jpcap | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jpcap.capture.CaptureDevice.Address
public static class CaptureDevice.Address
The Address class encapsulates addressing information for a CaptureDevice.
Method Summary | |
---|---|
boolean |
equals(Object other)
|
InetAddress |
getAddress()
Get the IP address. |
InetAddress |
getBroadcast()
Get the broadcast address. |
InetAddress |
getDestination()
Get the destination address: zero-length if the device isn't a point-to-point device. |
InetAddress |
getNetmask()
Get the netmask. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public InetAddress getAddress()
public InetAddress getNetmask()
public InetAddress getBroadcast()
public InetAddress getDestination()
public int hashCode()
hashCode
in class Object
public boolean equals(Object other)
equals
in class Object
public String toString()
toString
in class Object
|
Copyright © Patrick Charles & Jonas Lehmann, 2001; Esmond Pitt, 2008. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |