Class TableFeaturesMatchFieldDeserializer
java.lang.Object
org.opendaylight.openflowplugin.impl.protocol.deserialization.multipart.TableFeaturesMatchFieldDeserializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(io.netty.buffer.ByteBuf message) Deserialize match field if deserializer supports it, otherwise returns empty optional.protected static SetFieldMatchBuilderprocessHeader(io.netty.buffer.ByteBuf in) Processes match entry header and returns if it have mask, or not.
-
Constructor Details
-
TableFeaturesMatchFieldDeserializer
public TableFeaturesMatchFieldDeserializer()
-
-
Method Details
-
processHeader
Processes match entry header and returns if it have mask, or not.- Parameters:
in- input buffer- Returns:
- SetFieldMatchBuilder with hasMask properly set
-
deserialize
Deserialize match field if deserializer supports it, otherwise returns empty optional.- Parameters:
message- input buffer- Returns:
- set field match
-