Packages

package server

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class HttpOnHttpsHandler extends SimpleChannelInboundHandler[HttpMessage]
  2. sealed trait LeakDetectionLevel extends AnyRef
  3. class OptionalSSLHandler extends ByteToMessageDecoder
  4. final case class ServerChannelInitializer[R](zExec: HttpRuntime[R], cfg: Config[R, Throwable], reqHandler: ChannelHandler) extends ChannelInitializer[io.netty.channel.Channel] with Product with Serializable

    Initializes the netty channel with default handlers

    Initializes the netty channel with default handlers

    Annotations
    @Sharable()
  5. trait WebSocketUpgrade[R] extends AnyRef

    Module to switch protocol to websockets

Ungrouped