public interface OFFlowMonitorEntry extends OFObject
Modifier and Type | Interface and Description |
---|---|
static interface |
OFFlowMonitorEntry.Builder |
Modifier and Type | Method and Description |
---|---|
OFFlowMonitorEntry.Builder |
createBuilder() |
OFFlowMonitorCommand |
getCommand() |
Set<OFFlowMonitorFlags> |
getFlags() |
Match |
getMatch() |
long |
getMonitorId() |
long |
getOutGroup() |
long |
getOutPort() |
TableId |
getTableId() |
OFVersion |
getVersion() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
putTo
long getMonitorId()
long getOutPort()
long getOutGroup()
Set<OFFlowMonitorFlags> getFlags()
TableId getTableId()
OFFlowMonitorCommand getCommand()
Match getMatch()
OFVersion getVersion()
getVersion
in interface OFObject
void writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFFlowMonitorEntry.Builder createBuilder()
Copyright © 2017. All rights reserved.