Class TunnelIdEntryDeserializer
java.lang.Object
org.opendaylight.openflowplugin.impl.protocol.deserialization.match.AbstractMatchEntryDeserializer
org.opendaylight.openflowplugin.impl.protocol.deserialization.match.TunnelIdEntryDeserializer
- All Implemented Interfaces:
MatchEntryDeserializer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deserializeEntry
(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
-
TunnelIdEntryDeserializer
public TunnelIdEntryDeserializer()
-
-
Method Details
-
deserializeEntry
Description copied from interface:MatchEntryDeserializer
Transforms byte match entry message into POJO/DTO (of type E).- Parameters:
message
- message as bytes in ByteBufbuilder
- match builder
-