Deprecated API
Contents
-
Deprecated MethodsMethodDescriptionThere are now separate settings for HTTP and HTTPS connections. To configure HTTP connections (e.g. for h2c), use
Client.plaintextMode(). To configure ALPN, setClient.alpnModes().There are now separate settings for HTTP and HTTPS connections. To configure HTTP connections (e.g. for h2c), useHttpClientConfiguration.plaintextMode. To configure ALPN, setHttpClientConfiguration.alpnModes.There are now separate settings for HTTP and HTTPS connections. To configure HTTP connections (e.g. for h2c), useHttpClientConfiguration.plaintextMode. To configure ALPN, setHttpClientConfiguration.alpnModes.UseFixedLoadBalancer.getUri()insteadUseLoadBalancer.fixed(URI)instead
-
Deprecated Constructors
-
Deprecated Annotation Interface ElementsAnnotation Interface ElementDescriptionThere are now separate settings for HTTP and HTTPS connections. To configure HTTP connections (e.g. for h2c), use
Client.plaintextMode(). To configure ALPN, setClient.alpnModes().