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() |
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) |
equalsIgnoreXid, hashCodeIgnoreXidputToOFVersion getVersion()
getVersion in interface OFMessagegetVersion in interface OFObjectU64 getCookie()
U64 getCookieMask() throws UnsupportedOperationException
UnsupportedOperationExceptionTableId getTableId() throws UnsupportedOperationException
UnsupportedOperationExceptionOFFlowModCommand getCommand()
int getIdleTimeout()
int getHardTimeout()
int getPriority()
OFBufferId getBufferId()
OFPort getOutPort()
OFGroup getOutGroup() throws UnsupportedOperationException
UnsupportedOperationExceptionSet<OFFlowModFlags> getFlags()
Match getMatch()
List<OFInstruction> getInstructions() throws UnsupportedOperationException
UnsupportedOperationExceptionList<OFAction> getActions() throws UnsupportedOperationException
UnsupportedOperationExceptionint getImportance()
throws UnsupportedOperationException
UnsupportedOperationExceptionvoid writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFFlowMod.Builder createBuilder()
createBuilder in interface OFMessageCopyright © 2019. All rights reserved.