public static interface OFPacketIn.Builder extends OFMessage.Builder
Modifier and Type | Method and Description |
---|---|
OFPacketIn |
build() |
OFBufferId |
getBufferId() |
U64 |
getCookie() |
byte[] |
getData() |
OFPort |
getInPhyPort() |
OFPort |
getInPort() |
Match |
getMatch() |
OFPacketInReason |
getReason() |
TableId |
getTableId() |
int |
getTotalLen() |
OFType |
getType() |
OFVersion |
getVersion() |
long |
getXid() |
OFPacketIn.Builder |
setBufferId(OFBufferId bufferId) |
OFPacketIn.Builder |
setCookie(U64 cookie) |
OFPacketIn.Builder |
setData(byte[] data) |
OFPacketIn.Builder |
setInPhyPort(OFPort inPhyPort) |
OFPacketIn.Builder |
setInPort(OFPort inPort) |
OFPacketIn.Builder |
setMatch(Match match) |
OFPacketIn.Builder |
setReason(OFPacketInReason reason) |
OFPacketIn.Builder |
setTableId(TableId tableId) |
OFPacketIn.Builder |
setTotalLen(int totalLen) |
OFPacketIn.Builder |
setXid(long xid) |
OFPacketIn build()
build
in interface OFMessage.Builder
OFVersion getVersion()
getVersion
in interface OFMessage.Builder
OFType getType()
getType
in interface OFMessage.Builder
long getXid()
getXid
in interface OFMessage.Builder
OFPacketIn.Builder setXid(long xid)
setXid
in interface OFMessage.Builder
OFBufferId getBufferId()
OFPacketIn.Builder setBufferId(OFBufferId bufferId)
int getTotalLen()
OFPacketIn.Builder setTotalLen(int totalLen)
OFPacketInReason getReason()
OFPacketIn.Builder setReason(OFPacketInReason reason)
TableId getTableId() throws UnsupportedOperationException
UnsupportedOperationException
OFPacketIn.Builder setTableId(TableId tableId) throws UnsupportedOperationException
UnsupportedOperationException
Match getMatch() throws UnsupportedOperationException
UnsupportedOperationException
OFPacketIn.Builder setMatch(Match match) throws UnsupportedOperationException
UnsupportedOperationException
byte[] getData()
OFPacketIn.Builder setData(byte[] data)
OFPort getInPort() throws UnsupportedOperationException
UnsupportedOperationException
OFPacketIn.Builder setInPort(OFPort inPort) throws UnsupportedOperationException
UnsupportedOperationException
OFPort getInPhyPort() throws UnsupportedOperationException
UnsupportedOperationException
OFPacketIn.Builder setInPhyPort(OFPort inPhyPort) throws UnsupportedOperationException
UnsupportedOperationException
U64 getCookie() throws UnsupportedOperationException
UnsupportedOperationException
OFPacketIn.Builder setCookie(U64 cookie) throws UnsupportedOperationException
UnsupportedOperationException
Copyright © 2015. All rights reserved.