Uses of Interface
com.biglybt.core.util.IPToHostNameResolverListener
-
Packages that use IPToHostNameResolverListener Package Description com.biglybt.core.util -
-
Uses of IPToHostNameResolverListener in com.biglybt.core.util
Fields in com.biglybt.core.util declared as IPToHostNameResolverListener Modifier and Type Field Description protected IPToHostNameResolverListener
IPToHostNameResolverRequest. listener
Methods in com.biglybt.core.util that return IPToHostNameResolverListener Modifier and Type Method Description protected IPToHostNameResolverListener
IPToHostNameResolverRequest. getListener()
Methods in com.biglybt.core.util with parameters of type IPToHostNameResolverListener Modifier and Type Method Description static IPToHostNameResolverRequest
IPToHostNameResolver. addResolverRequest(java.lang.String ip, IPToHostNameResolverListener l)
Constructors in com.biglybt.core.util with parameters of type IPToHostNameResolverListener Constructor Description IPToHostNameResolverRequest(java.lang.String _ip, IPToHostNameResolverListener _listener)
-