Package com.biglybt.core.util
Class IPToHostNameResolverRequest
- java.lang.Object
-
- com.biglybt.core.util.AERunnable
-
- com.biglybt.core.util.IPToHostNameResolverRequest
-
- All Implemented Interfaces:
java.lang.Runnable
public class IPToHostNameResolverRequest extends AERunnable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.biglybt.core.util.AERunnable
AERunnable.AERunnableNamed
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
ip
protected IPToHostNameResolverListener
listener
-
Constructor Summary
Constructors Modifier Constructor Description protected
IPToHostNameResolverRequest(java.lang.String _ip, IPToHostNameResolverListener _listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cancel()
protected java.lang.String
getIP()
protected IPToHostNameResolverListener
getListener()
void
runSupport()
-
Methods inherited from class com.biglybt.core.util.AERunnable
create, run
-
-
-
-
Field Detail
-
ip
protected final java.lang.String ip
-
listener
protected IPToHostNameResolverListener listener
-
-
Constructor Detail
-
IPToHostNameResolverRequest
protected IPToHostNameResolverRequest(java.lang.String _ip, IPToHostNameResolverListener _listener)
-
-
Method Detail
-
runSupport
public void runSupport()
- Specified by:
runSupport
in classAERunnable
-
cancel
public void cancel()
-
getIP
protected java.lang.String getIP()
-
getListener
protected IPToHostNameResolverListener getListener()
-
-