Uses of Class
org.eclipse.aether.transport.http.SslConfig
-
Packages that use SslConfig Package Description org.eclipse.aether.transport.http Support for downloads/uploads via the HTTP and HTTPS protocols. -
-
Uses of SslConfig in org.eclipse.aether.transport.http
Fields in org.eclipse.aether.transport.http with type parameters of type SslConfig Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<SslConfig,org.apache.http.conn.HttpClientConnectionManager>
GlobalState. connectionManagers
Methods in org.eclipse.aether.transport.http with parameters of type SslConfig Modifier and Type Method Description org.apache.http.conn.HttpClientConnectionManager
GlobalState. getConnectionManager(SslConfig config)
static org.apache.http.conn.HttpClientConnectionManager
GlobalState. newConnectionManager(SslConfig sslConfig)
Constructors in org.eclipse.aether.transport.http with parameters of type SslConfig Constructor Description LocalState(RepositorySystemSession session, RemoteRepository repo, SslConfig sslConfig)
-