Class JavaNetHttpClientProperties


  • public class JavaNetHttpClientProperties
    extends Object
    Provides configuration properties for a JavaNetHttpConnector.
    Author:
    Steffen Nießing
    • Field Detail

      • SSL_PARAMETERS

        public static final String SSL_PARAMETERS

        Configuration of SSL parameters used by the HttpClient. If this option is not set, then the HttpClient will use implementation specific default values.

        A provided value to this option has to be of type SSLParameters.

        The name of the configuration property is "jersey.config.jnh.client.sslParameters".

        See Also:
        Constant Field Values
      • PREEMPTIVE_BASIC_AUTHENTICATION

        public static final String PREEMPTIVE_BASIC_AUTHENTICATION

        An instance of the Authenticator class that should be used to retrieve credentials from a user.

        The name of the configuration property is "jersey.config.jnh.client.preemptiveBasicAuthentication".

        See Also:
        Constant Field Values
      • DISABLE_COOKIES

        public static final String DISABLE_COOKIES

        A value of false indicates the client should handle cookies automatically using HttpClient's default cookie policy. A value of false will cause the client to ignore all cookies.

        The value MUST be an instance of Boolean. If the property is absent the default value is false

        The name of the configuration property is "jersey.config.jnh.client.disableCookies".

        See Also:
        Constant Field Values