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.BuilderOFVersion getVersion()
getVersion in interface OFMessage.BuilderOFType getType()
getType in interface OFMessage.Builderlong getXid()
getXid in interface OFMessage.BuilderOFPacketIn.Builder setXid(long xid)
setXid in interface OFMessage.BuilderOFBufferId getBufferId()
OFPacketIn.Builder setBufferId(OFBufferId bufferId)
int getTotalLen()
OFPacketIn.Builder setTotalLen(int totalLen)
OFPort getInPort() throws UnsupportedOperationException
UnsupportedOperationExceptionOFPacketIn.Builder setInPort(OFPort inPort) throws UnsupportedOperationException
UnsupportedOperationExceptionOFPacketInReason getReason()
OFPacketIn.Builder setReason(OFPacketInReason reason)
byte[] getData()
OFPacketIn.Builder setData(byte[] data)
OFPort getInPhyPort() throws UnsupportedOperationException
UnsupportedOperationExceptionOFPacketIn.Builder setInPhyPort(OFPort inPhyPort) throws UnsupportedOperationException
UnsupportedOperationExceptionTableId getTableId() throws UnsupportedOperationException
UnsupportedOperationExceptionOFPacketIn.Builder setTableId(TableId tableId) throws UnsupportedOperationException
UnsupportedOperationExceptionMatch getMatch() throws UnsupportedOperationException
UnsupportedOperationExceptionOFPacketIn.Builder setMatch(Match match) throws UnsupportedOperationException
UnsupportedOperationExceptionU64 getCookie() throws UnsupportedOperationException
UnsupportedOperationExceptionOFPacketIn.Builder setCookie(U64 cookie) throws UnsupportedOperationException
UnsupportedOperationExceptionCopyright © 2021. All rights reserved.