RequestDispatcher

com.github.lavrov.bittorrent.wire.RequestDispatcher$
See theRequestDispatcher companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

case object NoPieceAvailable extends Throwable

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Self type
case class PieceWork(size: Long, checksum: ByteVector, requests: Chain[Request])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
class WorkGenerator(pieceLength: Long, totalLength: Long, pieces: ByteVector)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
object WorkQueue

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
trait WorkQueue[Request, Response]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(metadata: TorrentMetadata): Resource[IO, RequestDispatcher]

Concrete fields

val ChunkSize: Int