Package org.apache.http.osgi.services
Interface ProxyConfiguration
-
public interface ProxyConfiguration
- Since:
- 4.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getHostname()
java.lang.String
getPassword()
int
getPort()
java.lang.String[]
getProxyExceptions()
java.lang.String
getUsername()
boolean
isEnabled()
-