Class H2Setting


  • public final class H2Setting
    extends java.lang.Object
    HTTP/2 protocol settings.
    Since:
    5.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private H2Param param  
      private int value  
    • Constructor Summary

      Constructors 
      Constructor Description
      H2Setting​(H2Param param, int value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCode()  
      int getValue()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • param

        private final H2Param param
      • value

        private final int value
    • Constructor Detail

      • H2Setting

        public H2Setting​(H2Param param,
                         int value)
    • Method Detail

      • getCode

        public int getCode()
      • getValue

        public int getValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object