See: Description
Interface | Description |
---|---|
DeferredCredentialsProvider.Factory |
Class | Description |
---|---|
AuthSchemePool |
Pool of (equivalent) auth schemes for a single host.
|
ChecksumExtractor |
A component extracting included checksums from response of artifact request.
|
DeferredCredentialsProvider |
Credentials provider that defers calls into the auth context until authentication is actually requested.
|
DeferredCredentialsProvider.BasicFactory | |
DeferredCredentialsProvider.NtlmFactory | |
DemuxCredentialsProvider |
Credentials provider that helps to isolate server from proxy credentials.
|
GlobalState |
Container for HTTP-related state that can be shared across incarnations of the transporter to optimize the
communication with servers.
|
GlobalState.CompoundKey | |
HttpMkCol |
WebDAV MKCOL request to create parent directories.
|
HttpTransporter |
A transporter for HTTP/HTTPS.
|
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.
|
Nexus2ChecksumExtractor |
A component extracting Nexus2 ETag "shielded" style-checksums from response headers.
|
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).
|
UriUtils |
Helps to deal with URIs.
|
XChecksumChecksumExtractor |
A component extracting
x- non-standard style checksums from response headers. |