Class SdkHttpConfigurationOption<T>

  • Type Parameters:
    T - Type of option

    public final class SdkHttpConfigurationOption<T>
    extends AttributeMap.Key<T>
    Type safe key for an HTTP related configuration option. These options are used for service specific configuration and are treated as hints for the underlying HTTP implementation for better defaults. If an implementation does not support a particular option, they are free to ignore it.
    See Also:
    AttributeMap
    • Method Detail

      • name

        public String name()
        Note that the name is mainly used for debugging purposes. Two option key objects with the same name do not represent the same option. Option keys are compared by reference when obtaining a value from an AttributeMap.
        Returns:
        Name of this option key.