Package | Description |
---|---|
org.openflow.protocol |
Modifier and Type | Method and Description |
---|---|
static OFPort |
OFPort.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFPort[] |
OFPort.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OFPacketOut |
OFPacketOut.setInPort(OFPort inPort)
Set in_port.
|
OFFlowMod |
OFFlowMod.setOutPort(OFPort port)
Set out_port
|
Copyright © 2015. All rights reserved.