| Package | Description |
|---|---|
| org.eclipse.aether.transport.http |
Support for downloads/uploads via the HTTP and HTTPS protocols.
|
| Class and Description |
|---|
| AuthSchemePool
Pool of (equivalent) auth schemes for a single host.
|
| DeferredCredentialsProvider.Factory |
| GlobalState
Container for HTTP-related state that can be shared across incarnations of the transporter to optimize the
communication with servers.
|
| GlobalState.CompoundKey |
| HttpTransporter.EntityGetter |
| HttpTransporterFactory
A transporter factory for repositories using the
http: or https: protocol. |
| LocalState
Container for HTTP-related state that can be shared across invocations of the transporter to optimize the
communication with server.
|
| SharingAuthCache
Auth scheme cache that upon clearing releases all cached schemes into a pool for future reuse by other requests,
thereby reducing challenge-response roundtrips.
|
| SharingHttpContext
HTTP context that shares certain attributes among requests to optimize the communication with the server.
|
| SslConfig
SSL-related configuration and cache key for connection pools (whose scheme registries are derived from this config).
|