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

Annotations
@Sharable()
Linear Supertypes
Serializable, Serializable, Product, Equals, ChannelInitializer[io.netty.channel.Channel], ChannelInboundHandlerAdapter, ChannelInboundHandler, ChannelHandlerAdapter, ChannelHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServerChannelInitializer
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ChannelInitializer
  7. ChannelInboundHandlerAdapter
  8. ChannelInboundHandler
  9. ChannelHandlerAdapter
  10. ChannelHandler
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ServerChannelInitializer(zExec: HttpRuntime[R], cfg: Config[R, Throwable], reqHandler: ChannelHandler)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val cfg: Config[R, Throwable]
  6. def channelActive(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] ) @Skip()
  7. def channelInactive(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] ) @Skip()
  8. def channelRead(arg0: ChannelHandlerContext, arg1: Any): Unit
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] ) @Skip()
  9. def channelReadComplete(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] ) @Skip()
  10. final def channelRegistered(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelInitializer → ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  11. def channelUnregistered(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] ) @Skip()
  12. def channelWritabilityChanged(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] ) @Skip()
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  14. def ensureNotSharable(): Unit
    Attributes
    protected[channel]
    Definition Classes
    ChannelHandlerAdapter
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def exceptionCaught(arg0: ChannelHandlerContext, arg1: Throwable): Unit
    Definition Classes
    ChannelInitializer → ChannelInboundHandlerAdapter → ChannelInboundHandler → ChannelHandlerAdapter → ChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def handlerAdded(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelInitializer → ChannelHandlerAdapter → ChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  19. def handlerRemoved(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelInitializer → ChannelHandlerAdapter → ChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  20. def initChannel(channel: io.netty.channel.Channel): Unit
    Definition Classes
    ServerChannelInitializer → ChannelInitializer
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isSharable(): Boolean
    Definition Classes
    ChannelHandlerAdapter
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. val reqHandler: ChannelHandler
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def userEventTriggered(arg0: ChannelHandlerContext, arg1: Any): Unit
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] ) @Skip()
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. val zExec: HttpRuntime[R]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ChannelInitializer[io.netty.channel.Channel]

Inherited from ChannelInboundHandlerAdapter

Inherited from ChannelInboundHandler

Inherited from ChannelHandlerAdapter

Inherited from ChannelHandler

Inherited from AnyRef

Inherited from Any

Ungrouped