Class HttpEventKey<T>

  • Type Parameters:
    T - Type of the value of this setting.

    public final class HttpEventKey<T>
    extends java.lang.Object
    A key which identifies a configuration setting for a connection. Setting values may change over time.
    • Method Summary

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

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

      • MAX_CONCURRENCY

        public static final HttpEventKey<ConsumableEvent<java.lang.Integer>> MAX_CONCURRENCY
        Option to define max concurrent requests allowed on a connection.
    • Method Detail

      • toString

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