public static class OFPortBitMap512.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
OFPortBitMap512 |
build() |
boolean |
isOn(OFPort port) |
OFPortBitMap512.Builder |
set(OFPort port)
add this port from the match, i.e., packets from this in-port
will be matched.
|
OFPortBitMap512.Builder |
unset(OFPort port)
remove this port from the match, i.e., packets from this in-port
will NOT be matched.
|
public boolean isOn(OFPort port)
port - the port to checkpublic OFPortBitMap512.Builder unset(OFPort port)
port - the port the remove from the matchpublic OFPortBitMap512.Builder set(OFPort port)
port - the port to add to the matchpublic OFPortBitMap512 build()
Copyright © 2021. All rights reserved.