Uses of Interface
org.opendaylight.protocol.bgp.parser.spi.MessageSerializer
-
Packages that use MessageSerializer Package Description org.opendaylight.protocol.bgp.parser.impl.message org.opendaylight.protocol.bgp.parser.spi org.opendaylight.protocol.bgp.parser.spi.pojo -
-
Uses of MessageSerializer in org.opendaylight.protocol.bgp.parser.impl.message
Classes in org.opendaylight.protocol.bgp.parser.impl.message that implement MessageSerializer Modifier and Type Class Description classBGPKeepAliveMessageParserclassBGPNotificationMessageParserParser for BGPNotification message.classBGPOpenMessageParserParser for BGP Open message.classBGPRouteRefreshMessageParserclassBGPUpdateMessageParserLENGTH fields, that denote the length of the fields with variable length, have fixed SIZE. -
Uses of MessageSerializer in org.opendaylight.protocol.bgp.parser.spi
Methods in org.opendaylight.protocol.bgp.parser.spi with parameters of type MessageSerializer Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationBGPExtensionProviderContext. registerMessageSerializer(Class<? extends org.opendaylight.yangtools.yang.binding.Notification> messageClass, MessageSerializer serializer) -
Uses of MessageSerializer in org.opendaylight.protocol.bgp.parser.spi.pojo
Methods in org.opendaylight.protocol.bgp.parser.spi.pojo with parameters of type MessageSerializer Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationSimpleBGPExtensionProviderContext. registerMessageSerializer(Class<? extends org.opendaylight.yangtools.yang.binding.Notification> messageClass, MessageSerializer serializer)
-