Class MplsLabel


  • public final class MplsLabel
    extends Identifier<Integer>
    Representation of a MPLS label.
    • Constructor Detail

      • MplsLabel

        protected MplsLabel​(int value)
    • Method Detail

      • mplsLabel

        public static MplsLabel mplsLabel​(int value)
      • mplsLabel

        public static MplsLabel mplsLabel​(String value)
        Creates a MplsLabel object using the supplied decimal string.
        Parameters:
        value - the MPLS identifier expressed as string
        Returns:
        Mplslabel object created from the string
      • toInt

        public int toInt()