zio.http.netty.client

Members list

Type members

Classlikes

final class ClientFailureHandler(rtm: NettyRuntime, onResponse: Promise[Throwable, Response], onComplete: Promise[Throwable, ChannelState])(implicit trace: Trace) extends ChannelInboundHandlerAdapter

Handles failures happening in ClientInboundHandler

Handles failures happening in ClientInboundHandler

Attributes

Supertypes
class Object
trait Matchable
class Any
Show all
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

Supertypes
class Object
trait Matchable
class Any
Show all
final class ClientResponseStreamHandler(rtm: NettyRuntime, onComplete: Promise[Throwable, ChannelState], keepAlive: Boolean, status: Status)(implicit trace: Trace) extends AsyncBodyReader

Attributes

Supertypes
class Object
trait Matchable
class Any
Show all
Self type

Attributes

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

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait ClientDriver
class Object
trait Matchable
class Any
Show all

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
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

Supertypes
class Object
trait Matchable
class Any
Show all