Interface GroupChannelOption


public interface GroupChannelOption
GroupChannelOption
Author:
渔民小镇
date:
2023-02-18
  • Method Summary

    Modifier and Type
    Method
    Description
    io.netty.channel.EventLoopGroup
    EventLoopGroup bossGroup
    Class<? extends io.netty.channel.ServerChannel>
    channelClass
    io.netty.channel.EventLoopGroup
    EventLoopGroup workerGroup
  • Method Details

    • bossGroup

      io.netty.channel.EventLoopGroup bossGroup()
      EventLoopGroup bossGroup
      Returns:
      EventLoopGroup
    • workerGroup

      io.netty.channel.EventLoopGroup workerGroup()
      EventLoopGroup workerGroup
      Returns:
      EventLoopGroup
    • channelClass

      Class<? extends io.netty.channel.ServerChannel> channelClass()
      channelClass
      Returns:
      channelClass