Uses of Class
com.teamdev.xpcom.ProxyServerType

Packages that use ProxyServerType
com.teamdev.xpcom   
 

Uses of ProxyServerType in com.teamdev.xpcom
 

Methods in com.teamdev.xpcom that return ProxyServerType
static ProxyServerType ProxyServerType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ProxyServerType[] ProxyServerType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.teamdev.xpcom with parameters of type ProxyServerType
 PoxyAuthenticationHandler ProxyConfiguration.getAuthenticationHandler(ProxyServerType type)
          Returns registered authentication handler for a given server type or null when there's no registered handler.
 void ProxyConfiguration.setPoxyAuthenticationHandler(ProxyServerType type, PoxyAuthenticationHandler handler)
          Registers an authentication handler for a specified server type that will receive notification when a user name and password for the server is required.