Package | Description |
---|---|
etri.sdn.controller.protocol.packet | |
etri.sdn.controller.util |
Modifier and Type | Field and Description |
---|---|
protected MACAddress |
Ethernet.destinationMACAddress |
protected MACAddress |
Ethernet.sourceMACAddress |
Modifier and Type | Method and Description |
---|---|
MACAddress |
Ethernet.getDestinationMAC() |
MACAddress |
Ethernet.getSourceMAC() |
Modifier and Type | Method and Description |
---|---|
static MACAddress |
MACAddress.valueOf(byte[] address)
Returns a MAC address instance representing the specified
byte array. |
static MACAddress |
MACAddress.valueOf(long address)
Returns a MAC address instance representing the specified
long value. |
static MACAddress |
MACAddress.valueOf(java.lang.String address)
Returns a MAC address instance representing the value of the specified
String . |