Modifier and Type | Interface and Description |
---|---|
static interface |
OFPacketIn.Builder |
Modifier and Type | Method and Description |
---|---|
OFPacketIn.Builder |
createBuilder() |
OFBufferId |
getBufferId() |
U64 |
getCookie() |
byte[] |
getData() |
OFPort |
getInPhyPort() |
OFPort |
getInPort() |
Match |
getMatch() |
OFPacketInReason |
getReason() |
TableId |
getTableId() |
int |
getTotalLen() |
OFType |
getType() |
OFVersion |
getVersion() |
long |
getXid() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
putTo
OFVersion getVersion()
getVersion
in interface OFMessage
getVersion
in interface OFObject
OFBufferId getBufferId()
int getTotalLen()
OFPacketInReason getReason()
TableId getTableId() throws UnsupportedOperationException
UnsupportedOperationException
Match getMatch() throws UnsupportedOperationException
UnsupportedOperationException
byte[] getData()
OFPort getInPort() throws UnsupportedOperationException
UnsupportedOperationException
OFPort getInPhyPort() throws UnsupportedOperationException
UnsupportedOperationException
U64 getCookie() throws UnsupportedOperationException
UnsupportedOperationException
void writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFPacketIn.Builder createBuilder()
createBuilder
in interface OFMessage
Copyright © 2015. All rights reserved.