Uses of Class
org.opendaylight.protocol.bgp.parser.BGPParsingException
-
-
Uses of BGPParsingException in org.opendaylight.protocol.bgp.evpn.impl.extended.communities
Methods in org.opendaylight.protocol.bgp.evpn.impl.extended.communities that throw BGPParsingException Modifier and Type Method Description ExtendedCommunityDefaultGatewayExtCom. parseExtendedCommunity(io.netty.buffer.ByteBuf buffer)ExtendedCommunityESILabelExtCom. parseExtendedCommunity(io.netty.buffer.ByteBuf buffer)ExtendedCommunityMACMobExtCom. 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 BGPParsingException Modifier and Type Method Description voidEvpnNlriParser. 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 BGPParsingException Modifier and Type Method Description protected Object @NonNull []AbstractFlowspecNlriParser. parseNlri(@NonNull io.netty.buffer.ByteBuf nlri)Override this function to parse additional NLRI fields.voidAbstractFlowspecNlriParser. parseNlri(@NonNull io.netty.buffer.ByteBuf nlri, @NonNull MpReachNlriBuilder builder, PeerSpecificParserConstraint constraint)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 BGPParsingException Modifier and Type Method Description CNextHopIpv4NextHopParserSerializer. parseNextHop(io.netty.buffer.ByteBuf buffer)CNextHopIpv6NextHopParserSerializer. 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 BGPParsingException Modifier and Type Method Description voidL3vpnMcastIpv4NlriHandler. 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 BGPParsingException Modifier and Type Method Description CNextHopAbstractVpnNextHopParserSerializer. 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 BGPParsingException Modifier and Type Method Description voidLUNlriParser. 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 BGPParsingException Modifier and Type Method Description voidLinkstateAttributeParser. 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 BGPParsingException Modifier and Type Method Description voidLinkstateNlriParser. 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 BGPParsingException Modifier and Type Method Description voidMvpnIpv4NlriHandler. 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 BGPParsingException Modifier and Type Method Description CParametersAddPathCapabilityHandler. parseCapability(io.netty.buffer.ByteBuf buffer)CParametersBgpExtendedMessageCapabilityHandler. parseCapability(io.netty.buffer.ByteBuf buffer)CParametersGracefulCapabilityHandler. parseCapability(io.netty.buffer.ByteBuf buffer)CParametersMultiProtocolCapabilityHandler. parseCapability(io.netty.buffer.ByteBuf buffer)CParametersRouteRefreshCapabilityHandler. parseCapability(io.netty.buffer.ByteBuf buffer)BgpParametersCapabilityParameterParser. 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 BGPParsingException Modifier and Type Method Description voidBgpPrefixSidAttributeParser. 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 BGPParsingException Modifier and Type Method Description ExtendedCommunityAsTwoOctetSpecificEcHandler. parseExtendedCommunity(io.netty.buffer.ByteBuf buffer)ExtendedCommunityEncapsulationEC. parseExtendedCommunity(io.netty.buffer.ByteBuf buffer)ExtendedCommunityLinkBandwidthEC. parseExtendedCommunity(io.netty.buffer.ByteBuf buffer)ExtendedCommunityOpaqueEcHandler. parseExtendedCommunity(io.netty.buffer.ByteBuf buffer)ExtendedCommunityRouteOriginAsTwoOctetEcHandler. parseExtendedCommunity(io.netty.buffer.ByteBuf buffer)ExtendedCommunityRouteOriginIpv4EcHandler. 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 BGPParsingException Modifier and Type Method Description ExtendedCommunityGeneric4OctASEcHandler. 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 BGPParsingException Modifier and Type Method Description ExtendedCommunityRouteTarget4OctectASEcHandler. parseExtendedCommunity(io.netty.buffer.ByteBuf body)ExtendedCommunityRouteTargetAsTwoOctetEcHandler. parseExtendedCommunity(io.netty.buffer.ByteBuf buffer)ExtendedCommunityRouteTargetIpv4EcHandler. 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 BGPParsingException Modifier and Type Method Description org.opendaylight.yangtools.yang.binding.NotificationBGPMessageParserMock. 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 BGPParsingException Modifier and Type Method Description 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.ParsedAttributesAttributeRegistry. parseAttributes(io.netty.buffer.ByteBuf buffer, @Nullable PeerSpecificParserConstraint constraints)Parse BGP Attribute from buffer.CParametersCapabilityParser. parseCapability(io.netty.buffer.ByteBuf buffer)CParametersCapabilityRegistry. parseCapability(int type, io.netty.buffer.ByteBuf buffer)org.opendaylight.yangtools.yang.binding.NotificationAbstractMessageRegistry. parseMessage(io.netty.buffer.ByteBuf buffer, PeerSpecificParserConstraint constraint)org.opendaylight.yangtools.yang.binding.NotificationMessageRegistry. parseMessage(io.netty.buffer.ByteBuf bytes, @Nullable PeerSpecificParserConstraint constraint)Decode input buffer to BGP Message.MpReachNlriNlriRegistry. parseMpReach(io.netty.buffer.ByteBuf buffer, @Nullable PeerSpecificParserConstraint constraint)Decode MP REACH NLRI Attribute.MpUnreachNlriNlriRegistry. 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.BgpParametersParameterParser. 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 BGPParsingException Modifier and Type Method Description ExtendedCommunityExtendedCommunityParser. parseExtendedCommunity(io.netty.buffer.ByteBuf buffer)Parses the Extended Community value encoded in the buffer.ExtendedCommunitiesExtendedCommunityRegistry. 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 BGPParsingException Modifier and Type Method Description voidRouteTargetConstrainNlriHandler. parseNlri(io.netty.buffer.ByteBuf nlri, MpReachNlriBuilder builder, PeerSpecificParserConstraint constraint)voidRouteTargetConstrainNlriHandler. parseNlri(io.netty.buffer.ByteBuf nlri, MpUnreachNlriBuilder builder, PeerSpecificParserConstraint constraint)
-