| Package | Description |
|---|---|
| org.projectfloodlight.openflow.protocol | |
| org.projectfloodlight.openflow.types |
| Modifier and Type | Method and Description |
|---|---|
DatapathId |
OFFeaturesReply.getDatapathId() |
DatapathId |
OFFeaturesReply.Builder.getDatapathId() |
| Modifier and Type | Method and Description |
|---|---|
OFFeaturesReply.Builder |
OFFeaturesReply.Builder.setDatapathId(DatapathId datapathId) |
| Modifier and Type | Field and Description |
|---|---|
static DatapathId |
DatapathId.NONE |
| Modifier and Type | Method and Description |
|---|---|
static DatapathId |
DatapathId.of(byte[] bytes) |
static DatapathId |
DatapathId.of(long rawValue) |
static DatapathId |
DatapathId.of(MacAddress mac)
Creates a
DatapathId from a MacAddress. |
static DatapathId |
DatapathId.of(String s) |
| Modifier and Type | Method and Description |
|---|---|
int |
DatapathId.compareTo(DatapathId o) |
static MacAddress |
MacAddress.of(DatapathId dpid)
Creates a
MacAddress from a DatapathId. |
Copyright © 2018. All rights reserved.