Class ServerBootstrapConfig

    • Method Detail

      • childGroup

        public EventLoopGroup childGroup()
        Returns the configured EventLoopGroup which will be used for the child channels or null if non is configured yet.
      • childHandler

        public ChannelHandler childHandler()
        Returns the configured ChannelHandler be used for the child channels or null if non is configured yet.
      • childOptions

        public java.util.Map<ChannelOption<?>,​java.lang.Object> childOptions()
        Returns a copy of the configured options which will be used for the child channels.
      • childAttrs

        public java.util.Map<AttributeKey<?>,​java.lang.Object> childAttrs()
        Returns a copy of the configured attributes which will be used for the child channels.