Uses of Class
org.opendaylight.protocol.bgp.parser.BGPParsingException
Packages that use BGPParsingException
Package
Description
-
Uses of BGPParsingException in org.opendaylight.protocol.bgp.evpn.impl.extended.communities
Methods in org.opendaylight.protocol.bgp.evpn.impl.extended.communities that throw BGPParsingExceptionModifier and TypeMethodDescriptionDefaultGatewayExtCom.parseExtendedCommunity(io.netty.buffer.ByteBuf buffer) ESILabelExtCom.parseExtendedCommunity(io.netty.buffer.ByteBuf buffer) MACMobExtCom.parseExtendedCommunity(io.netty.buffer.ByteBuf buffer) -
Uses of BGPParsingException in org.opendaylight.protocol.bgp.evpn.impl.nlri
Methods in org.opendaylight.protocol.bgp.evpn.impl.nlri that throw BGPParsingExceptionModifier and TypeMethodDescriptionvoidEvpnNlriParser.parseNlri(io.netty.buffer.ByteBuf nlri, MpReachNlriBuilder builder, PeerSpecificParserConstraint constraint) voidEvpnNlriParser.parseNlri(io.netty.buffer.ByteBuf nlri, MpUnreachNlriBuilder builder, PeerSpecificParserConstraint constraint) -
Uses of BGPParsingException in org.opendaylight.protocol.bgp.flowspec
Methods in org.opendaylight.protocol.bgp.flowspec that throw BGPParsingExceptionModifier and TypeMethodDescriptionprotected Object @NonNull []AbstractFlowspecNlriParser.parseNlri(@NonNull io.netty.buffer.ByteBuf nlri) Override this function to parse additional NLRI fields.final voidAbstractFlowspecNlriParser.parseNlri(@NonNull io.netty.buffer.ByteBuf nlri, @NonNull MpReachNlriBuilder builder, PeerSpecificParserConstraint constraint) final voidAbstractFlowspecNlriParser.parseNlri(@NonNull io.netty.buffer.ByteBuf nlri, @NonNull MpUnreachNlriBuilder builder, PeerSpecificParserConstraint constraint) -
Uses of BGPParsingException in org.opendaylight.protocol.bgp.inet.codec.nexthop
Methods in org.opendaylight.protocol.bgp.inet.codec.nexthop that throw BGPParsingExceptionModifier and TypeMethodDescriptionIpv4NextHopParserSerializer.parseNextHop(io.netty.buffer.ByteBuf buffer) Ipv6NextHopParserSerializer.parseNextHop(io.netty.buffer.ByteBuf buffer) -
Uses of BGPParsingException in org.opendaylight.protocol.bgp.l3vpn.mcast.nlri
Methods in org.opendaylight.protocol.bgp.l3vpn.mcast.nlri that throw BGPParsingExceptionModifier and TypeMethodDescriptionvoidL3vpnMcastIpv4NlriHandler.parseNlri(io.netty.buffer.ByteBuf nlri, MpReachNlriBuilder builder, PeerSpecificParserConstraint constraint) voidL3vpnMcastIpv4NlriHandler.parseNlri(io.netty.buffer.ByteBuf nlri, MpUnreachNlriBuilder builder, PeerSpecificParserConstraint constraint) voidL3vpnMcastIpv6NlriHandler.parseNlri(io.netty.buffer.ByteBuf nlri, MpReachNlriBuilder builder, PeerSpecificParserConstraint constraint) voidL3vpnMcastIpv6NlriHandler.parseNlri(io.netty.buffer.ByteBuf nlri, MpUnreachNlriBuilder builder, PeerSpecificParserConstraint constraint) -
Uses of BGPParsingException in org.opendaylight.protocol.bgp.l3vpn.unicast
Methods in org.opendaylight.protocol.bgp.l3vpn.unicast that throw BGPParsingExceptionModifier and TypeMethodDescriptionAbstractVpnNextHopParserSerializer.parseNextHop(io.netty.buffer.ByteBuf buffer) -
Uses of BGPParsingException in org.opendaylight.protocol.bgp.labeled.unicast
Methods in org.opendaylight.protocol.bgp.labeled.unicast that throw BGPParsingExceptionModifier and TypeMethodDescriptionvoidLUNlriParser.parseNlri(io.netty.buffer.ByteBuf nlri, MpReachNlriBuilder builder, PeerSpecificParserConstraint constraint) voidLUNlriParser.parseNlri(io.netty.buffer.ByteBuf nlri, MpUnreachNlriBuilder builder, PeerSpecificParserConstraint constraint) -
Uses of BGPParsingException in org.opendaylight.protocol.bgp.linkstate.impl.attribute
Methods in org.opendaylight.protocol.bgp.linkstate.impl.attribute that throw BGPParsingExceptionModifier and TypeMethodDescriptionvoidLinkstateAttributeParser.parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint) -
Uses of BGPParsingException in org.opendaylight.protocol.bgp.linkstate.impl.nlri
Methods in org.opendaylight.protocol.bgp.linkstate.impl.nlri that throw BGPParsingExceptionModifier and TypeMethodDescriptionvoidLinkstateNlriParser.parseNlri(io.netty.buffer.ByteBuf nlri, MpReachNlriBuilder builder, PeerSpecificParserConstraint constraint) voidLinkstateNlriParser.parseNlri(io.netty.buffer.ByteBuf nlri, MpUnreachNlriBuilder builder, PeerSpecificParserConstraint constraint) -
Uses of BGPParsingException in org.opendaylight.protocol.bgp.mvpn.impl.nlri
Methods in org.opendaylight.protocol.bgp.mvpn.impl.nlri that throw BGPParsingExceptionModifier and TypeMethodDescriptionvoidMvpnIpv4NlriHandler.parseNlri(io.netty.buffer.ByteBuf nlri, MpReachNlriBuilder builder, PeerSpecificParserConstraint constraint) voidMvpnIpv4NlriHandler.parseNlri(io.netty.buffer.ByteBuf nlri, MpUnreachNlriBuilder builder, PeerSpecificParserConstraint constraint) voidMvpnIpv6NlriHandler.parseNlri(io.netty.buffer.ByteBuf nlri, MpReachNlriBuilder builder, PeerSpecificParserConstraint constraint) voidMvpnIpv6NlriHandler.parseNlri(io.netty.buffer.ByteBuf nlri, MpUnreachNlriBuilder builder, PeerSpecificParserConstraint constraint) -
Uses of BGPParsingException in org.opendaylight.protocol.bgp.parser.impl.message.open
Methods in org.opendaylight.protocol.bgp.parser.impl.message.open that throw BGPParsingExceptionModifier and TypeMethodDescriptionAddPathCapabilityHandler.parseCapability(io.netty.buffer.ByteBuf buffer) BgpExtendedMessageCapabilityHandler.parseCapability(io.netty.buffer.ByteBuf buffer) GracefulCapabilityHandler.parseCapability(io.netty.buffer.ByteBuf buffer) MultiProtocolCapabilityHandler.parseCapability(io.netty.buffer.ByteBuf buffer) RouteRefreshCapabilityHandler.parseCapability(io.netty.buffer.ByteBuf buffer) CapabilityParameterParser.parseParameter(io.netty.buffer.ByteBuf buffer) -
Uses of BGPParsingException in org.opendaylight.protocol.bgp.parser.impl.message.update
Methods in org.opendaylight.protocol.bgp.parser.impl.message.update that throw BGPParsingExceptionModifier and TypeMethodDescriptionvoidBgpPrefixSidAttributeParser.parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, PeerSpecificParserConstraint constraint) -
Uses of BGPParsingException in org.opendaylight.protocol.bgp.parser.impl.message.update.extended.communities
Methods in org.opendaylight.protocol.bgp.parser.impl.message.update.extended.communities that throw BGPParsingExceptionModifier and TypeMethodDescriptionAsTwoOctetSpecificEcHandler.parseExtendedCommunity(io.netty.buffer.ByteBuf buffer) EncapsulationEC.parseExtendedCommunity(io.netty.buffer.ByteBuf buffer) LinkBandwidthEC.parseExtendedCommunity(io.netty.buffer.ByteBuf buffer) OpaqueEcHandler.parseExtendedCommunity(io.netty.buffer.ByteBuf buffer) RouteOriginAsTwoOctetEcHandler.parseExtendedCommunity(io.netty.buffer.ByteBuf buffer) RouteOriginIpv4EcHandler.parseExtendedCommunity(io.netty.buffer.ByteBuf buffer) -
Uses of BGPParsingException in org.opendaylight.protocol.bgp.parser.impl.message.update.extended.communities.four.octect.as.specific
Methods in org.opendaylight.protocol.bgp.parser.impl.message.update.extended.communities.four.octect.as.specific that throw BGPParsingExceptionModifier and TypeMethodDescriptionGeneric4OctASEcHandler.parseExtendedCommunity(io.netty.buffer.ByteBuf body) -
Uses of BGPParsingException in org.opendaylight.protocol.bgp.parser.impl.message.update.extended.communities.route.target
Methods in org.opendaylight.protocol.bgp.parser.impl.message.update.extended.communities.route.target that throw BGPParsingExceptionModifier and TypeMethodDescriptionRouteTarget4OctectASEcHandler.parseExtendedCommunity(io.netty.buffer.ByteBuf body) RouteTargetAsTwoOctetEcHandler.parseExtendedCommunity(io.netty.buffer.ByteBuf buffer) RouteTargetIpv4EcHandler.parseExtendedCommunity(io.netty.buffer.ByteBuf buffer) -
Uses of BGPParsingException in org.opendaylight.protocol.bgp.parser.mock
Methods in org.opendaylight.protocol.bgp.parser.mock that throw BGPParsingExceptionModifier and TypeMethodDescriptionorg.opendaylight.yangtools.yang.binding.Notification<?>BGPMessageParserMock.parseMessage(io.netty.buffer.ByteBuf buffer, PeerSpecificParserConstraint constraint) -
Uses of BGPParsingException in org.opendaylight.protocol.bgp.parser.spi
Methods in org.opendaylight.protocol.bgp.parser.spi that throw BGPParsingExceptionModifier and TypeMethodDescriptionfinal voidAbstractAttributeParser.parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, PeerSpecificParserConstraint constraint) abstract voidAbstractAttributeParser.parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint) default voidAttributeParser.parseAttribute(@NonNull io.netty.buffer.ByteBuf buffer, @NonNull AttributesBuilder builder, @NonNull RevisedErrorHandling errorHandling, @Nullable PeerSpecificParserConstraint constraint) Parses attribute from ByteBuf buffer with the specifiedRevisedErrorHandling.voidAttributeParser.parseAttribute(@NonNull io.netty.buffer.ByteBuf buffer, @NonNull AttributesBuilder builder, @Nullable PeerSpecificParserConstraint constraint) Parses attribute from ByteBuf buffer.AttributeRegistry.parseAttributes(io.netty.buffer.ByteBuf buffer, @Nullable PeerSpecificParserConstraint constraints) Parse BGP Attribute from buffer.CapabilityParser.parseCapability(io.netty.buffer.ByteBuf buffer) CapabilityRegistry.parseCapability(int type, io.netty.buffer.ByteBuf buffer) org.opendaylight.yangtools.yang.binding.Notification<?>AbstractMessageRegistry.parseMessage(io.netty.buffer.ByteBuf buffer, PeerSpecificParserConstraint constraint) org.opendaylight.yangtools.yang.binding.Notification<?>MessageRegistry.parseMessage(io.netty.buffer.ByteBuf bytes, @Nullable PeerSpecificParserConstraint constraint) Decode input buffer to BGP Message.NlriRegistry.parseMpReach(io.netty.buffer.ByteBuf buffer, @Nullable PeerSpecificParserConstraint constraint) Decode MP REACH NLRI Attribute.NlriRegistry.parseMpUnreach(io.netty.buffer.ByteBuf buffer, @Nullable PeerSpecificParserConstraint constraint) Decode MP REACH NLRI Attribute.default CNextHopNextHopParserSerializer.parseNextHop(io.netty.buffer.ByteBuf buffer) Parse Next hop from buffer.voidNlriParser.parseNlri(io.netty.buffer.ByteBuf nlri, MpReachNlriBuilder builder, @Nullable PeerSpecificParserConstraint constraint) Parse MP UN_REACH NLRI from buffer.voidNlriParser.parseNlri(io.netty.buffer.ByteBuf nlri, MpUnreachNlriBuilder builder, @Nullable PeerSpecificParserConstraint constraint) Parse MP UN_REACH NLRI from buffer.ParameterParser.parseParameter(io.netty.buffer.ByteBuf buffer) -
Uses of BGPParsingException in org.opendaylight.protocol.bgp.parser.spi.extended.community
Methods in org.opendaylight.protocol.bgp.parser.spi.extended.community that throw BGPParsingExceptionModifier and TypeMethodDescriptionExtendedCommunityParser.parseExtendedCommunity(io.netty.buffer.ByteBuf buffer) Parses the Extended Community value encoded in the buffer.ExtendedCommunityRegistry.parseExtendedCommunity(io.netty.buffer.ByteBuf buffer) Parses the Extended Community. -
Uses of BGPParsingException in org.opendaylight.protocol.bgp.route.targetcontrain.impl.nlri
Methods in org.opendaylight.protocol.bgp.route.targetcontrain.impl.nlri that throw BGPParsingExceptionModifier and TypeMethodDescriptionvoidRouteTargetConstrainNlriHandler.parseNlri(io.netty.buffer.ByteBuf nlri, MpReachNlriBuilder builder, PeerSpecificParserConstraint constraint) voidRouteTargetConstrainNlriHandler.parseNlri(io.netty.buffer.ByteBuf nlri, MpUnreachNlriBuilder builder, PeerSpecificParserConstraint constraint)