org.apache.continuum.configuration.model
Class ProxyConfiguration

java.lang.Object
  extended by org.apache.continuum.configuration.model.ProxyConfiguration
All Implemented Interfaces:
Serializable

public class ProxyConfiguration
extends Object
implements Serializable

Class ProxyConfiguration.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
ProxyConfiguration()
           
 
Method Summary
 String getProxyHost()
          Get the proxyHost field.
 String getProxyPassword()
          Get the proxyPassword field.
 int getProxyPort()
          Get the proxyPort field.
 String getProxyUser()
          Get the proxyUser field.
 void setProxyHost(String proxyHost)
          Set the proxyHost field.
 void setProxyPassword(String proxyPassword)
          Set the proxyPassword field.
 void setProxyPort(int proxyPort)
          Set the proxyPort field.
 void setProxyUser(String proxyUser)
          Set the proxyUser field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyConfiguration

public ProxyConfiguration()
Method Detail

getProxyHost

public String getProxyHost()
Get the proxyHost field.

Returns:
String

getProxyPassword

public String getProxyPassword()
Get the proxyPassword field.

Returns:
String

getProxyPort

public int getProxyPort()
Get the proxyPort field.

Returns:
int

getProxyUser

public String getProxyUser()
Get the proxyUser field.

Returns:
String

setProxyHost

public void setProxyHost(String proxyHost)
Set the proxyHost field.

Parameters:
proxyHost -

setProxyPassword

public void setProxyPassword(String proxyPassword)
Set the proxyPassword field.

Parameters:
proxyPassword -

setProxyPort

public void setProxyPort(int proxyPort)
Set the proxyPort field.

Parameters:
proxyPort -

setProxyUser

public void setProxyUser(String proxyUser)
Set the proxyUser field.

Parameters:
proxyUser -


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.