|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EthernetAddress | |
|---|---|
| com.ccg.net.ethernet | Classes related to working with Ethernet addresses.. |
| Uses of EthernetAddress in com.ccg.net.ethernet |
|---|
| Fields in com.ccg.net.ethernet declared as EthernetAddress | |
|---|---|
static EthernetAddress |
EthernetAddress.NULL
Constant ethernet address object which has the "null address". |
| Methods in com.ccg.net.ethernet that return EthernetAddress | |
|---|---|
static EthernetAddress |
EthernetAddress.fromBytes(byte[] val)
Set the binary ID of your ethernet adapter. |
static EthernetAddress |
EthernetAddress.fromString(String sval)
Parse a ethernet address object from a string. |
static EthernetAddress |
EthernetAddress.getPrimaryAdapter()
Try to determine the primary ethernet address of the machine. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||