Class OxmIpv6DstDeserializer
- java.lang.Object
 - 
- org.opendaylight.openflowjava.protocol.impl.deserialization.match.AbstractOxmMatchEntryDeserializer
 - 
- org.opendaylight.openflowjava.protocol.impl.deserialization.match.OxmIpv6DstDeserializer
 
 
 
- 
- All Implemented Interfaces:
 HeaderDeserializer<MatchEntry>,OFDeserializer<MatchEntry>,OFGeneralDeserializer
public class OxmIpv6DstDeserializer extends AbstractOxmMatchEntryDeserializer
Translates OxmIpv6Dst messages.- Author:
 - michal.polkorab
 
 
- 
- 
Constructor Summary
Constructors Constructor Description OxmIpv6DstDeserializer() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddeserialize(io.netty.buffer.ByteBuf input, MatchEntryBuilder builder)- 
Methods inherited from class org.opendaylight.openflowjava.protocol.impl.deserialization.match.AbstractOxmMatchEntryDeserializer
deserialize, deserializeHeader, processHeader 
 - 
 
 - 
 
- 
- 
Method Detail
- 
deserialize
protected void deserialize(io.netty.buffer.ByteBuf input, MatchEntryBuilder builder)- Specified by:
 deserializein classAbstractOxmMatchEntryDeserializer
 
 - 
 
 -