Class OxmArpShaDeserializer
- java.lang.Object
 - 
- org.opendaylight.openflowjava.protocol.impl.deserialization.match.AbstractOxmMatchEntryDeserializer
 - 
- org.opendaylight.openflowjava.protocol.impl.deserialization.match.OxmArpShaDeserializer
 
 
 
- 
- All Implemented Interfaces:
 HeaderDeserializer<MatchEntry>,OFDeserializer<MatchEntry>,OFGeneralDeserializer
public class OxmArpShaDeserializer extends AbstractOxmMatchEntryDeserializer
Translates OxmArpSha messages.- Author:
 - michal.polkorab
 
 
- 
- 
Constructor Summary
Constructors Constructor Description OxmArpShaDeserializer() 
- 
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
 
 - 
 
 -