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