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.ClientConnectionManager>GlobalState. connectionManagersMethods in org.eclipse.aether.transport.http with parameters of type SslConfig Modifier and Type Method Description org.apache.http.conn.ClientConnectionManagerGlobalState. getConnectionManager(SslConfig config)static org.apache.http.conn.ClientConnectionManagerGlobalState. newConnectionManager(SslConfig sslConfig)Constructors in org.eclipse.aether.transport.http with parameters of type SslConfig Constructor Description LocalState(RepositorySystemSession session, RemoteRepository repo, SslConfig sslConfig)SslSocketFactory(SslConfig config)
-