Uses of Interface
org.opendaylight.protocol.pcep.spi.MessageSerializer
- 
- 
Uses of MessageSerializer in org.opendaylight.protocol.pcep.auto.bandwidth.extensionClasses in org.opendaylight.protocol.pcep.auto.bandwidth.extension that implement MessageSerializer Modifier and Type Class Description classPcRptMessageCodec
- 
Uses of MessageSerializer in org.opendaylight.protocol.pcep.ietf.initiatedClasses in org.opendaylight.protocol.pcep.ietf.initiated that implement MessageSerializer Modifier and Type Class Description classInitiatedPCInitiateMessageParserParser forPcinitiate.
- 
Uses of MessageSerializer in org.opendaylight.protocol.pcep.ietf.statefulClasses in org.opendaylight.protocol.pcep.ietf.stateful that implement MessageSerializer Modifier and Type Class Description classStatefulErrorMessageParserParser forPcerrMessage.classStatefulPCReportMessageParserParser forPcrpt.classStatefulPCUpdateRequestMessageParserParser forPcupd.
- 
Uses of MessageSerializer in org.opendaylight.protocol.pcep.parser.messageClasses in org.opendaylight.protocol.pcep.parser.message that implement MessageSerializer Modifier and Type Class Description classPCEPCloseMessageParserParser forCloseMessage.classPCEPErrorMessageParserParser forPcerrMessage.classPCEPKeepAliveMessageParserParser forKeepaliveMessage.classPCEPMonitoringReplyMessageParserParser forPcmonrep.classPCEPMonitoringRequestMessageParserParser forPcmonreq.classPCEPNotificationMessageParserParser forPcntfMessage.classPCEPOpenMessageParserParser forOpenMessage.classPCEPReplyMessageParserParser forPcrep.classPCEPRequestMessageParserParser forPcreq.classPCEPStartTLSMessageParser
- 
Uses of MessageSerializer in org.opendaylight.protocol.pcep.spiClasses in org.opendaylight.protocol.pcep.spi that implement MessageSerializer Modifier and Type Class Description classAbstractMessageParserMethods in org.opendaylight.protocol.pcep.spi with parameters of type MessageSerializer Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationPCEPExtensionProviderContext. registerMessageSerializer(Class<? extends Message> msgClass, MessageSerializer serializer)
- 
Uses of MessageSerializer in org.opendaylight.protocol.pcep.spi.pojoMethods in org.opendaylight.protocol.pcep.spi.pojo with parameters of type MessageSerializer Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationSimpleMessageRegistry. registerMessageSerializer(Class<? extends Message> msgClass, MessageSerializer serializer)org.opendaylight.yangtools.concepts.RegistrationSimplePCEPExtensionProviderContext. registerMessageSerializer(Class<? extends Message> msgClass, MessageSerializer serializer)
 
-