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