Class XROUnnumberedInterfaceSubobjectParser
java.lang.Object
org.opendaylight.protocol.rsvp.parser.impl.subobject.xro.XROUnnumberedInterfaceSubobjectParser
- All Implemented Interfaces:
 XROSubobjectParser,XROSubobjectSerializer
public class XROUnnumberedInterfaceSubobjectParser
extends Object
implements XROSubobjectParser, XROSubobjectSerializer
Parser for 
UnnumberedCase.- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionparseSubobject(io.netty.buffer.ByteBuf buffer, boolean mandatory) voidserializeSubobject(SubobjectContainer subobject, io.netty.buffer.ByteBuf buffer)  
- 
Field Details
- 
TYPE
public static final int TYPE- See Also:
 
 
 - 
 - 
Constructor Details
- 
XROUnnumberedInterfaceSubobjectParser
public XROUnnumberedInterfaceSubobjectParser() 
 - 
 - 
Method Details
- 
parseSubobject
public SubobjectContainer parseSubobject(io.netty.buffer.ByteBuf buffer, boolean mandatory) throws RSVPParsingException - Specified by:
 parseSubobjectin interfaceXROSubobjectParser- Throws:
 RSVPParsingException
 - 
serializeSubobject
- Specified by:
 serializeSubobjectin interfaceXROSubobjectSerializer
 
 -