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 TypeMethodDescriptionvoid
EvpnNlriParser.parseNlri
(io.netty.buffer.ByteBuf nlri, MpReachNlriBuilder builder, PeerSpecificParserConstraint constraint) void
EvpnNlriParser.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 abstract @NonNull DestinationType
AbstractFlowspecNlriParser.parseAdvertizedNlri
(@NonNull io.netty.buffer.ByteBuf nlri, @Nullable PathId pathId) Create advertized destination type.final void
AbstractFlowspecNlriParser.parseNlri
(io.netty.buffer.ByteBuf nlri, MpReachNlriBuilder builder, PeerSpecificParserConstraint constraint) final void
AbstractFlowspecNlriParser.parseNlri
(io.netty.buffer.ByteBuf nlri, MpUnreachNlriBuilder builder, PeerSpecificParserConstraint constraint) protected abstract @NonNull DestinationType
AbstractFlowspecNlriParser.parseWithdrawnNlri
(@NonNull io.netty.buffer.ByteBuf nlri, @Nullable PathId pathId) Parse and create withdrawn destination type. -
Uses of BGPParsingException in org.opendaylight.protocol.bgp.flowspec.l3vpn
Methods in org.opendaylight.protocol.bgp.flowspec.l3vpn that throw BGPParsingExceptionModifier and TypeMethodDescriptionprotected final DestinationType
AbstractFlowspecL3vpnNlriParser.parseAdvertizedNlri
(io.netty.buffer.ByteBuf nlri, PathId pathId) protected final DestinationType
AbstractFlowspecL3vpnNlriParser.parseWithdrawnNlri
(io.netty.buffer.ByteBuf nlri, PathId pathId) -
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 TypeMethodDescriptionvoid
L3vpnMcastIpv4NlriHandler.parseNlri
(io.netty.buffer.ByteBuf nlri, MpReachNlriBuilder builder, PeerSpecificParserConstraint constraint) void
L3vpnMcastIpv4NlriHandler.parseNlri
(io.netty.buffer.ByteBuf nlri, MpUnreachNlriBuilder builder, PeerSpecificParserConstraint constraint) void
L3vpnMcastIpv6NlriHandler.parseNlri
(io.netty.buffer.ByteBuf nlri, MpReachNlriBuilder builder, PeerSpecificParserConstraint constraint) void
L3vpnMcastIpv6NlriHandler.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 TypeMethodDescriptionvoid
LUNlriParser.parseNlri
(io.netty.buffer.ByteBuf nlri, MpReachNlriBuilder builder, PeerSpecificParserConstraint constraint) void
LUNlriParser.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 TypeMethodDescriptionvoid
LinkstateAttributeParser.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 TypeMethodDescriptionvoid
LinkstateNlriParser.parseNlri
(io.netty.buffer.ByteBuf nlri, MpReachNlriBuilder builder, PeerSpecificParserConstraint constraint) void
LinkstateNlriParser.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 TypeMethodDescriptionvoid
MvpnIpv4NlriHandler.parseNlri
(io.netty.buffer.ByteBuf nlri, MpReachNlriBuilder builder, PeerSpecificParserConstraint constraint) void
MvpnIpv4NlriHandler.parseNlri
(io.netty.buffer.ByteBuf nlri, MpUnreachNlriBuilder builder, PeerSpecificParserConstraint constraint) void
MvpnIpv6NlriHandler.parseNlri
(io.netty.buffer.ByteBuf nlri, MpReachNlriBuilder builder, PeerSpecificParserConstraint constraint) void
MvpnIpv6NlriHandler.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 TypeMethodDescriptionvoid
BgpPrefixSidAttributeParser.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.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 void
AbstractAttributeParser.parseAttribute
(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, PeerSpecificParserConstraint constraint) abstract void
AbstractAttributeParser.parseAttribute
(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint) default void
AttributeParser.parseAttribute
(@NonNull io.netty.buffer.ByteBuf buffer, @NonNull AttributesBuilder builder, @NonNull RevisedErrorHandling errorHandling, @Nullable PeerSpecificParserConstraint constraint) Parses attribute from ByteBuf buffer with the specifiedRevisedErrorHandling
.void
AttributeParser.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.binding.Notification
<?> AbstractMessageRegistry.parseMessage
(io.netty.buffer.ByteBuf buffer, PeerSpecificParserConstraint constraint) org.opendaylight.yangtools.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 CNextHop
NextHopParserSerializer.parseNextHop
(io.netty.buffer.ByteBuf buffer) Parse Next hop from buffer.void
NlriParser.parseNlri
(io.netty.buffer.ByteBuf nlri, MpReachNlriBuilder builder, @Nullable PeerSpecificParserConstraint constraint) Parse MP UN_REACH NLRI from buffer.void
NlriParser.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 TypeMethodDescriptionvoid
RouteTargetConstrainNlriHandler.parseNlri
(io.netty.buffer.ByteBuf nlri, MpReachNlriBuilder builder, PeerSpecificParserConstraint constraint) void
RouteTargetConstrainNlriHandler.parseNlri
(io.netty.buffer.ByteBuf nlri, MpUnreachNlriBuilder builder, PeerSpecificParserConstraint constraint)