Uses of Interface
org.opendaylight.protocol.pcep.spi.MessageSerializer
-
-
Uses of MessageSerializer in org.opendaylight.protocol.pcep.auto.bandwidth.extension
Classes in org.opendaylight.protocol.pcep.auto.bandwidth.extension that implement MessageSerializer Modifier and Type Class Description class
PcRptMessageCodec
-
Uses of MessageSerializer in org.opendaylight.protocol.pcep.ietf.initiated
Classes in org.opendaylight.protocol.pcep.ietf.initiated that implement MessageSerializer Modifier and Type Class Description class
InitiatedPCInitiateMessageParser
Parser forPcinitiate
. -
Uses of MessageSerializer in org.opendaylight.protocol.pcep.ietf.stateful
Classes in org.opendaylight.protocol.pcep.ietf.stateful that implement MessageSerializer Modifier and Type Class Description class
StatefulErrorMessageParser
Parser forPcerrMessage
.class
StatefulPCReportMessageParser
Parser forPcrpt
.class
StatefulPCRequestMessageParser
Parser forPcreq
.class
StatefulPCUpdateRequestMessageParser
Parser forPcupd
. -
Uses of MessageSerializer in org.opendaylight.protocol.pcep.parser.message
Classes in org.opendaylight.protocol.pcep.parser.message that implement MessageSerializer Modifier and Type Class Description class
PCEPCloseMessageParser
Parser forCloseMessage
.class
PCEPErrorMessageParser
Parser forPcerrMessage
.class
PCEPKeepAliveMessageParser
Parser forKeepaliveMessage
.class
PCEPMonitoringReplyMessageParser
Parser forPcmonrep
.class
PCEPMonitoringRequestMessageParser
Parser forPcmonreq
.class
PCEPNotificationMessageParser
Parser forPcntfMessage
.class
PCEPOpenMessageParser
Parser forOpenMessage
.class
PCEPReplyMessageParser
Parser forPcrep
.class
PCEPRequestMessageParser
Parser forPcreq
.class
PCEPStartTLSMessageParser
-
Uses of MessageSerializer in org.opendaylight.protocol.pcep.spi
Classes in org.opendaylight.protocol.pcep.spi that implement MessageSerializer Modifier and Type Class Description class
AbstractMessageParser
Methods in org.opendaylight.protocol.pcep.spi with parameters of type MessageSerializer Modifier and Type Method Description org.opendaylight.yangtools.concepts.Registration
PCEPExtensionProviderContext. registerMessageSerializer(Class<? extends Message> msgClass, MessageSerializer serializer)
-
Uses of MessageSerializer in org.opendaylight.protocol.pcep.spi.pojo
Methods in org.opendaylight.protocol.pcep.spi.pojo with parameters of type MessageSerializer Modifier and Type Method Description org.opendaylight.yangtools.concepts.Registration
SimpleMessageRegistry. registerMessageSerializer(Class<? extends Message> msgClass, MessageSerializer serializer)
org.opendaylight.yangtools.concepts.Registration
SimplePCEPExtensionProviderContext. registerMessageSerializer(Class<? extends Message> msgClass, MessageSerializer serializer)
-