com.alee.managers.proxy
Class WebSystemProxyConfirmationSupport

java.lang.Object
  extended by com.alee.managers.proxy.WebSystemProxyConfirmationSupport
All Implemented Interfaces:
SystemProxyConfirmationSupport

public class WebSystemProxyConfirmationSupport
extends java.lang.Object
implements SystemProxyConfirmationSupport

Author:
Mikle Garin

Constructor Summary
WebSystemProxyConfirmationSupport()
           
 
Method Summary
 boolean alwaysDoTheSame()
          Returns whether should remember the choice or not.
 boolean shouldUseSystemProxy()
          Returns whether should use system proxy or not.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebSystemProxyConfirmationSupport

public WebSystemProxyConfirmationSupport()
Method Detail

shouldUseSystemProxy

public boolean shouldUseSystemProxy()
Description copied from interface: SystemProxyConfirmationSupport
Returns whether should use system proxy or not.

Specified by:
shouldUseSystemProxy in interface SystemProxyConfirmationSupport
Returns:
true if should use system proxy, false otherwise

alwaysDoTheSame

public boolean alwaysDoTheSame()
Description copied from interface: SystemProxyConfirmationSupport
Returns whether should remember the choice or not.

Specified by:
alwaysDoTheSame in interface SystemProxyConfirmationSupport
Returns:
true if should remember the choice, false otherwise