Class EROExplicitExclusionRouteSubobjectParser
java.lang.Object
org.opendaylight.protocol.pcep.parser.subobject.EROExplicitExclusionRouteSubobjectParser
- All Implemented Interfaces:
- EROSubobjectParser,- EROSubobjectSerializer
public class EROExplicitExclusionRouteSubobjectParser
extends Object
implements EROSubobjectParser, EROSubobjectSerializer
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionparseSubobject(io.netty.buffer.ByteBuf buffer, boolean loose) voidserializeSubobject(Subobject subobject, io.netty.buffer.ByteBuf buffer) 
- 
Field Details- 
TYPEpublic static final int TYPE- See Also:
 
 
- 
- 
Constructor Details- 
EROExplicitExclusionRouteSubobjectParser
 
- 
- 
Method Details- 
parseSubobjectpublic Subobject parseSubobject(io.netty.buffer.ByteBuf buffer, boolean loose) throws PCEPDeserializerException - Specified by:
- parseSubobjectin interface- EROSubobjectParser
- Throws:
- PCEPDeserializerException
 
- 
serializeSubobject- Specified by:
- serializeSubobjectin interface- EROSubobjectSerializer
 
 
-