public static class OFPortBitMap.Builder extends Object
Constructor and Description |
---|
OFPortBitMap.Builder() |
Modifier and Type | Method and Description |
---|---|
OFPortBitMap |
build() |
boolean |
isOn(OFPort port) |
OFPortBitMap.Builder |
set(OFPort port)
add this port from the match, i.e., packets from this in-port
will NOT be matched.
|
OFPortBitMap.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)
public OFPortBitMap.Builder unset(OFPort port)
public OFPortBitMap.Builder set(OFPort port)
public OFPortBitMap build()
Copyright © 2015. All rights reserved.