static class DefaultRepositorySystemSession.NullProxySelector extends java.lang.Object implements ProxySelector
Modifier and Type | Field and Description |
---|---|
static ProxySelector |
INSTANCE |
Constructor and Description |
---|
NullProxySelector() |
Modifier and Type | Method and Description |
---|---|
Proxy |
getProxy(RemoteRepository repository)
Selects a proxy for the specified remote repository.
|
public static final ProxySelector INSTANCE
public Proxy getProxy(RemoteRepository repository)
ProxySelector
getProxy
in interface ProxySelector
repository
- The repository for which to select a proxy, must not be null
.null
if none.