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