public interface OFTableFeatures extends OFObject
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OFTableFeatures.Builder |
| Modifier and Type | Method and Description |
|---|---|
OFTableFeatures.Builder |
createBuilder() |
Set<OFTableConfig> |
getCapabilities() |
OFTableFeaturesCommand |
getCommand() |
long |
getConfig() |
Set<OFTableFeatureFlag> |
getFeatures() |
long |
getMaxEntries() |
U64 |
getMetadataMatch() |
U64 |
getMetadataWrite() |
String |
getName() |
List<OFTableFeatureProp> |
getProperties() |
TableId |
getTableId() |
OFVersion |
getVersion() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
putToTableId getTableId()
String getName()
U64 getMetadataMatch()
U64 getMetadataWrite()
long getConfig()
throws UnsupportedOperationException
UnsupportedOperationExceptionlong getMaxEntries()
List<OFTableFeatureProp> getProperties()
OFTableFeaturesCommand getCommand() throws UnsupportedOperationException
UnsupportedOperationExceptionSet<OFTableFeatureFlag> getFeatures() throws UnsupportedOperationException
UnsupportedOperationExceptionSet<OFTableConfig> getCapabilities() throws UnsupportedOperationException
UnsupportedOperationExceptionOFVersion getVersion()
getVersion in interface OFObjectvoid writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFTableFeatures.Builder createBuilder()
Copyright © 2018. All rights reserved.