IP address, port, and optional interface hardware address (MAC) of a network service.
More...
|
| NetworkAddress (InetAddress address, int port) |
|
| NetworkAddress (InetAddress address, int port, byte[] hardwareAddress) |
|
InetAddress | getAddress () |
|
int | getPort () |
|
byte[] | getHardwareAddress () |
|
boolean | equals (Object o) |
|
int | hashCode () |
|
|
InetAddress | address |
|
int | port |
|
byte[] | hardwareAddress |
|
IP address, port, and optional interface hardware address (MAC) of a network service.
- Author
- Christian Bauer
The documentation for this class was generated from the following file:
- /github/workspace/yaacc/src/main/java/org/fourthline/cling/model/NetworkAddress.java