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.Builder
OFActionType getType()
getType
in interface OFAction.Builder
OFPort getPort()
OFActionOutput.Builder setPort(OFPort port)
int getMaxLen()
OFActionOutput.Builder setMaxLen(int maxLen)
OFVersion getVersion()
getVersion
in interface OFAction.Builder
Copyright © 2015. All rights reserved.