package server
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class HttpOnHttpsHandler extends SimpleChannelInboundHandler[HttpMessage]
- sealed trait LeakDetectionLevel extends AnyRef
- class OptionalSSLHandler extends ByteToMessageDecoder
-
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()
-
trait
WebSocketUpgrade[R] extends AnyRef
Module to switch protocol to websockets
Value Members
- object LeakDetectionLevel
- object LogLevelTransform
- object ServerChannelFactory
- object ServerChannelInitializer extends Serializable
- object ServerSSLHandler
- object ServerTime
- object WebSocketUpgrade