Uses of Class
org.eclipse.aether.transport.http.SslConfig
Packages that use SslConfig
Package
Description
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 SslConfigModifier and TypeFieldDescriptionprivate final ConcurrentMap<SslConfig,
org.apache.http.conn.HttpClientConnectionManager> GlobalState.connectionManagers
Methods in org.eclipse.aether.transport.http with parameters of type SslConfigModifier and TypeMethodDescriptionorg.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 SslConfigModifierConstructorDescription(package private)
LocalState
(RepositorySystemSession session, RemoteRepository repo, SslConfig sslConfig)