ClientResponseStreamHandler

zio.http.netty.client.ClientResponseStreamHandler
final class ClientResponseStreamHandler(rtm: NettyRuntime, onComplete: Promise[Throwable, ChannelState], keepAlive: Boolean, status: Status)(implicit trace: Trace) extends AsyncBodyReader

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

override def channelRead0(ctx: ChannelHandlerContext, msg: HttpContent): Unit

Attributes

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

Inherited methods

def acceptInboundMessage(x$0: <FromJavaObject>): Boolean

Attributes

Inherited from:
SimpleChannelInboundHandler

Attributes

Inherited from:
ChannelInboundHandlerAdapter
override def channelInactive(ctx: ChannelHandlerContext): Unit

Attributes

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

Attributes

Inherited from:
SimpleChannelInboundHandler
def connect(callback: UnsafeAsync): Unit

Attributes

Inherited from:
AsyncBodyReader
override def handlerAdded(ctx: ChannelHandlerContext): Unit

Attributes

Definition Classes
Inherited from:
AsyncBodyReader
override def handlerRemoved(ctx: ChannelHandlerContext): Unit

Attributes

Definition Classes
Inherited from:
AsyncBodyReader
def isSharable(): Boolean

Attributes

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

Attributes

Inherited from:
ChannelInboundHandlerAdapter