flex.messaging.services.http
Class HostConfigurationSettings

java.lang.Object
  extended by 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

Field Summary
static String HOST
           
static String LOCAL_ADDRESS
           
static String MAX_CONNECTIONS
           
static String PORT
           
static String PROTOCOL
           
static String PROTOCOL_FACFORY
           
static String PROXY
           
static String VIRTUAL_HOST
           
 
Constructor Summary
HostConfigurationSettings()
          Creates a default HostConfigurationSettings instance.
 
Method Summary
 String getHost()
           
 String getLocalAddress()
           
 int getMaximumConnections()
           
 int getPort()
           
 String getProtocol()
           
 ProtocolFactory getProtocolFactory()
           
 String getProxyHost()
           
 int getProxyPort()
           
 String getVirtualHost()
           
 void setHost(String host)
           
 void setLocalAddress(String localAddress)
           
 void setMaximumConnections(int maximumConnections)
           
 void setPort(int port)
           
 void setProtocol(String protocol)
           
 void setProtocolFactory(ProtocolFactory protocolFactory)
           
 void setProxyHost(String proxyHost)
           
 void setProxyPort(int proxyPort)
           
 void setVirtualHost(String virtualHost)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

HostConfigurationSettings

public HostConfigurationSettings()
Creates a default HostConfigurationSettings instance.

Method Detail

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