UDPClient

object UDPClient
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(channel: DatagramChannel): ZIO[Scope, Throwable, UDPClient]
def apply(): ZIO[Scope, Throwable, UDPClient]
def apply(host: String, port: Int): ZIO[Scope, Throwable, UDPClient]