Class ExternalIPCheckerServiceNoLookup
- java.lang.Object
-
- com.biglybt.core.ipchecker.extipchecker.impl.ExternalIPCheckerServiceImpl
-
- com.biglybt.core.ipchecker.extipchecker.impl.ExternalIPCheckerServiceNoLookup
-
- All Implemented Interfaces:
ExternalIPCheckerService
,java.lang.Cloneable
public class ExternalIPCheckerServiceNoLookup extends ExternalIPCheckerServiceImpl
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String
SERVICE_NAME
protected static java.lang.String
SERVICE_URL
-
Fields inherited from class com.biglybt.core.ipchecker.extipchecker.impl.ExternalIPCheckerServiceImpl
completed, timeout_sem
-
-
Constructor Summary
Constructors Constructor Description ExternalIPCheckerServiceNoLookup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
initiateCheckSupport()
boolean
supportsCheck()
-
Methods inherited from class com.biglybt.core.ipchecker.extipchecker.impl.ExternalIPCheckerServiceImpl
_clone, addListener, extractIPAddress, getDescription, getName, getURL, informFailure, informFailure, informSuccess, initiateCheck, initiateCheckSupport, loadPage, removeListener, reportProgress, reportProgress, setComplete, url
-
-
-
-
Field Detail
-
SERVICE_NAME
protected static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
SERVICE_URL
protected static final java.lang.String SERVICE_URL
- See Also:
- Constant Field Values
-
-
Method Detail
-
supportsCheck
public boolean supportsCheck()
-
initiateCheckSupport
protected void initiateCheckSupport()
- Specified by:
initiateCheckSupport
in classExternalIPCheckerServiceImpl
-
-