Class VlanPcpEntryDeserializer
java.lang.Object
org.opendaylight.openflowplugin.impl.protocol.deserialization.match.AbstractMatchEntryDeserializer
org.opendaylight.openflowplugin.impl.protocol.deserialization.match.VlanPcpEntryDeserializer
- All Implemented Interfaces:
 MatchEntryDeserializer
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoiddeserializeEntry(io.netty.buffer.ByteBuf message, MatchBuilder builder) Transforms byte match entry message into POJO/DTO (of type E).Methods inherited from class org.opendaylight.openflowplugin.impl.protocol.deserialization.match.AbstractMatchEntryDeserializer
processHeader, readPrefix, throwErrorOnMalformed, throwErrorOnMalformed 
- 
Constructor Details
- 
VlanPcpEntryDeserializer
public VlanPcpEntryDeserializer() 
 - 
 - 
Method Details
- 
deserializeEntry
Description copied from interface:MatchEntryDeserializerTransforms byte match entry message into POJO/DTO (of type E).- Parameters:
 message- message as bytes in ByteBufbuilder- match builder
 
 -