Uses of Interface
com.teamdev.xpcom.PoxyAuthenticationHandler

Packages that use PoxyAuthenticationHandler
com.teamdev.xpcom   
 

Uses of PoxyAuthenticationHandler in com.teamdev.xpcom
 

Methods in com.teamdev.xpcom that return PoxyAuthenticationHandler
 PoxyAuthenticationHandler ProxyConfiguration.getAuthenticationHandler(ProxyServerType type)
          Returns registered authentication handler for a given server type or null when there's no registered handler.
 

Methods in com.teamdev.xpcom with parameters of type PoxyAuthenticationHandler
 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.