public final class OSGiProxyConfiguration extends Object implements ProxyConfiguration
Constructor and Description |
---|
OSGiProxyConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getHostname() |
String |
getPassword() |
int |
getPort() |
String[] |
getProxyExceptions() |
String |
getUsername() |
boolean |
isEnabled() |
String |
toString() |
void |
update(Dictionary<String,Object> config) |
public boolean isEnabled()
isEnabled
in interface ProxyConfiguration
public String getHostname()
getHostname
in interface ProxyConfiguration
public int getPort()
getPort
in interface ProxyConfiguration
public String getUsername()
getUsername
in interface ProxyConfiguration
public String getPassword()
getPassword
in interface ProxyConfiguration
public String[] getProxyExceptions()
getProxyExceptions
in interface ProxyConfiguration
public void update(Dictionary<String,Object> config)
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.