Class XROAsNumberSubobjectParser
java.lang.Object
org.opendaylight.protocol.rsvp.parser.impl.subobject.xro.XROAsNumberSubobjectParser
- All Implemented Interfaces:
- XROSubobjectParser,- XROSubobjectSerializer
public class XROAsNumberSubobjectParser
extends Object
implements XROSubobjectParser, XROSubobjectSerializer
Parser for 
AsNumberCase.- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionparseSubobject(io.netty.buffer.ByteBuf buffer, boolean mandatory) voidserializeSubobject(SubobjectContainer subobject, io.netty.buffer.ByteBuf buffer) 
- 
Field Details- 
TYPEpublic static final int TYPE- See Also:
 
 
- 
- 
Constructor Details- 
XROAsNumberSubobjectParserpublic XROAsNumberSubobjectParser()
 
- 
- 
Method Details- 
parseSubobjectpublic SubobjectContainer parseSubobject(io.netty.buffer.ByteBuf buffer, boolean mandatory) throws RSVPParsingException - Specified by:
- parseSubobjectin interface- XROSubobjectParser
- Throws:
- RSVPParsingException
 
- 
serializeSubobject- Specified by:
- serializeSubobjectin interface- XROSubobjectSerializer
 
 
-