Uses of Class
org.opendaylight.protocol.bgp.parser.BGPDocumentedException
-
-
Uses of BGPDocumentedException in org.opendaylight.protocol.bgp.evpn.impl.extended.communities
Methods in org.opendaylight.protocol.bgp.evpn.impl.extended.communities that throw BGPDocumentedException 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 BGPDocumentedException in org.opendaylight.protocol.bgp.parser
Methods in org.opendaylight.protocol.bgp.parser that return BGPDocumentedException Modifier and Type Method Description static BGPDocumentedExceptionBGPDocumentedException. badMessageLength(String message, int length) -
Uses of BGPDocumentedException in org.opendaylight.protocol.bgp.parser.impl.message
Methods in org.opendaylight.protocol.bgp.parser.impl.message that throw BGPDocumentedException Modifier and Type Method Description KeepaliveBGPKeepAliveMessageParser. parseMessageBody(io.netty.buffer.ByteBuf body, int messageLength, PeerSpecificParserConstraint constraint)NotifyBGPNotificationMessageParser. parseMessageBody(io.netty.buffer.ByteBuf body, int messageLength, PeerSpecificParserConstraint constraint)Parses BGP Notification message to bytes.OpenBGPOpenMessageParser. parseMessageBody(io.netty.buffer.ByteBuf body, int messageLength, PeerSpecificParserConstraint constraint)Parses given byte array to BGP Open message.RouteRefreshBGPRouteRefreshMessageParser. parseMessageBody(io.netty.buffer.ByteBuf body, int messageLength, PeerSpecificParserConstraint constraint)Parses BGP Route Refresh message to bytes.UpdateBGPUpdateMessageParser. parseMessageBody(io.netty.buffer.ByteBuf buffer, int messageLength, PeerSpecificParserConstraint constraint)Parse Update message from buffer. -
Uses of BGPDocumentedException in org.opendaylight.protocol.bgp.parser.impl.message.open
Methods in org.opendaylight.protocol.bgp.parser.impl.message.open that throw BGPDocumentedException 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 BGPDocumentedException in org.opendaylight.protocol.bgp.parser.impl.message.update
Methods in org.opendaylight.protocol.bgp.parser.impl.message.update that throw BGPDocumentedException Modifier and Type Method Description voidAsPathAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)voidBgpPrefixSidAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, PeerSpecificParserConstraint constraint)voidClusterIdAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)voidCommunitiesAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)voidExtendedCommunitiesAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)voidLocalPreferenceAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)voidMPReachAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)voidMPUnreachAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)voidMultiExitDiscriminatorAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)voidNextHopAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)voidOriginatorIdAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)voidOriginAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)abstract voidReachAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint) -
Uses of BGPDocumentedException 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 BGPDocumentedException 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 BGPDocumentedException 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 BGPDocumentedException Modifier and Type Method Description ExtendedCommunityGeneric4OctASEcHandler. parseExtendedCommunity(io.netty.buffer.ByteBuf body) -
Uses of BGPDocumentedException 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 BGPDocumentedException 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 BGPDocumentedException in org.opendaylight.protocol.bgp.parser.mock
Methods in org.opendaylight.protocol.bgp.parser.mock that throw BGPDocumentedException Modifier and Type Method Description org.opendaylight.yangtools.yang.binding.NotificationBGPMessageParserMock. parseMessage(io.netty.buffer.ByteBuf buffer, PeerSpecificParserConstraint constraint) -
Uses of BGPDocumentedException in org.opendaylight.protocol.bgp.parser.spi
Methods in org.opendaylight.protocol.bgp.parser.spi that return BGPDocumentedException Modifier and Type Method Description BGPDocumentedExceptionRevisedErrorHandling. reportError(BGPError error, byte[] data, String format, Object... args)Report a failure to parse an attribute resulting either in treat-as-withdraw if RFC7606 is in effect, or connection teardown if it is not.BGPDocumentedExceptionRevisedErrorHandling. reportError(BGPError error, @Nullable Exception cause, String format, Object... args)Report a failure to parse an attribute resulting either in treat-as-withdraw if RFC7606 is in effect, or connection teardown if it is not.BGPDocumentedExceptionRevisedErrorHandling. reportError(BGPError error, String format, Object... args)Report a failure to parse an attribute resulting either in treat-as-withdraw if RFC7606 is in effect, or connection teardown if it is not.Methods in org.opendaylight.protocol.bgp.parser.spi that throw BGPDocumentedException 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.protected abstract org.opendaylight.yangtools.yang.binding.NotificationAbstractMessageRegistry. parseBody(int type, io.netty.buffer.ByteBuf body, int messageLength, PeerSpecificParserConstraint constraint)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.org.opendaylight.yangtools.yang.binding.NotificationMessageParser. parseMessageBody(io.netty.buffer.ByteBuf body, int messageLength, @Nullable PeerSpecificParserConstraint constraint)Parse BGP Message from buffer, potentially applying peer-specific constraints.BgpParametersParameterParser. parseParameter(io.netty.buffer.ByteBuf buffer)BGPDocumentedExceptionRevisedErrorHandling. reportError(BGPError error, byte[] data, String format, Object... args)Report a failure to parse an attribute resulting either in treat-as-withdraw if RFC7606 is in effect, or connection teardown if it is not.BGPDocumentedExceptionRevisedErrorHandling. reportError(BGPError error, @Nullable Exception cause, String format, Object... args)Report a failure to parse an attribute resulting either in treat-as-withdraw if RFC7606 is in effect, or connection teardown if it is not.BGPDocumentedExceptionRevisedErrorHandling. reportError(BGPError error, String format, Object... args)Report a failure to parse an attribute resulting either in treat-as-withdraw if RFC7606 is in effect, or connection teardown if it is not. -
Uses of BGPDocumentedException in org.opendaylight.protocol.bgp.parser.spi.extended.community
Methods in org.opendaylight.protocol.bgp.parser.spi.extended.community that throw BGPDocumentedException 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 BGPDocumentedException in org.opendaylight.protocol.bgp.rib.impl
Methods in org.opendaylight.protocol.bgp.rib.impl that throw BGPDocumentedException Modifier and Type Method Description BGPSessionListenerStrictBGPPeerRegistry. getPeer(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone ip, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone sourceId, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone remoteId, Open openObj)voidBGPPeer. onMessage(BGPSession session, org.opendaylight.yangtools.yang.binding.Notification msg) -
Uses of BGPDocumentedException in org.opendaylight.protocol.bgp.rib.impl.spi
Methods in org.opendaylight.protocol.bgp.rib.impl.spi that throw BGPDocumentedException Modifier and Type Method Description BGPSessionListenerBGPPeerRegistry. getPeer(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone ip, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone sourceId, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone remoteId, Open open)Get configured peer after BGP session was successfully established. -
Uses of BGPDocumentedException in org.opendaylight.protocol.bgp.rib.spi
Methods in org.opendaylight.protocol.bgp.rib.spi that throw BGPDocumentedException Modifier and Type Method Description voidBGPSessionListener. onMessage(BGPSession session, org.opendaylight.yangtools.yang.binding.Notification notification)Fired when a normal protocol message is received.
-