zio.http.netty.client

Members list

Concise view

Type members

Classlikes

sealed trait ChannelState

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Invalid.type
object Reusable.type
Self type

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
final class ClientInboundHandler(rtm: NettyRuntime, req: Request, jReq: HttpRequest, onResponse: Promise[Throwable, Response], onComplete: Promise[Throwable, ChannelState], enableKeepAlive: Boolean)(implicit trace: Trace) extends SimpleChannelInboundHandler[HttpObject]

Handles HTTP response

Handles HTTP response

Attributes

Graph
Supertypes
final class ClientResponseStreamHandler(rtm: NettyRuntime, onComplete: Promise[Throwable, ChannelState], keepAlive: Boolean, status: Status)(implicit trace: Trace) extends AsyncBodyReader

Attributes

Graph
Supertypes
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final case class NettyClientDriver extends ClientDriver

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

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

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class WebSocketClientInboundHandler(rtm: NettyRuntime, onResponse: Promise[Throwable, Response], onComplete: Promise[Throwable, ChannelState])(implicit trace: Trace) extends SimpleChannelInboundHandler[FullHttpResponse]

Attributes

Graph
Supertypes