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 OFObjectMatch getMatch()
U64 getCookie()
OFFlowModCommand getCommand()
int getIdleTimeout()
int getHardTimeout()
int getPriority()
OFBufferId getBufferId()
OFPort getOutPort()
Set<OFFlowModFlags> getFlags()
List<OFAction> getActions() throws UnsupportedOperationException
UnsupportedOperationExceptionU64 getCookieMask() throws UnsupportedOperationException
UnsupportedOperationExceptionTableId getTableId() throws UnsupportedOperationException
UnsupportedOperationExceptionOFGroup getOutGroup() throws UnsupportedOperationException
UnsupportedOperationExceptionList<OFInstruction> getInstructions() throws UnsupportedOperationException
UnsupportedOperationExceptionint getImportance()
throws UnsupportedOperationException
UnsupportedOperationExceptionvoid writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFFlowMod.Builder createBuilder()
createBuilder in interface OFMessageCopyright © 2021. All rights reserved.