Uses of Interface
com.biglybt.core.dht.router.DHTRouterAdapter
-
Packages that use DHTRouterAdapter Package Description com.biglybt.core.dht.router com.biglybt.core.dht.router.impl -
-
Uses of DHTRouterAdapter in com.biglybt.core.dht.router
Methods in com.biglybt.core.dht.router with parameters of type DHTRouterAdapter Modifier and Type Method Description void
DHTRouter. setAdapter(DHTRouterAdapter _adapter)
void
DHTRouterWrapper. setAdapter(DHTRouterAdapter _adapter)
-
Uses of DHTRouterAdapter in com.biglybt.core.dht.router.impl
Fields in com.biglybt.core.dht.router.impl declared as DHTRouterAdapter Modifier and Type Field Description private DHTRouterAdapter
DHTRouterImpl. adapter
Methods in com.biglybt.core.dht.router.impl with parameters of type DHTRouterAdapter Modifier and Type Method Description void
DHTRouterImpl. setAdapter(DHTRouterAdapter _adapter)
-