public class NetworkAddress extends Object
Modifier and Type | Field and Description |
---|---|
protected InetAddress |
address |
protected byte[] |
hardwareAddress |
protected int |
port |
Constructor and Description |
---|
NetworkAddress(InetAddress address,
int port) |
NetworkAddress(InetAddress address,
int port,
byte[] hardwareAddress) |
protected InetAddress address
protected int port
protected byte[] hardwareAddress
public NetworkAddress(InetAddress address, int port)
public NetworkAddress(InetAddress address, int port, byte[] hardwareAddress)
Copyright © 2014 4th Line GmbH, Switzerland. All Rights Reserved.