|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.core.WebProxy
public class WebProxy
WebProxy is used for setting proxy details for proxy authentication schemes such as basic, digest, NTLM, and Kerberos authentication.
| Constructor Summary | |
|---|---|
WebProxy(String host)
Initializes a new instance to use specified proxy with default port 80. |
|
WebProxy(String host,
int port)
Initializes a new instance to use specified proxy details. |
|
WebProxy(String host,
int port,
WebProxyCredentials credentials)
Initializes a new instance to use specified proxy details. |
|
WebProxy(String host,
WebProxyCredentials credentials)
Initializes a new instance to use specified proxy with default port 80. |
|
| Method Summary | |
|---|---|
WebProxyCredentials |
getCredentials()
Gets the Proxy Credentials. |
String |
getHost()
Gets the Proxy Host. |
int |
getPort()
Gets the Proxy Port. |
boolean |
hasCredentials()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebProxy(String host,
int port)
host - proxy host.port - proxy port.public WebProxy(String host)
host - proxy host.
public WebProxy(String host,
WebProxyCredentials credentials)
host - proxy host.credentials - the credential to use for the proxy.
public WebProxy(String host,
int port,
WebProxyCredentials credentials)
host - proxy host.port - proxy port.credentials - the credential to use for the proxy.| Method Detail |
|---|
public String getHost()
public int getPort()
public boolean hasCredentials()
public WebProxyCredentials getCredentials()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||