org.gudy.azureus2.core3.ipchecker.extipchecker.impl
Class ExternalIPCheckerServiceDiscoveryVIP

java.lang.Object
  extended by org.gudy.azureus2.core3.ipchecker.extipchecker.impl.ExternalIPCheckerServiceImpl
      extended by org.gudy.azureus2.core3.ipchecker.extipchecker.impl.ExternalIPCheckerServiceSimple
          extended by org.gudy.azureus2.core3.ipchecker.extipchecker.impl.ExternalIPCheckerServiceDiscoveryVIP
All Implemented Interfaces:
java.lang.Cloneable, ExternalIPCheckerService

public class ExternalIPCheckerServiceDiscoveryVIP
extends ExternalIPCheckerServiceSimple

Author:
parg

Field Summary
protected static java.lang.String CHECKER_URL
           
 
Fields inherited from class org.gudy.azureus2.core3.ipchecker.extipchecker.impl.ExternalIPCheckerServiceSimple
url
 
Constructor Summary
protected ExternalIPCheckerServiceDiscoveryVIP()
           
 
Method Summary
 
Methods inherited from class org.gudy.azureus2.core3.ipchecker.extipchecker.impl.ExternalIPCheckerServiceSimple
initiateCheck, initiateCheckSupport, supportsCheck
 
Methods inherited from class org.gudy.azureus2.core3.ipchecker.extipchecker.impl.ExternalIPCheckerServiceImpl
_clone, addListener, extractIPAddress, getDescription, getName, getURL, informFailure, informFailure, informSuccess, initiateCheckSupport, loadPage, removeListener, reportProgress, reportProgress, setComplete
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHECKER_URL

protected static final java.lang.String CHECKER_URL
See Also:
Constant Field Values
Constructor Detail

ExternalIPCheckerServiceDiscoveryVIP

protected ExternalIPCheckerServiceDiscoveryVIP()