public class ConnectionSettings extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
M2_SETTINGS_SECURITY_PROPERTY |
static String |
M2_SETTINGS_SECURITY_XML |
| Constructor and Description |
|---|
ConnectionSettings(Processor processor,
HttpClient client) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ProxyDTO proxy) |
void |
add(ServerDTO server) |
ProxyHandler |
createProxyHandler(ProxyDTO proxyDTO)
Create Proxy Handler from ProxyDTO
|
URLConnectionHandler |
createURLConnectionHandler(ServerDTO serverDTO) |
List<String> |
getParsedFiles() |
List<ServerDTO> |
getServerDTOs() |
static String |
makeAbsolute(File cwd,
String trust) |
void |
readSettings() |
void |
report(Formatter f) |
public static final String M2_SETTINGS_SECURITY_XML
public static final String M2_SETTINGS_SECURITY_PROPERTY
public ConnectionSettings(Processor processor, HttpClient client) throws Exception
Exceptionpublic URLConnectionHandler createURLConnectionHandler(ServerDTO serverDTO)
public ProxyHandler createProxyHandler(ProxyDTO proxyDTO)
public void add(ServerDTO server)
public void add(ProxyDTO proxy)
public void report(Formatter f)
Copyright © 2021. All rights reserved.