Class BidirPimTreeParser

    • Constructor Detail

      • BidirPimTreeParser

        public BidirPimTreeParser()
    • Method Detail

      • getType

        public int getType()
      • serialize

        public int serialize​(BidirPimTree tunnelIdentifier,
                             io.netty.buffer.ByteBuf buffer)
        Description copied from interface: TunnelIdentifierSerializer
        Serialize tunnel identifier.
        Parameters:
        tunnelIdentifier - Tunnel Identifier body
        buffer - Encoded Tunnel Identifier in ByteBuf
        Returns:
        Tunnel identifier Type
      • parse

        public BidirPimTree parse​(io.netty.buffer.ByteBuf buffer)
        Description copied from interface: TunnelIdentifierParser
        Parse Tunnel Identifier from buffer.
        Parameters:
        buffer - Encoded Tunnel Identifier in ByteBuf.
        Returns:
        Parsed Tunnel Identifier body