AsyncBodyReader

zio.http.netty.AsyncBodyReader
See theAsyncBodyReader companion object
abstract class AsyncBodyReader(implicit trace: Trace) extends SimpleChannelInboundHandler[HttpContent]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Concrete methods

override def channelInactive(ctx: ChannelHandlerContext): Unit

Attributes

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

Attributes

Definition Classes
def connect(callback: UnsafeAsync): Unit
override def exceptionCaught(ctx: ChannelHandlerContext, cause: Throwable): Unit
override def handlerAdded(ctx: ChannelHandlerContext): Unit

Attributes

Definition Classes
override def handlerRemoved(ctx: ChannelHandlerContext): Unit

Attributes

Definition Classes

Inherited methods

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

Attributes

Inherited from:
SimpleChannelInboundHandler

Attributes

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

Attributes

Inherited from:
SimpleChannelInboundHandler
def isSharable(): Boolean

Attributes

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

Attributes

Inherited from:
ChannelInboundHandlerAdapter