Class Version


  • public final class Version
    extends java.lang.Object
    Provides the version information of Netty.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ID
      The version identifier.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Version()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Prints out the version identifier to stdout.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Version

        private Version()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Prints out the version identifier to stdout.