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

Attributes

Definition Classes
def connect(callback: UnsafeAsync): Unit

Attributes

Definition Classes

Attributes

Definition Classes

Inherited methods

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

Attributes

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

Attributes

Inherited from:
SimpleChannelInboundHandler

Attributes

Inherited from:
ChannelHandlerAdapter

Attributes

Inherited from:
ChannelInboundHandlerAdapter