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(zExec: NettyRuntime, jReq: FullHttpRequest, onResponse: Promise[Throwable, Response], onComplete: Promise[Throwable, ChannelState], isWebSocket: Boolean, enableKeepAlive: Boolean)(implicit trace: Trace) extends SimpleChannelInboundHandler[FullHttpResponse]

Handles HTTP response

Handles HTTP response

Attributes

Graph
Supertypes
final class ClientInboundStreamingHandler(val rtm: NettyRuntime, req: Request, onResponse: Promise[Throwable, Response], onComplete: Promise[Throwable, ChannelState], enableKeepAlive: Boolean)(implicit trace: Trace) extends SimpleChannelInboundHandler[HttpObject]

Attributes

Graph
Supertypes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
final class ClientResponseStreamHandler(val callback: UnsafeAsync, zExec: NettyRuntime, onComplete: Promise[Throwable, ChannelState], keepAlive: Boolean)(implicit trace: Trace) extends SimpleChannelInboundHandler[HttpContent]

Attributes

Graph
Supertypes
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

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