- ParameterParser - Interface in org.opendaylight.protocol.bgp.parser.spi
-
- ParameterRegistry - Interface in org.opendaylight.protocol.bgp.parser.spi
-
- ParameterSerializer - Interface in org.opendaylight.protocol.bgp.parser.spi
-
- ParameterUtil - Class in org.opendaylight.protocol.bgp.parser.spi
-
Utility class which is intended for formatting parameter.
- parseAttribute(ByteBuf, AttributesBuilder, PeerSpecificParserConstraint) - Method in class org.opendaylight.protocol.bgp.parser.spi.AbstractAttributeParser
-
- parseAttribute(ByteBuf, AttributesBuilder, RevisedErrorHandling, PeerSpecificParserConstraint) - Method in class org.opendaylight.protocol.bgp.parser.spi.AbstractAttributeParser
-
- parseAttribute(ByteBuf, AttributesBuilder, PeerSpecificParserConstraint) - Method in interface org.opendaylight.protocol.bgp.parser.spi.AttributeParser
-
Parses attribute from ByteBuf buffer.
- parseAttribute(ByteBuf, AttributesBuilder, RevisedErrorHandling, PeerSpecificParserConstraint) - Method in interface org.opendaylight.protocol.bgp.parser.spi.AttributeParser
-
- parseAttributes(ByteBuf, PeerSpecificParserConstraint) - Method in interface org.opendaylight.protocol.bgp.parser.spi.AttributeRegistry
-
Parse BGP Attribute from buffer.
- parseBgpPrefixSidTlv(ByteBuf) - Method in interface org.opendaylight.protocol.bgp.parser.spi.BgpPrefixSidTlvParser
-
Method for parsing specific types of TLVs from incoming buffer.
- parseBgpPrefixSidTlv(int, ByteBuf) - Method in interface org.opendaylight.protocol.bgp.parser.spi.BgpPrefixSidTlvRegistry
-
Decode incoming TLV.
- parseBgpPrefixSidTlv(int, ByteBuf) - Method in class org.opendaylight.protocol.bgp.parser.spi.pojo.SimpleBgpPrefixSidTlvRegistry
-
- parseBody(int, ByteBuf, int, PeerSpecificParserConstraint) - Method in class org.opendaylight.protocol.bgp.parser.spi.AbstractMessageRegistry
-
- parseCapability(ByteBuf) - Method in interface org.opendaylight.protocol.bgp.parser.spi.CapabilityParser
-
- parseCapability(int, ByteBuf) - Method in interface org.opendaylight.protocol.bgp.parser.spi.CapabilityRegistry
-
- parseCommon(ByteBuf) - Static method in class org.opendaylight.protocol.bgp.parser.spi.extended.community.FourOctAsCommonECUtil
-
- parseCommon(ByteBuf) - Static method in class org.opendaylight.protocol.bgp.parser.spi.extended.community.Inet4SpecificExtendedCommunityCommonUtil
-
- ParsedAttributes - Class in org.opendaylight.protocol.bgp.parser.spi
-
Parsed Attributes, potentially indicating withdraw.
- ParsedAttributes(Attributes, BGPTreatAsWithdrawException) - Constructor for class org.opendaylight.protocol.bgp.parser.spi.ParsedAttributes
-
- parseExtendedCommunity(ByteBuf) - Method in interface org.opendaylight.protocol.bgp.parser.spi.extended.community.ExtendedCommunityParser
-
Parses the Extended Community value encoded in the buffer.
- parseExtendedCommunity(ByteBuf) - Method in interface org.opendaylight.protocol.bgp.parser.spi.extended.community.ExtendedCommunityRegistry
-
Parses the Extended Community.
- parseMessage(ByteBuf, PeerSpecificParserConstraint) - Method in class org.opendaylight.protocol.bgp.parser.spi.AbstractMessageRegistry
-
- parseMessage(ByteBuf, PeerSpecificParserConstraint) - Method in interface org.opendaylight.protocol.bgp.parser.spi.MessageRegistry
-
Decode input buffer to BGP Message.
- parseMessageBody(ByteBuf, int, PeerSpecificParserConstraint) - Method in interface org.opendaylight.protocol.bgp.parser.spi.MessageParser
-
Parse BGP Message from buffer, potentially applying peer-specific constraints.
- parseMPAfiSafi(ByteBuf, AddressFamilyRegistry, SubsequentAddressFamilyRegistry) - Static method in class org.opendaylight.protocol.bgp.parser.spi.MultiprotocolCapabilitiesUtil
-
- parseMpReach(ByteBuf, PeerSpecificParserConstraint) - Method in interface org.opendaylight.protocol.bgp.parser.spi.NlriRegistry
-
Decode MP REACH NLRI Attribute.
- parseMpUnreach(ByteBuf, PeerSpecificParserConstraint) - Method in interface org.opendaylight.protocol.bgp.parser.spi.NlriRegistry
-
Decode MP REACH NLRI Attribute.
- parseNextHop(ByteBuf) - Method in interface org.opendaylight.protocol.bgp.parser.spi.NextHopParserSerializer
-
Parse Next hop from buffer.
- parseNlri(ByteBuf, MpReachNlriBuilder, PeerSpecificParserConstraint) - Method in interface org.opendaylight.protocol.bgp.parser.spi.NlriParser
-
Parse MP UN_REACH NLRI from buffer.
- parseNlri(ByteBuf, MpUnreachNlriBuilder, PeerSpecificParserConstraint) - Method in interface org.opendaylight.protocol.bgp.parser.spi.NlriParser
-
Parse MP UN_REACH NLRI from buffer.
- parseParameter(ByteBuf) - Method in interface org.opendaylight.protocol.bgp.parser.spi.ParameterParser
-
- parseParameter(int, ByteBuf) - Method in interface org.opendaylight.protocol.bgp.parser.spi.ParameterRegistry
-
- PARTIAL - Static variable in class org.opendaylight.protocol.bgp.parser.spi.AttributeUtil
-
- PathIdUtil - Class in org.opendaylight.protocol.bgp.parser.spi
-
- PeerConstraint - Interface in org.opendaylight.protocol.bgp.parser.spi
-
Marker interface for BGP peer specific constraints.
- PeerSpecificParserConstraint - Interface in org.opendaylight.protocol.bgp.parser.spi
-
Holds BGP peer specific constraints of PDU processing.
- PeerSpecificParserConstraintImpl - Class in org.opendaylight.protocol.bgp.parser.spi.pojo
-
- PeerSpecificParserConstraintImpl() - Constructor for class org.opendaylight.protocol.bgp.parser.spi.pojo.PeerSpecificParserConstraintImpl
-
- PeerSpecificParserConstraintProvider - Interface in org.opendaylight.protocol.bgp.parser.spi
-