public interface OFBucket extends OFObject
Modifier and Type | Interface and Description |
---|---|
static interface |
OFBucket.Builder |
Modifier and Type | Method and Description |
---|---|
OFBucket.Builder |
createBuilder() |
List<OFAction> |
getActions() |
OFGroupBucket |
getBucketId() |
List<OFGroupBucketProp> |
getProperties() |
OFVersion |
getVersion() |
OFGroup |
getWatchGroup() |
OFPort |
getWatchPort() |
int |
getWeight() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
putTo
int getWeight() throws UnsupportedOperationException
UnsupportedOperationException
OFPort getWatchPort() throws UnsupportedOperationException
UnsupportedOperationException
OFGroup getWatchGroup() throws UnsupportedOperationException
UnsupportedOperationException
OFGroupBucket getBucketId() throws UnsupportedOperationException
UnsupportedOperationException
List<OFGroupBucketProp> getProperties() throws UnsupportedOperationException
UnsupportedOperationException
OFVersion getVersion()
getVersion
in interface OFObject
void writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFBucket.Builder createBuilder()
Copyright © 2017. All rights reserved.