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