Uses of Interface
software.amazon.awssdk.http.urlconnection.UrlConnectionFactory
-
-
Uses of UrlConnectionFactory in software.amazon.awssdk.http.urlconnection
Methods in software.amazon.awssdk.http.urlconnection with parameters of type UrlConnectionFactory Modifier and Type Method Description static SdkHttpClientUrlConnectionHttpClient. create(UrlConnectionFactory connectionFactory)Use this method if you want to control the way aHttpURLConnectionis created.
-