Package | Description |
---|---|
org.eclipse.aether.transport.http |
Support for downloads/uploads via the HTTP and HTTPS protocols.
|
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ConcurrentMap<SslConfig,org.apache.http.conn.HttpClientConnectionManager> |
GlobalState.connectionManagers |
Modifier and Type | Method and Description |
---|---|
org.apache.http.conn.HttpClientConnectionManager |
GlobalState.getConnectionManager(SslConfig config) |
static org.apache.http.conn.HttpClientConnectionManager |
GlobalState.newConnectionManager(SslConfig sslConfig) |
Constructor and Description |
---|
LocalState(RepositorySystemSession session,
RemoteRepository repo,
SslConfig sslConfig) |