Class AS4PathAttributeParser

    • Constructor Detail

      • AS4PathAttributeParser

        public AS4PathAttributeParser()
    • Method Detail

      • parseAttribute

        public void parseAttribute​(io.netty.buffer.ByteBuf bytes,
                                   AttributesBuilder builder,
                                   PeerSpecificParserConstraint constraint)
        Description copied from interface: AttributeParser
        Parses attribute from ByteBuf buffer.
        Specified by:
        parseAttribute in interface AttributeParser
        Parameters:
        bytes - Encoded attribute body in ByteBuf.
        builder - Path attributes builder. Guaranteed to contain all valid attributes whose type is numerically lower than this attribute's type.
        constraint - Peer specific constraints, may be null