Package org.eclipse.aether.transport.http
package org.eclipse.aether.transport.http
Support for downloads/uploads via the HTTP and HTTPS protocols. The current implementation is backed by
Apache HttpClient.
-
ClassDescriptionPool of (equivalent) auth schemes for a single host.A component extracting included checksums from response of artifact request.Connection manager config: among other SSL-related configuration and cache key for connection pools (whose scheme registries are derived from this config).Credentials provider that defers calls into the auth context until authentication is actually requested.Credentials provider that helps to isolate server from proxy credentials.Container for HTTP-related state that can be shared across incarnations of the transporter to optimize the communication with servers.WebDAV MKCOL request to create parent directories.A transporter for HTTP/HTTPS.A transporter factory for repositories using the
http:
orhttps:
protocol.Container for HTTP-related state that can be shared across invocations of the transporter to optimize the communication with server.A component extracting Nexus2 ETag "shielded" style-checksums from response headers.Auth scheme cache that upon clearing releases all cached schemes into a pool for future reuse by other requests, thereby reducing challenge-response roundtrips.HTTP context that shares certain attributes among requests to optimize the communication with the server.Helps to deal with URIs.A component extractingx-
non-standard style checksums from response headers.