flex.messaging.services.http
Class ExternalProxySettings

java.lang.Object
  extended by flex.messaging.services.http.ExternalProxySettings

public class ExternalProxySettings
extends Object

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

ExternalProxySettings

public ExternalProxySettings()
Creates a default ExternalProxySettings instance.

Method Detail

getProxyServer

public String getProxyServer()
Returns the server property.

Returns:
the property as a string

setProxyServer

public void setProxyServer(String s)
Sets the server property.

Parameters:
s - The IP or server name of the proxy server.

getProxyPort

public int getProxyPort()
Returns the port property.

Returns:
the port

setProxyPort

public void setProxyPort(int p)
Sets the port property. Default is 80.

Parameters:
p - The port number.

getUsername

public String getUsername()
Returns the username property.

Returns:
the username

setUsername

public void setUsername(String username)
Sets the username property.

Parameters:
username - The user name for logging into the proxy server.

getPassword

public String getPassword()
Returns the password property.

Returns:
the password

setPassword

public void setPassword(String password)
Sets the password property.

Parameters:
password - The password for loggin into the proxy server.

getNTDomain

public String getNTDomain()
Returns the nt-domain property.

Returns:
a string containing the nt-domain

setNTDomain

public void setNTDomain(String ntDomain)
Sets the nt-domain property.

Parameters:
ntDomain - The NT domain for the proxy server.


Copyright © 2008 Adobe Systems Inc. All Rights Reserved.

 

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