Modifier and Type | Interface and Description |
---|---|
static interface |
OFFlowModifyStrict.Builder |
Modifier and Type | Method and Description |
---|---|
OFFlowModifyStrict.Builder |
createBuilder() |
List<OFAction> |
getActions() |
OFBufferId |
getBufferId() |
OFFlowModCommand |
getCommand() |
U64 |
getCookie() |
U64 |
getCookieMask() |
Set<OFFlowModFlags> |
getFlags() |
int |
getHardTimeout() |
int |
getIdleTimeout() |
int |
getImportance() |
List<OFInstruction> |
getInstructions() |
Match |
getMatch() |
OFGroup |
getOutGroup() |
OFPort |
getOutPort() |
int |
getPriority() |
TableId |
getTableId() |
OFType |
getType() |
OFVersion |
getVersion() |
long |
getXid() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
putTo
OFVersion getVersion()
getVersion
in interface OFFlowMod
getVersion
in interface OFMessage
getVersion
in interface OFObject
OFType getType()
long getXid()
U64 getCookieMask() throws UnsupportedOperationException
getCookieMask
in interface OFFlowMod
UnsupportedOperationException
TableId getTableId() throws UnsupportedOperationException
getTableId
in interface OFFlowMod
UnsupportedOperationException
OFFlowModCommand getCommand()
getCommand
in interface OFFlowMod
int getIdleTimeout()
getIdleTimeout
in interface OFFlowMod
int getHardTimeout()
getHardTimeout
in interface OFFlowMod
int getPriority()
getPriority
in interface OFFlowMod
OFBufferId getBufferId()
getBufferId
in interface OFFlowMod
OFPort getOutPort()
getOutPort
in interface OFFlowMod
OFGroup getOutGroup() throws UnsupportedOperationException
getOutGroup
in interface OFFlowMod
UnsupportedOperationException
Set<OFFlowModFlags> getFlags()
List<OFInstruction> getInstructions() throws UnsupportedOperationException
getInstructions
in interface OFFlowMod
UnsupportedOperationException
List<OFAction> getActions() throws UnsupportedOperationException
getActions
in interface OFFlowMod
UnsupportedOperationException
int getImportance() throws UnsupportedOperationException
UnsupportedOperationException
void writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFFlowModifyStrict.Builder createBuilder()
createBuilder
in interface OFFlowMod
createBuilder
in interface OFMessage
Copyright © 2015. All rights reserved.