Uses of Interface
org.opendaylight.protocol.bgp.parser.spi.MessageParser
-
Packages that use MessageParser Package Description org.opendaylight.protocol.bgp.parser.impl.message org.opendaylight.protocol.bgp.parser.spi org.opendaylight.protocol.bgp.parser.spi.pojo -
-
Uses of MessageParser in org.opendaylight.protocol.bgp.parser.impl.message
Classes in org.opendaylight.protocol.bgp.parser.impl.message that implement MessageParser Modifier and Type Class Description class
BGPKeepAliveMessageParser
class
BGPNotificationMessageParser
Parser for BGPNotification message.class
BGPOpenMessageParser
Parser for BGP Open message.class
BGPRouteRefreshMessageParser
class
BGPUpdateMessageParser
LENGTH fields, that denote the length of the fields with variable length, have fixed SIZE. -
Uses of MessageParser in org.opendaylight.protocol.bgp.parser.spi
Methods in org.opendaylight.protocol.bgp.parser.spi with parameters of type MessageParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.Registration
BGPExtensionProviderContext. registerMessageParser(int messageType, MessageParser parser)
-
Uses of MessageParser in org.opendaylight.protocol.bgp.parser.spi.pojo
Methods in org.opendaylight.protocol.bgp.parser.spi.pojo with parameters of type MessageParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.Registration
SimpleBGPExtensionProviderContext. registerMessageParser(int messageType, MessageParser parser)
-