public interface OFFlowDescEntry extends OFObject
Modifier and Type | Interface and Description |
---|---|
static interface |
OFFlowDescEntry.Builder |
Modifier and Type | Method and Description |
---|---|
OFFlowDescEntry.Builder |
createBuilder() |
U64 |
getCookie() |
Set<OFFlowModFlags> |
getFlags() |
int |
getHardTimeout() |
int |
getIdleTimeout() |
int |
getImportance() |
List<OFInstruction> |
getInstructions() |
Match |
getMatch() |
int |
getPriority() |
Stat |
getStats() |
TableId |
getTableId() |
OFVersion |
getVersion() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
putTo
TableId getTableId()
int getPriority()
int getIdleTimeout()
int getHardTimeout()
Set<OFFlowModFlags> getFlags()
int getImportance()
U64 getCookie()
Match getMatch()
Stat getStats()
List<OFInstruction> getInstructions()
OFVersion getVersion()
getVersion
in interface OFObject
void writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFFlowDescEntry.Builder createBuilder()
Copyright © 2016. All rights reserved.