public abstract class OpenflowUtils extends Object
Modifier and Type | Method and Description |
---|---|
static PortConfigV10 |
createPortConfig(long input)
Creates PortConfig (OF v1.0) from input.
|
static PortFeaturesV10 |
createPortFeatures(long input)
Creates PortFeatures (OF v1.0) from input.
|
static PortStateV10 |
createPortState(long input)
Creates PortState (OF v1.0) from input.
|
public static PortStateV10 createPortState(long input)
input
- value read from bufferpublic static PortConfigV10 createPortConfig(long input)
input
- value read from bufferpublic static PortFeaturesV10 createPortFeatures(long input)
input
- value read from bufferCopyright © 2020 OpenDaylight. All rights reserved.