| Modifier and Type | Method and Description | 
|---|---|
void | 
PEDistinguisherLabelsAttributeHandler.parseAttribute(io.netty.buffer.ByteBuf buffer,
              AttributesBuilder builder,
              RevisedErrorHandling errorHandling,
              PeerSpecificParserConstraint constraint)  | 
| Constructor and Description | 
|---|
BGPDocumentedException(BGPTreatAsWithdrawException cause)
Used when an error occurred that is described in an RFC or a draft. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OriginatorIdAttributeParser.parseAttribute(io.netty.buffer.ByteBuf buffer,
              AttributesBuilder builder,
              RevisedErrorHandling errorHandling,
              PeerSpecificParserConstraint constraint)  | 
void | 
OriginAttributeParser.parseAttribute(io.netty.buffer.ByteBuf buffer,
              AttributesBuilder builder,
              RevisedErrorHandling errorHandling,
              PeerSpecificParserConstraint constraint)  | 
void | 
NextHopAttributeParser.parseAttribute(io.netty.buffer.ByteBuf buffer,
              AttributesBuilder builder,
              RevisedErrorHandling errorHandling,
              PeerSpecificParserConstraint constraint)  | 
void | 
MultiExitDiscriminatorAttributeParser.parseAttribute(io.netty.buffer.ByteBuf buffer,
              AttributesBuilder builder,
              RevisedErrorHandling errorHandling,
              PeerSpecificParserConstraint constraint)  | 
void | 
LocalPreferenceAttributeParser.parseAttribute(io.netty.buffer.ByteBuf buffer,
              AttributesBuilder builder,
              RevisedErrorHandling errorHandling,
              PeerSpecificParserConstraint constraint)  | 
void | 
ExtendedCommunitiesAttributeParser.parseAttribute(io.netty.buffer.ByteBuf buffer,
              AttributesBuilder builder,
              RevisedErrorHandling errorHandling,
              PeerSpecificParserConstraint constraint)  | 
void | 
CommunitiesAttributeParser.parseAttribute(io.netty.buffer.ByteBuf buffer,
              AttributesBuilder builder,
              RevisedErrorHandling errorHandling,
              PeerSpecificParserConstraint constraint)  | 
void | 
ClusterIdAttributeParser.parseAttribute(io.netty.buffer.ByteBuf buffer,
              AttributesBuilder builder,
              RevisedErrorHandling errorHandling,
              PeerSpecificParserConstraint constraint)  | 
void | 
AsPathAttributeParser.parseAttribute(io.netty.buffer.ByteBuf buffer,
              AttributesBuilder builder,
              RevisedErrorHandling errorHandling,
              PeerSpecificParserConstraint constraint)  | 
| Modifier and Type | Method and Description | 
|---|---|
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 specified  
RevisedErrorHandling. | 
abstract void | 
AbstractAttributeParser.parseAttribute(io.netty.buffer.ByteBuf buffer,
              AttributesBuilder builder,
              RevisedErrorHandling errorHandling,
              PeerSpecificParserConstraint constraint)  | 
BGPDocumentedException | 
RevisedErrorHandling.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. 
 | 
BGPDocumentedException | 
RevisedErrorHandling.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. 
 | 
BGPDocumentedException | 
RevisedErrorHandling.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. 
 | 
| Constructor and Description | 
|---|
ParsedAttributes(@NonNull Attributes attributes,
                @Nullable BGPTreatAsWithdrawException withdrawCause)  | 
Copyright © 2020 OpenDaylight. All rights reserved.