Client

object Client
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

class InvalidUri extends Throwable

Value members

Concrete methods

def dispatching(httpClient: HttpClient, udpClient: UdpClient): Client
def http(http4sClient: Client[IO]): HttpClient
def udp(selfId: PeerId, socket: DatagramSocket[IO])(using Dns[IO]): Resource[IO, UdpClient]