ClientFailureHandler

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

Handles failures happening in ClientInboundHandler

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def exceptionCaught(ctx: ChannelHandlerContext, cause: Throwable): Unit

Inherited methods

Attributes

Inherited from:
ChannelInboundHandlerAdapter
def channelRead(x$0: ChannelHandlerContext, x$1: <FromJavaObject>): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter

Attributes

Inherited from:
ChannelHandlerAdapter

Attributes

Inherited from:
ChannelHandlerAdapter
def isSharable(): Boolean

Attributes

Inherited from:
ChannelHandlerAdapter
def userEventTriggered(x$0: ChannelHandlerContext, x$1: <FromJavaObject>): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter