flex.messaging.services.http
Class HostConfigurationSettings
java.lang.Object
flex.messaging.services.http.HostConfigurationSettings
public class HostConfigurationSettings extends Object
Collects the properties needed to create an Apache Commons HTTPClient
HostConfiguration. Holds all of the variables needed to describe an HTTP
connection to a host: remote host, port and protocol, proxy host and port,
local address, and virtual host.
See Also: HostConfiguration
HOST
public static final String HOST
See Also: Constant Field Values
PORT
public static final String PORT
See Also: Constant Field Values
PROTOCOL
public static final String PROTOCOL
See Also: Constant Field Values
PROTOCOL_FACFORY
public static final String PROTOCOL_FACFORY
See Also: Constant Field Values
LOCAL_ADDRESS
public static final String LOCAL_ADDRESS
See Also: Constant Field Values
MAX_CONNECTIONS
public static final String MAX_CONNECTIONS
See Also: Constant Field Values
PROXY
public static final String PROXY
See Also: Constant Field Values
VIRTUAL_HOST
public static final String VIRTUAL_HOST
See Also: Constant Field Values
HostConfigurationSettings
public HostConfigurationSettings ()
Creates a default HostConfigurationSettings instance.
getHost
public String getHost ()
setHost
public void setHost (String host)
getLocalAddress
public String getLocalAddress ()
setLocalAddress
public void setLocalAddress (String localAddress)
getMaximumConnections
public int getMaximumConnections ()
setMaximumConnections
public void setMaximumConnections (int maximumConnections)
getPort
public int getPort ()
setPort
public void setPort (int port)
getProtocol
public String getProtocol ()
setProtocol
public void setProtocol (String protocol)
getProtocolFactory
public ProtocolFactory getProtocolFactory ()
setProtocolFactory
public void setProtocolFactory (ProtocolFactory protocolFactory)
getProxyHost
public String getProxyHost ()
setProxyHost
public void setProxyHost (String proxyHost)
getProxyPort
public int getProxyPort ()
setProxyPort
public void setProxyPort (int proxyPort)
getVirtualHost
public String getVirtualHost ()
setVirtualHost
public void setVirtualHost (String virtualHost)
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/HostConfigurationSettings.html
Add Comment