Class ArpSourceTransportAddressEntryDeserializer
- java.lang.Object
-
- org.opendaylight.openflowplugin.impl.protocol.deserialization.match.AbstractMatchEntryDeserializer
-
- org.opendaylight.openflowplugin.impl.protocol.deserialization.match.ArpSourceTransportAddressEntryDeserializer
-
- All Implemented Interfaces:
MatchEntryDeserializer
public class ArpSourceTransportAddressEntryDeserializer extends AbstractMatchEntryDeserializer
-
-
Constructor Summary
Constructors Constructor Description ArpSourceTransportAddressEntryDeserializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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
-
-
-
-
Method Detail
-
deserializeEntry
public void deserializeEntry(io.netty.buffer.ByteBuf message, MatchBuilder builder)
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
-
-