zio.http.netty

package zio.http.netty

Members list

Packages

Type members

Classlikes

abstract class AsyncBodyReader(implicit trace: Trace) extends SimpleChannelInboundHandler[HttpContent]

Attributes

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

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
final implicit class BodyExtensions(val body: Body) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
sealed trait ChannelType

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object AUTO.type
object EPOLL.type
object KQUEUE.type
object NIO.type
object URING.type
object ChannelType

Attributes

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

Simple wrapper over NioEventLoopGroup

Simple wrapper over NioEventLoopGroup

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object NettyBody extends BodyEncoding

Attributes

Supertypes
trait BodyEncoding
class Object
trait Matchable
class Any
Self type
NettyBody.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final case class NettyChannel[-A](channel: Channel, convert: A => Any)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
object NettyChannel

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class NettyConfig(leakDetectionLevel: LeakDetectionLevel, channelType: ChannelType, nThreads: Int, shutdownQuietPeriodDuration: Duration, shutdownTimeoutDuration: Duration) extends Config

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Config
trait Config
class Object
trait Matchable
class Any
Show all
Self type
object NettyConfig

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
class NettyProxy

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object NettyProxy

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
NettyProxy.type
object NettyResponse

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Implicits

Implicits

final implicit def BodyExtensions(body: Body): BodyExtensions