Class Constants


  • public class Constants
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DEFAULT_WEIGHT
      Deprecated.
      Unused.
    • Constructor Summary

      Constructors 
      Constructor Description
      Constants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • DEFAULT_WEIGHT

        @Deprecated
        public static final int DEFAULT_WEIGHT
        Deprecated.
        Unused. Will be removed in Tomcat 11 onwards.
        RFC 7540 prioritisation default weight.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Constants

        public Constants()