Torrent

com.github.lavrov.bittorrent.wire.Torrent$
See theTorrent companion trait
object Torrent

Attributes

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

Members list

Concise view

Type members

Classlikes

enum Error extends Exception

Attributes

Graph
Supertypes
trait Enum
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
case class Stats(connected: Int, availability: BitSet)

Attributes

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

Value members

Concrete methods

def make(metadata: Lossless, swarm: Swarm[IO])(using logger: Logger[IO]): Resource[IO, Torrent]