|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.httpclient.api.factory.ProxyOptions
public class ProxyOptions
Contains proxy configuration for the HTTP client
| Nested Class Summary | |
|---|---|
static class |
ProxyOptions.ProxyMode
Represents the mode of proxy configuration (i.e. |
static class |
ProxyOptions.ProxyOptionsBuilder
Use this builder to create a ProxyOptions |
| Method Summary | |
|---|---|
java.util.Map<Scheme,java.util.List<java.lang.String>> |
getNonProxyHosts()
|
java.util.Map<Scheme,Host> |
getProxyHosts()
Get the mapping of schemes and their proxy hosts. |
ProxyOptions.ProxyMode |
getProxyMode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.util.Map<Scheme,Host> getProxyHosts()
public java.util.Map<Scheme,java.util.List<java.lang.String>> getNonProxyHosts()
public ProxyOptions.ProxyMode getProxyMode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||