Home
last modified time | relevance | path

Searched defs:preemptiveBasicAuthenticationEnabled (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/
H A DProxyConfiguration.java44 private final Boolean preemptiveBasicAuthenticationEnabled; field in ProxyConfiguration
182 public Boolean preemptiveBasicAuthenticationEnabled() { in preemptiveBasicAuthenticationEnabled() method in ProxyConfiguration
275 Builder preemptiveBasicAuthenticationEnabled(Boolean preemptiveBasicAuthenticationEnabled); in preemptiveBasicAuthenticationEnabled() method
326 private Boolean preemptiveBasicAuthenticationEnabled; field in ProxyConfiguration.DefaultClientProxyConfigurationBuilder
408 …public Builder preemptiveBasicAuthenticationEnabled(Boolean preemptiveBasicAuthenticationEnabled) { in preemptiveBasicAuthenticationEnabled() argument
413 …public void setPreemptiveBasicAuthenticationEnabled(Boolean preemptiveBasicAuthenticationEnabled) { in setPreemptiveBasicAuthenticationEnabled()