PeerDiscovery

com.github.lavrov.bittorrent.dht.PeerDiscovery$
See thePeerDiscovery companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

class DiscoveryState(ref: Ref[IO, Data], infoHash: InfoHash)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class ExhaustedNodeList() extends Exception

Attributes

Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def make(routingTable: RoutingTable[IO], dhtClient: Client[IO])(using logger: Logger[IO]): Resource[IO, PeerDiscovery]