Class PCEPPccIdReqIPv6ObjectParser
- java.lang.Object
-
- org.opendaylight.protocol.pcep.spi.CommonObjectParser
-
- org.opendaylight.protocol.pcep.parser.object.AbstractPccIdReqObjectParser
-
- org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser
-
- All Implemented Interfaces:
ObjectParser
,ObjectSerializer
public final class PCEPPccIdReqIPv6ObjectParser extends AbstractPccIdReqObjectParser
Parser forPccIdReq
with IPv6 address.- See Also:
- PCC-ID-REQ Object
-
-
Constructor Summary
Constructors Constructor Description PCEPPccIdReqIPv6ObjectParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
parseObject(ObjectHeader header, io.netty.buffer.ByteBuf buffer)
-
Methods inherited from class org.opendaylight.protocol.pcep.parser.object.AbstractPccIdReqObjectParser
serializeObject
-
Methods inherited from class org.opendaylight.protocol.pcep.spi.CommonObjectParser
getObjectClass, getObjectType
-
-
-
-
Method Detail
-
parseObject
public Object parseObject(ObjectHeader header, io.netty.buffer.ByteBuf buffer) throws PCEPDeserializerException
- Throws:
PCEPDeserializerException
-
-