ServerChannelInitializer

@ChannelHandler$$Sharable
final case class ServerChannelInitializer[R](zExec: HttpRuntime[R], cfg: Config[R, Throwable], reqHandler: ChannelHandler) extends ChannelInitializer[Channel]

Initializes the netty channel with default handlers

trait Serializable
trait Product
trait Equals
class ChannelInitializer[Channel]
class ChannelInboundHandlerAdapter
trait ChannelInboundHandler
class ChannelHandlerAdapter
trait ChannelHandler
class Object
trait Matchable
class Any

Value members

Concrete methods

override def initChannel(channel: Channel): Unit
Definition Classes
ChannelInitializer

Inherited methods

@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def channelActive(x$0: ChannelHandlerContext): Unit
Inherited from:
ChannelInboundHandlerAdapter
@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def channelInactive(x$0: ChannelHandlerContext): Unit
Inherited from:
ChannelInboundHandlerAdapter
@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def channelRead(x$0: ChannelHandlerContext, x$1: <FromJavaObject>): Unit
Inherited from:
ChannelInboundHandlerAdapter
@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def channelReadComplete(x$0: ChannelHandlerContext): Unit
Inherited from:
ChannelInboundHandlerAdapter
@throws(java.lang.Exception)
final def channelRegistered(x$0: ChannelHandlerContext): Unit
Inherited from:
ChannelInitializer
@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def channelUnregistered(x$0: ChannelHandlerContext): Unit
Inherited from:
ChannelInboundHandlerAdapter
@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def channelWritabilityChanged(x$0: ChannelHandlerContext): Unit
Inherited from:
ChannelInboundHandlerAdapter
@throws(java.lang.Exception)
def exceptionCaught(x$0: ChannelHandlerContext, x$1: Throwable): Unit
Inherited from:
ChannelInitializer
@throws(java.lang.Exception)
def handlerAdded(x$0: ChannelHandlerContext): Unit
Inherited from:
ChannelInitializer
@throws(java.lang.Exception)
def handlerRemoved(x$0: ChannelHandlerContext): Unit
Inherited from:
ChannelInitializer
Inherited from:
ChannelHandlerAdapter
Inherited from:
Product
@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def userEventTriggered(x$0: ChannelHandlerContext, x$1: <FromJavaObject>): Unit
Inherited from:
ChannelInboundHandlerAdapter