Uses of Class
net.sourceforge.java.feednread.backend.configuration.ProxyServerSettings

Packages that use ProxyServerSettings
net.sourceforge.java.feednread.backend.configuration This package allows the application to retrieve and persist user and system preferences and configuration data. 
 

Uses of ProxyServerSettings in net.sourceforge.java.feednread.backend.configuration
 

Fields in net.sourceforge.java.feednread.backend.configuration declared as ProxyServerSettings
private  ProxyServerSettings ConnectionManager.proxy
           The optional proxy server to use for all connections
 

Methods in net.sourceforge.java.feednread.backend.configuration that return ProxyServerSettings
 ProxyServerSettings ConnectionManager.getProxySettings()
           Gets the ProxyServerSettings used for all connections established by this ConnectionManager.
 

Methods in net.sourceforge.java.feednread.backend.configuration with parameters of type ProxyServerSettings
 void ConnectionManager.setProxySettings(ProxyServerSettings settings)
           Sets the ProxyServerSettings used for all connections established by this ConnectionManager.