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.connectionManagersMethods in org.eclipse.aether.transport.http with parameters of type SslConfigModifier and TypeMethodDescriptionorg.apache.http.conn.HttpClientConnectionManagerGlobalState.getConnectionManager(SslConfig config) static org.apache.http.conn.HttpClientConnectionManagerGlobalState.newConnectionManager(SslConfig sslConfig) Constructors in org.eclipse.aether.transport.http with parameters of type SslConfigModifierConstructorDescription(package private)LocalState(RepositorySystemSession session, RemoteRepository repo, SslConfig sslConfig)