Class AsPathSegmentParser
- java.lang.Object
-
- org.opendaylight.protocol.bgp.parser.impl.message.update.AsPathSegmentParser
-
public final class AsPathSegmentParser extends Object
Representation of one AS Path Segment. It is, in fact, a TLV, but the length field is representing the count of AS Numbers in the collection (in its value). If the segment is of type AS_SEQUENCE, the collection is a List, if AS_SET, the collection is a Set.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AsPathSegmentParser.SegmentType
Possible types of AS Path segments.
-
Field Summary
Fields Modifier and Type Field Description static int
AS_NUMBER_LENGTH
-
-
-
Field Detail
-
AS_NUMBER_LENGTH
public static final int AS_NUMBER_LENGTH
- See Also:
- Constant Field Values
-
-