Packages

p

zio.http

service

package service

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. service
  2. Logging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package logging

Type Members

  1. type ChannelFactory = io.netty.channel.ChannelFactory[io.netty.channel.Channel]
  2. type EventLoopGroup = io.netty.channel.EventLoopGroup
  3. trait Logging extends AnyRef

    Base trait to configure logging.

    Base trait to configure logging. Feel free to edit this file as per your requirements to slice and dice internal logging.

  4. type ServerChannelFactory = io.netty.channel.ChannelFactory[ServerChannel]

Value Members

  1. val EnableNettyLogging: Boolean

    Controls if you want to pipe netty logs into the zio-http logger.

    Controls if you want to pipe netty logs into the zio-http logger.

    Definition Classes
    Logging
  2. object ServerTime

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped