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

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

public class ExternalIPCheckerServiceNoLookup
extends ExternalIPCheckerServiceImpl

Author:
parg

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

Constructor Detail

ExternalIPCheckerServiceNoLookup

protected ExternalIPCheckerServiceNoLookup(String key)
Method Detail

supportsCheck

public boolean supportsCheck()

initiateCheckSupport

protected void initiateCheckSupport()
Specified by:
initiateCheckSupport in class ExternalIPCheckerServiceImpl