public static interface OFActionOutput.Builder extends OFAction.Builder
| Modifier and Type | Method and Description |
|---|---|
OFActionOutput |
build() |
int |
getMaxLen() |
OFPort |
getPort() |
OFActionType |
getType() |
OFVersion |
getVersion() |
OFActionOutput.Builder |
setMaxLen(int maxLen) |
OFActionOutput.Builder |
setPort(OFPort port) |
OFActionOutput build()
build in interface OFAction.BuilderOFActionType getType()
getType in interface OFAction.BuilderOFPort getPort()
OFActionOutput.Builder setPort(OFPort port)
int getMaxLen()
OFActionOutput.Builder setMaxLen(int maxLen)
OFVersion getVersion()
getVersion in interface OFAction.BuilderCopyright © 2020. All rights reserved.