Registry / http-client / url-connection-client

url-connection-client

JSON →
library2.29.20javamavenunverified

The Amazon Web Services SDK for Java provides Java APIs for building software on AWS' cost-effective, scalable, and reliable infrastructure products.

<dependency> <groupId>software.amazon.awssdk</groupId> <artifactId>url-connection-client</artifactId> <version>2.29.20</version> </dependency>
INSTALL
IMPORT
SIG · URL-CONNECTION-CLI
U
url-connection-client
http-clientjavav2.29.20
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

UrlConnectionHttpClient
software.amazon.awssdk.http.urlconnection.UrlConnectionHttpClient

Create a URL connection HTTP client for AWS SDK

import software.amazon.awssdk.http.urlconnection.UrlConnectionHttpClient; UrlConnectionHttpClient client = UrlConnectionHttpClient.builder().build(); System.out.println("HTTP client created: " + client.getClass().getName());
Debug
Known issues
gotchaThis client is not recommended for production use due to lack of connection pooling.
fix
Consider using the Apache HTTP client or Netty client for production.
affects: *
Upgrade
Version history
2.29.20latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
43 hits · last 30 days
node
36
Resources
url-connection-client — mvn dependency:get url-connection-client · libregistry