ExtensionHandler

com.github.lavrov.bittorrent.wire.ExtensionHandler$
See theExtensionHandler companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
trait ExtensionApi[F[_]]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
trait InitExtension[F[_]]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
case class InvalidMessage(message: String) extends Throwable

Attributes

Graph
Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
case class InvalidMetadata() extends Throwable

Attributes

Graph
Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
object UtMetadata

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
trait UtMetadata[F[_]]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Types

type Send[F[_]] = Extended => F[Unit]

Value members

Concrete methods

def dynamic[F[_]](get: F[ExtensionHandler[F]])(using evidence$1: Monad[F]): ExtensionHandler[F]
def noop[F[_]](using F: Applicative[F]): ExtensionHandler[F]