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