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() |
short |
getReason() |
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()
int getPriority()
short getReason()
TableId getTableId() throws UnsupportedOperationException
UnsupportedOperationException
long getDurationSec()
long getDurationNsec()
int getIdleTimeout()
int getHardTimeout() throws UnsupportedOperationException
UnsupportedOperationException
U64 getPacketCount()
U64 getByteCount()
Match getMatch()
void writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFFlowRemoved.Builder createBuilder()
createBuilder
in interface OFMessage
Copyright © 2015. All rights reserved.