Venice 0.7beta

org.mov.prefs
Class PreferencesManager.ProxyPreferences

java.lang.Object
  extended by org.mov.prefs.PreferencesManager.ProxyPreferences
Enclosing class:
PreferencesManager

public class PreferencesManager.ProxyPreferences
extends java.lang.Object

Web proxy preferences fields.


Field Summary
 boolean authEnabled
          Is authentication enabled?
 java.lang.String host
          Web proxy host address.
 boolean isEnabled
          Whether we are using the web proxy.
 java.lang.String password
          Authentication password.
 java.lang.String port
          Web proxy port.
 java.lang.String user
          Authentication user name.
 
Constructor Summary
PreferencesManager.ProxyPreferences()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

host

public java.lang.String host
Web proxy host address.


port

public java.lang.String port
Web proxy port.


isEnabled

public boolean isEnabled
Whether we are using the web proxy.


authEnabled

public boolean authEnabled
Is authentication enabled?


user

public java.lang.String user
Authentication user name.


password

public java.lang.String password
Authentication password.

Constructor Detail

PreferencesManager.ProxyPreferences

public PreferencesManager.ProxyPreferences()

Venice 0.7beta