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 ExtendedCommunity
DefaultGatewayExtCom. parseExtendedCommunity(io.netty.buffer.ByteBuf buffer)
ExtendedCommunity
ESILabelExtCom. parseExtendedCommunity(io.netty.buffer.ByteBuf buffer)
ExtendedCommunity
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 BGPParsingException Modifier and Type Method Description void
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 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.void
AbstractFlowspecNlriParser. parseNlri(@NonNull io.netty.buffer.ByteBuf nlri, @NonNull MpReachNlriBuilder builder, PeerSpecificParserConstraint constraint)
void
AbstractFlowspecNlriParser. 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 CNextHop
Ipv4NextHopParserSerializer. parseNextHop(io.netty.buffer.ByteBuf buffer)
CNextHop
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 BGPParsingException Modifier and Type Method Description void
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 BGPParsingException Modifier and Type Method Description CNextHop
AbstractVpnNextHopParserSerializer. 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 void
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 BGPParsingException Modifier and Type Method Description void
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 BGPParsingException Modifier and Type Method Description void
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 BGPParsingException Modifier and Type Method Description void
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 BGPParsingException Modifier and Type Method Description CParameters
AddPathCapabilityHandler. parseCapability(io.netty.buffer.ByteBuf buffer)
CParameters
BgpExtendedMessageCapabilityHandler. parseCapability(io.netty.buffer.ByteBuf buffer)
CParameters
GracefulCapabilityHandler. parseCapability(io.netty.buffer.ByteBuf buffer)
CParameters
MultiProtocolCapabilityHandler. parseCapability(io.netty.buffer.ByteBuf buffer)
CParameters
RouteRefreshCapabilityHandler. parseCapability(io.netty.buffer.ByteBuf buffer)
BgpParameters
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 BGPParsingException Modifier and Type Method Description void
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 BGPParsingException Modifier and Type Method Description ExtendedCommunity
AsTwoOctetSpecificEcHandler. parseExtendedCommunity(io.netty.buffer.ByteBuf buffer)
ExtendedCommunity
EncapsulationEC. parseExtendedCommunity(io.netty.buffer.ByteBuf buffer)
ExtendedCommunity
LinkBandwidthEC. parseExtendedCommunity(io.netty.buffer.ByteBuf buffer)
ExtendedCommunity
OpaqueEcHandler. parseExtendedCommunity(io.netty.buffer.ByteBuf buffer)
ExtendedCommunity
RouteOriginAsTwoOctetEcHandler. parseExtendedCommunity(io.netty.buffer.ByteBuf buffer)
ExtendedCommunity
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 BGPParsingException Modifier and Type Method Description ExtendedCommunity
Generic4OctASEcHandler. 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 ExtendedCommunity
RouteTarget4OctectASEcHandler. parseExtendedCommunity(io.netty.buffer.ByteBuf body)
ExtendedCommunity
RouteTargetAsTwoOctetEcHandler. parseExtendedCommunity(io.netty.buffer.ByteBuf buffer)
ExtendedCommunity
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 BGPParsingException Modifier and Type Method Description org.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 BGPParsingException Modifier and Type Method Description 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.ParsedAttributes
AttributeRegistry. parseAttributes(io.netty.buffer.ByteBuf buffer, @Nullable PeerSpecificParserConstraint constraints)
Parse BGP Attribute from buffer.CParameters
CapabilityParser. parseCapability(io.netty.buffer.ByteBuf buffer)
CParameters
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.MpReachNlri
NlriRegistry. parseMpReach(io.netty.buffer.ByteBuf buffer, @Nullable PeerSpecificParserConstraint constraint)
Decode MP REACH NLRI Attribute.MpUnreachNlri
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.BgpParameters
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 BGPParsingException Modifier and Type Method Description ExtendedCommunity
ExtendedCommunityParser. parseExtendedCommunity(io.netty.buffer.ByteBuf buffer)
Parses the Extended Community value encoded in the buffer.ExtendedCommunities
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 BGPParsingException Modifier and Type Method Description void
RouteTargetConstrainNlriHandler. parseNlri(io.netty.buffer.ByteBuf nlri, MpReachNlriBuilder builder, PeerSpecificParserConstraint constraint)
void
RouteTargetConstrainNlriHandler. parseNlri(io.netty.buffer.ByteBuf nlri, MpUnreachNlriBuilder builder, PeerSpecificParserConstraint constraint)
-