Class RROIpv6PrefixSubobjectParser
- java.lang.Object
- 
- org.opendaylight.protocol.rsvp.parser.impl.subobject.rro.RROIpv6PrefixSubobjectParser
 
- 
- All Implemented Interfaces:
- RROSubobjectParser,- RROSubobjectSerializer
 
 public class RROIpv6PrefixSubobjectParser extends Object implements RROSubobjectParser, RROSubobjectSerializer Parser forIpPrefixCase.
- 
- 
Field SummaryFields Modifier and Type Field Description static intTYPE
 - 
Constructor SummaryConstructors Constructor Description RROIpv6PrefixSubobjectParser()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SubobjectContainerparseSubobject(io.netty.buffer.ByteBuf buffer)voidserializeSubobject(SubobjectContainer subobject, io.netty.buffer.ByteBuf buffer)
 
- 
- 
- 
Field Detail- 
TYPEpublic static final int TYPE - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
parseSubobjectpublic SubobjectContainer parseSubobject(io.netty.buffer.ByteBuf buffer) throws RSVPParsingException - Specified by:
- parseSubobjectin interface- RROSubobjectParser
- Throws:
- RSVPParsingException
 
 - 
serializeSubobjectpublic void serializeSubobject(SubobjectContainer subobject, io.netty.buffer.ByteBuf buffer) - Specified by:
- serializeSubobjectin interface- RROSubobjectSerializer
 
 
- 
 
-