public class OF10MatchDeserializer extends Object implements OFDeserializer<MatchV10>
| Constructor and Description |
|---|
OF10MatchDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
static FlowWildcardsV10 |
createWildcards(long input)
Decodes FlowWildcards.
|
static short |
decodeNwDstMask(long input)
Decodes NwDstMask from FlowWildcards (represented as uint32).
|
static short |
decodeNwSrcMask(long input)
Decodes NwSrcMask from FlowWildcards (represented as uint32).
|
MatchV10 |
deserialize(io.netty.buffer.ByteBuf input)
Transforms byte message into POJO/DTO (of type E).
|
public MatchV10 deserialize(io.netty.buffer.ByteBuf input)
OFDeserializerdeserialize in interface OFDeserializer<MatchV10>input - message as bytes in ByteBufpublic static FlowWildcardsV10 createWildcards(long input)
input - input ByteBufpublic static short decodeNwSrcMask(long input)
input - binary FlowWildcardspublic static short decodeNwDstMask(long input)
input - binary FlowWildcardsCopyright © 2019 OpenDaylight. All rights reserved.