public class UscDevice extends Object
| Constructor and Description |
|---|
UscDevice(InetAddress inetAddress)
Constructs a new UscDevice
|
UscDevice(InetAddress inetAddress,
int port) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
InetAddress |
getInetAddress() |
int |
getPort() |
int |
hashCode() |
String |
toString() |
public UscDevice(InetAddress inetAddress)
inetAddress - the IP address of the network devicepublic UscDevice(InetAddress inetAddress, int port)
public InetAddress getInetAddress()
public int getPort()
Copyright © 2019 OpenDaylight. All rights reserved.