Modifier and Type | Interface and Description |
---|---|
static interface |
OFFlowRemoved.Builder |
Modifier and Type | Method and Description |
---|---|
OFFlowRemoved.Builder |
createBuilder() |
U64 |
getByteCount() |
U64 |
getCookie() |
long |
getDurationNsec() |
long |
getDurationSec() |
int |
getHardTimeout() |
int |
getIdleTimeout() |
Match |
getMatch() |
U64 |
getPacketCount() |
int |
getPriority() |
OFFlowRemovedReason |
getReason() |
Stat |
getStats() |
TableId |
getTableId() |
OFType |
getType() |
OFVersion |
getVersion() |
long |
getXid() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
equalsIgnoreXid, hashCodeIgnoreXid
putTo
OFVersion getVersion()
getVersion
in interface OFMessage
getVersion
in interface OFObject
U64 getCookie()
int getPriority()
OFFlowRemovedReason getReason()
TableId getTableId() throws UnsupportedOperationException
UnsupportedOperationException
long getDurationSec() throws UnsupportedOperationException
UnsupportedOperationException
long getDurationNsec() throws UnsupportedOperationException
UnsupportedOperationException
int getIdleTimeout()
int getHardTimeout() throws UnsupportedOperationException
UnsupportedOperationException
U64 getPacketCount() throws UnsupportedOperationException
UnsupportedOperationException
U64 getByteCount() throws UnsupportedOperationException
UnsupportedOperationException
Match getMatch()
Stat getStats() throws UnsupportedOperationException
UnsupportedOperationException
void writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFFlowRemoved.Builder createBuilder()
createBuilder
in interface OFMessage
Copyright © 2017. All rights reserved.