|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflex.messaging.services.http.ExternalProxySettings
public class ExternalProxySettings
External Proxy Settings for a proxy service.
| Constructor Summary | |
|---|---|
ExternalProxySettings()
Creates a default ExternalProxySettings instance. |
|
| Method Summary | |
|---|---|
String |
getNTDomain()
Returns the nt-domain property. |
String |
getPassword()
Returns the password property. |
int |
getProxyPort()
Returns the port property. |
String |
getProxyServer()
Returns the server property. |
String |
getUsername()
Returns the username property. |
void |
setNTDomain(String ntDomain)
Sets the nt-domain property. |
void |
setPassword(String password)
Sets the password property. |
void |
setProxyPort(int p)
Sets the port property. |
void |
setProxyServer(String s)
Sets the server property. |
void |
setUsername(String username)
Sets the username property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExternalProxySettings()
ExternalProxySettings instance.
| Method Detail |
|---|
public String getProxyServer()
server property.
public void setProxyServer(String s)
server property.
s - The IP or server name of the proxy server.public int getProxyPort()
port property.
portpublic void setProxyPort(int p)
port property. Default is 80.
p - The port number.public String getUsername()
username property.
usernamepublic void setUsername(String username)
username property.
username - The user name for logging into the proxy server.public String getPassword()
password property.
passwordpublic void setPassword(String password)
password property.
password - The password for loggin into the proxy server.public String getNTDomain()
nt-domain property.
nt-domainpublic void setNTDomain(String ntDomain)
nt-domain property.
ntDomain - The NT domain for the proxy server.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/services/http/ExternalProxySettings.html