Client

zio.http.netty.ChannelFactories.Client
object Client

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Client.type

Members list

Value members

Concrete methods

def embedded(implicit trace: Trace): UIO[ChannelFactory[Channel]]
def epoll(implicit trace: Trace): UIO[ChannelFactory[Channel]]
def kqueue(implicit trace: Trace): UIO[ChannelFactory[Channel]]
def nio(implicit trace: Trace): UIO[ChannelFactory[Channel]]
def uring(implicit trace: Trace): UIO[ChannelFactory[Channel]]

Concrete fields

Implicits

Implicits

implicit val trace: Trace