Uses of Interface
org.opendaylight.protocol.bgp.parser.spi.MessageSerializer
Packages that use MessageSerializer
Package
Description
-
Uses of MessageSerializer in org.opendaylight.protocol.bgp.parser.impl.message
Classes in org.opendaylight.protocol.bgp.parser.impl.message that implement MessageSerializerModifier and TypeClassDescriptionfinal classfinal classParser for BGPNotification message.final classParser for BGP Open message.final classfinal classLENGTH 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 MessageSerializerModifier and TypeMethodDescription<T extends org.opendaylight.yangtools.binding.Notification<T> & org.opendaylight.yangtools.binding.DataObject>
org.opendaylight.yangtools.concepts.RegistrationBGPExtensionProviderContext.registerMessageSerializer(Class<T> 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 MessageSerializerModifier and TypeMethodDescription<T extends org.opendaylight.yangtools.binding.Notification<T> & org.opendaylight.yangtools.binding.DataObject>
org.opendaylight.yangtools.concepts.RegistrationSimpleBGPExtensionProviderContext.registerMessageSerializer(Class<T> messageClass, MessageSerializer serializer)