Modifier and Type | Interface and Description |
---|---|
static interface |
OFFeaturesReply.Builder |
Modifier and Type | Method and Description |
---|---|
OFFeaturesReply.Builder |
createBuilder() |
Set<OFActionType> |
getActions() |
OFAuxId |
getAuxiliaryId() |
Set<OFCapabilities> |
getCapabilities() |
DatapathId |
getDatapathId() |
long |
getNBuffers() |
short |
getNTables() |
List<OFPortDesc> |
getPorts() |
long |
getReserved() |
OFType |
getType() |
OFVersion |
getVersion() |
long |
getXid() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
putTo
OFVersion getVersion()
getVersion
in interface OFMessage
getVersion
in interface OFObject
DatapathId getDatapathId()
long getNBuffers()
short getNTables()
Set<OFCapabilities> getCapabilities()
long getReserved() throws UnsupportedOperationException
UnsupportedOperationException
List<OFPortDesc> getPorts() throws UnsupportedOperationException
UnsupportedOperationException
Set<OFActionType> getActions() throws UnsupportedOperationException
UnsupportedOperationException
OFAuxId getAuxiliaryId() throws UnsupportedOperationException
UnsupportedOperationException
void writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFFeaturesReply.Builder createBuilder()
createBuilder
in interface OFMessage
Copyright © 2015. All rights reserved.