public final class io.netty.channel.epoll.EpollSocketChannelConfig extends io.netty.channel.epoll.EpollChannelConfig implements io.netty.channel.socket.SocketChannelConfig
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.netty.channel.epoll.EpollSocketChannelConfig
  super_class: io.netty.channel.epoll.EpollChannelConfig
{
  private final io.netty.channel.epoll.EpollSocketChannel channel;
    descriptor: Lio/netty/channel/epoll/EpollSocketChannel;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private volatile boolean allowHalfClosure;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  void <init>(io.netty.channel.epoll.EpollSocketChannel);
    descriptor: (Lio/netty/channel/epoll/EpollSocketChannel;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // io.netty.channel.epoll.EpollSocketChannel channel
         0: .line 48
            aload 0 /* this */
            aload 1 /* channel */
            invokespecial io.netty.channel.epoll.EpollChannelConfig.<init>:(Lio/netty/channel/epoll/AbstractEpollChannel;)V
         1: .line 50
            aload 0 /* this */
            aload 1 /* channel */
            putfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
         2: .line 51
            invokestatic io.netty.util.internal.PlatformDependent.canEnableTcpNoDelayByDefault:()Z
            ifeq 4
         3: .line 52
            aload 0 /* this */
            iconst_1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setTcpNoDelay:(Z)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            pop
         4: .line 54
      StackMap locals: io.netty.channel.epoll.EpollSocketChannelConfig io.netty.channel.epoll.EpollSocketChannel
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.calculateMaxBytesPerGatheringWrite:()V
         5: .line 55
            return
        end local 1 // io.netty.channel.epoll.EpollSocketChannel channel
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    6     1  channel  Lio/netty/channel/epoll/EpollSocketChannel;
    MethodParameters:
         Name  Flags
      channel  

  public java.util.Map<io.netty.channel.ChannelOption<?>, java.lang.Object> getOptions();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
         0: .line 59
            aload 0 /* this */
         1: .line 60
            aload 0 /* this */
            invokespecial io.netty.channel.epoll.EpollChannelConfig.getOptions:()Ljava/util/Map;
            bipush 17
            anewarray io.netty.channel.ChannelOption
            dup
            iconst_0
         2: .line 61
            getstatic io.netty.channel.ChannelOption.SO_RCVBUF:Lio/netty/channel/ChannelOption;
            aastore
            dup
            iconst_1
            getstatic io.netty.channel.ChannelOption.SO_SNDBUF:Lio/netty/channel/ChannelOption;
            aastore
            dup
            iconst_2
            getstatic io.netty.channel.ChannelOption.TCP_NODELAY:Lio/netty/channel/ChannelOption;
            aastore
            dup
            iconst_3
            getstatic io.netty.channel.ChannelOption.SO_KEEPALIVE:Lio/netty/channel/ChannelOption;
            aastore
            dup
            iconst_4
            getstatic io.netty.channel.ChannelOption.SO_REUSEADDR:Lio/netty/channel/ChannelOption;
            aastore
            dup
            iconst_5
            getstatic io.netty.channel.ChannelOption.SO_LINGER:Lio/netty/channel/ChannelOption;
            aastore
            dup
            bipush 6
            getstatic io.netty.channel.ChannelOption.IP_TOS:Lio/netty/channel/ChannelOption;
            aastore
            dup
            bipush 7
         3: .line 62
            getstatic io.netty.channel.ChannelOption.ALLOW_HALF_CLOSURE:Lio/netty/channel/ChannelOption;
            aastore
            dup
            bipush 8
            getstatic io.netty.channel.epoll.EpollChannelOption.TCP_CORK:Lio/netty/channel/ChannelOption;
            aastore
            dup
            bipush 9
            getstatic io.netty.channel.epoll.EpollChannelOption.TCP_NOTSENT_LOWAT:Lio/netty/channel/ChannelOption;
            aastore
            dup
            bipush 10
         4: .line 63
            getstatic io.netty.channel.epoll.EpollChannelOption.TCP_KEEPCNT:Lio/netty/channel/ChannelOption;
            aastore
            dup
            bipush 11
            getstatic io.netty.channel.epoll.EpollChannelOption.TCP_KEEPIDLE:Lio/netty/channel/ChannelOption;
            aastore
            dup
            bipush 12
            getstatic io.netty.channel.epoll.EpollChannelOption.TCP_KEEPINTVL:Lio/netty/channel/ChannelOption;
            aastore
            dup
            bipush 13
         5: .line 64
            getstatic io.netty.channel.epoll.EpollChannelOption.TCP_MD5SIG:Lio/netty/channel/ChannelOption;
            aastore
            dup
            bipush 14
            getstatic io.netty.channel.epoll.EpollChannelOption.TCP_QUICKACK:Lio/netty/channel/ChannelOption;
            aastore
            dup
            bipush 15
            getstatic io.netty.channel.epoll.EpollChannelOption.IP_TRANSPARENT:Lio/netty/channel/ChannelOption;
            aastore
            dup
            bipush 16
         6: .line 65
            getstatic io.netty.channel.epoll.EpollChannelOption.TCP_FASTOPEN_CONNECT:Lio/netty/channel/ChannelOption;
            aastore
         7: .line 59
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.getOptions:(Ljava/util/Map;[Lio/netty/channel/ChannelOption;)Ljava/util/Map;
            areturn
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
    Signature: ()Ljava/util/Map<Lio/netty/channel/ChannelOption<*>;Ljava/lang/Object;>;

  public <T> T getOption(io.netty.channel.ChannelOption<T>);
    descriptor: (Lio/netty/channel/ChannelOption;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // io.netty.channel.ChannelOption option
         0: .line 71
            aload 1 /* option */
            getstatic io.netty.channel.ChannelOption.SO_RCVBUF:Lio/netty/channel/ChannelOption;
            if_acmpne 2
         1: .line 72
            aload 0 /* this */
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.getReceiveBufferSize:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
         2: .line 74
      StackMap locals:
      StackMap stack:
            aload 1 /* option */
            getstatic io.netty.channel.ChannelOption.SO_SNDBUF:Lio/netty/channel/ChannelOption;
            if_acmpne 4
         3: .line 75
            aload 0 /* this */
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.getSendBufferSize:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
         4: .line 77
      StackMap locals:
      StackMap stack:
            aload 1 /* option */
            getstatic io.netty.channel.ChannelOption.TCP_NODELAY:Lio/netty/channel/ChannelOption;
            if_acmpne 6
         5: .line 78
            aload 0 /* this */
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.isTcpNoDelay:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
         6: .line 80
      StackMap locals:
      StackMap stack:
            aload 1 /* option */
            getstatic io.netty.channel.ChannelOption.SO_KEEPALIVE:Lio/netty/channel/ChannelOption;
            if_acmpne 8
         7: .line 81
            aload 0 /* this */
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.isKeepAlive:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
         8: .line 83
      StackMap locals:
      StackMap stack:
            aload 1 /* option */
            getstatic io.netty.channel.ChannelOption.SO_REUSEADDR:Lio/netty/channel/ChannelOption;
            if_acmpne 10
         9: .line 84
            aload 0 /* this */
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.isReuseAddress:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        10: .line 86
      StackMap locals:
      StackMap stack:
            aload 1 /* option */
            getstatic io.netty.channel.ChannelOption.SO_LINGER:Lio/netty/channel/ChannelOption;
            if_acmpne 12
        11: .line 87
            aload 0 /* this */
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.getSoLinger:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        12: .line 89
      StackMap locals:
      StackMap stack:
            aload 1 /* option */
            getstatic io.netty.channel.ChannelOption.IP_TOS:Lio/netty/channel/ChannelOption;
            if_acmpne 14
        13: .line 90
            aload 0 /* this */
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.getTrafficClass:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        14: .line 92
      StackMap locals:
      StackMap stack:
            aload 1 /* option */
            getstatic io.netty.channel.ChannelOption.ALLOW_HALF_CLOSURE:Lio/netty/channel/ChannelOption;
            if_acmpne 16
        15: .line 93
            aload 0 /* this */
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.isAllowHalfClosure:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        16: .line 95
      StackMap locals:
      StackMap stack:
            aload 1 /* option */
            getstatic io.netty.channel.epoll.EpollChannelOption.TCP_CORK:Lio/netty/channel/ChannelOption;
            if_acmpne 18
        17: .line 96
            aload 0 /* this */
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.isTcpCork:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        18: .line 98
      StackMap locals:
      StackMap stack:
            aload 1 /* option */
            getstatic io.netty.channel.epoll.EpollChannelOption.TCP_NOTSENT_LOWAT:Lio/netty/channel/ChannelOption;
            if_acmpne 20
        19: .line 99
            aload 0 /* this */
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.getTcpNotSentLowAt:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
        20: .line 101
      StackMap locals:
      StackMap stack:
            aload 1 /* option */
            getstatic io.netty.channel.epoll.EpollChannelOption.TCP_KEEPIDLE:Lio/netty/channel/ChannelOption;
            if_acmpne 22
        21: .line 102
            aload 0 /* this */
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.getTcpKeepIdle:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        22: .line 104
      StackMap locals:
      StackMap stack:
            aload 1 /* option */
            getstatic io.netty.channel.epoll.EpollChannelOption.TCP_KEEPINTVL:Lio/netty/channel/ChannelOption;
            if_acmpne 24
        23: .line 105
            aload 0 /* this */
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.getTcpKeepIntvl:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        24: .line 107
      StackMap locals:
      StackMap stack:
            aload 1 /* option */
            getstatic io.netty.channel.epoll.EpollChannelOption.TCP_KEEPCNT:Lio/netty/channel/ChannelOption;
            if_acmpne 26
        25: .line 108
            aload 0 /* this */
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.getTcpKeepCnt:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        26: .line 110
      StackMap locals:
      StackMap stack:
            aload 1 /* option */
            getstatic io.netty.channel.epoll.EpollChannelOption.TCP_USER_TIMEOUT:Lio/netty/channel/ChannelOption;
            if_acmpne 28
        27: .line 111
            aload 0 /* this */
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.getTcpUserTimeout:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        28: .line 113
      StackMap locals:
      StackMap stack:
            aload 1 /* option */
            getstatic io.netty.channel.epoll.EpollChannelOption.TCP_QUICKACK:Lio/netty/channel/ChannelOption;
            if_acmpne 30
        29: .line 114
            aload 0 /* this */
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.isTcpQuickAck:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        30: .line 116
      StackMap locals:
      StackMap stack:
            aload 1 /* option */
            getstatic io.netty.channel.epoll.EpollChannelOption.IP_TRANSPARENT:Lio/netty/channel/ChannelOption;
            if_acmpne 32
        31: .line 117
            aload 0 /* this */
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.isIpTransparent:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        32: .line 119
      StackMap locals:
      StackMap stack:
            aload 1 /* option */
            getstatic io.netty.channel.epoll.EpollChannelOption.TCP_FASTOPEN_CONNECT:Lio/netty/channel/ChannelOption;
            if_acmpne 34
        33: .line 120
            aload 0 /* this */
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.isTcpFastOpenConnect:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        34: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* option */
            invokespecial io.netty.channel.epoll.EpollChannelConfig.getOption:(Lio/netty/channel/ChannelOption;)Ljava/lang/Object;
            areturn
        end local 1 // io.netty.channel.ChannelOption option
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   35     0    this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0   35     1  option  Lio/netty/channel/ChannelOption<TT;>;
    Signature: <T:Ljava/lang/Object;>(Lio/netty/channel/ChannelOption<TT;>;)TT;
    MethodParameters:
        Name  Flags
      option  

  public <T> boolean setOption(io.netty.channel.ChannelOption<T>, );
    descriptor: (Lio/netty/channel/ChannelOption;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // io.netty.channel.ChannelOption option
        start local 2 // java.lang.Object value
         0: .line 127
            aload 0 /* this */
            aload 1 /* option */
            aload 2 /* value */
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.validate:(Lio/netty/channel/ChannelOption;Ljava/lang/Object;)V
         1: .line 129
            aload 1 /* option */
            getstatic io.netty.channel.ChannelOption.SO_RCVBUF:Lio/netty/channel/ChannelOption;
            if_acmpne 4
         2: .line 130
            aload 0 /* this */
            aload 2 /* value */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setReceiveBufferSize:(I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            pop
         3: .line 131
            goto 57
      StackMap locals:
      StackMap stack:
         4: aload 1 /* option */
            getstatic io.netty.channel.ChannelOption.SO_SNDBUF:Lio/netty/channel/ChannelOption;
            if_acmpne 7
         5: .line 132
            aload 0 /* this */
            aload 2 /* value */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setSendBufferSize:(I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            pop
         6: .line 133
            goto 57
      StackMap locals:
      StackMap stack:
         7: aload 1 /* option */
            getstatic io.netty.channel.ChannelOption.TCP_NODELAY:Lio/netty/channel/ChannelOption;
            if_acmpne 10
         8: .line 134
            aload 0 /* this */
            aload 2 /* value */
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setTcpNoDelay:(Z)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            pop
         9: .line 135
            goto 57
      StackMap locals:
      StackMap stack:
        10: aload 1 /* option */
            getstatic io.netty.channel.ChannelOption.SO_KEEPALIVE:Lio/netty/channel/ChannelOption;
            if_acmpne 13
        11: .line 136
            aload 0 /* this */
            aload 2 /* value */
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setKeepAlive:(Z)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            pop
        12: .line 137
            goto 57
      StackMap locals:
      StackMap stack:
        13: aload 1 /* option */
            getstatic io.netty.channel.ChannelOption.SO_REUSEADDR:Lio/netty/channel/ChannelOption;
            if_acmpne 16
        14: .line 138
            aload 0 /* this */
            aload 2 /* value */
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setReuseAddress:(Z)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            pop
        15: .line 139
            goto 57
      StackMap locals:
      StackMap stack:
        16: aload 1 /* option */
            getstatic io.netty.channel.ChannelOption.SO_LINGER:Lio/netty/channel/ChannelOption;
            if_acmpne 19
        17: .line 140
            aload 0 /* this */
            aload 2 /* value */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setSoLinger:(I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            pop
        18: .line 141
            goto 57
      StackMap locals:
      StackMap stack:
        19: aload 1 /* option */
            getstatic io.netty.channel.ChannelOption.IP_TOS:Lio/netty/channel/ChannelOption;
            if_acmpne 22
        20: .line 142
            aload 0 /* this */
            aload 2 /* value */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setTrafficClass:(I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            pop
        21: .line 143
            goto 57
      StackMap locals:
      StackMap stack:
        22: aload 1 /* option */
            getstatic io.netty.channel.ChannelOption.ALLOW_HALF_CLOSURE:Lio/netty/channel/ChannelOption;
            if_acmpne 25
        23: .line 144
            aload 0 /* this */
            aload 2 /* value */
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setAllowHalfClosure:(Z)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            pop
        24: .line 145
            goto 57
      StackMap locals:
      StackMap stack:
        25: aload 1 /* option */
            getstatic io.netty.channel.epoll.EpollChannelOption.TCP_CORK:Lio/netty/channel/ChannelOption;
            if_acmpne 28
        26: .line 146
            aload 0 /* this */
            aload 2 /* value */
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setTcpCork:(Z)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            pop
        27: .line 147
            goto 57
      StackMap locals:
      StackMap stack:
        28: aload 1 /* option */
            getstatic io.netty.channel.epoll.EpollChannelOption.TCP_NOTSENT_LOWAT:Lio/netty/channel/ChannelOption;
            if_acmpne 31
        29: .line 148
            aload 0 /* this */
            aload 2 /* value */
            checkcast java.lang.Long
            invokevirtual java.lang.Long.longValue:()J
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setTcpNotSentLowAt:(J)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            pop
        30: .line 149
            goto 57
      StackMap locals:
      StackMap stack:
        31: aload 1 /* option */
            getstatic io.netty.channel.epoll.EpollChannelOption.TCP_KEEPIDLE:Lio/netty/channel/ChannelOption;
            if_acmpne 34
        32: .line 150
            aload 0 /* this */
            aload 2 /* value */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setTcpKeepIdle:(I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            pop
        33: .line 151
            goto 57
      StackMap locals:
      StackMap stack:
        34: aload 1 /* option */
            getstatic io.netty.channel.epoll.EpollChannelOption.TCP_KEEPCNT:Lio/netty/channel/ChannelOption;
            if_acmpne 37
        35: .line 152
            aload 0 /* this */
            aload 2 /* value */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setTcpKeepCnt:(I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            pop
        36: .line 153
            goto 57
      StackMap locals:
      StackMap stack:
        37: aload 1 /* option */
            getstatic io.netty.channel.epoll.EpollChannelOption.TCP_KEEPINTVL:Lio/netty/channel/ChannelOption;
            if_acmpne 40
        38: .line 154
            aload 0 /* this */
            aload 2 /* value */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setTcpKeepIntvl:(I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            pop
        39: .line 155
            goto 57
      StackMap locals:
      StackMap stack:
        40: aload 1 /* option */
            getstatic io.netty.channel.epoll.EpollChannelOption.TCP_USER_TIMEOUT:Lio/netty/channel/ChannelOption;
            if_acmpne 43
        41: .line 156
            aload 0 /* this */
            aload 2 /* value */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setTcpUserTimeout:(I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            pop
        42: .line 157
            goto 57
      StackMap locals:
      StackMap stack:
        43: aload 1 /* option */
            getstatic io.netty.channel.epoll.EpollChannelOption.IP_TRANSPARENT:Lio/netty/channel/ChannelOption;
            if_acmpne 46
        44: .line 158
            aload 0 /* this */
            aload 2 /* value */
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setIpTransparent:(Z)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            pop
        45: .line 159
            goto 57
      StackMap locals:
      StackMap stack:
        46: aload 1 /* option */
            getstatic io.netty.channel.epoll.EpollChannelOption.TCP_MD5SIG:Lio/netty/channel/ChannelOption;
            if_acmpne 50
        47: .line 161
            aload 2 /* value */
            checkcast java.util.Map
            astore 3 /* m */
        start local 3 // java.util.Map m
        48: .line 162
            aload 0 /* this */
            aload 3 /* m */
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setTcpMd5Sig:(Ljava/util/Map;)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            pop
        end local 3 // java.util.Map m
        49: .line 163
            goto 57
      StackMap locals:
      StackMap stack:
        50: aload 1 /* option */
            getstatic io.netty.channel.epoll.EpollChannelOption.TCP_QUICKACK:Lio/netty/channel/ChannelOption;
            if_acmpne 53
        51: .line 164
            aload 0 /* this */
            aload 2 /* value */
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setTcpQuickAck:(Z)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            pop
        52: .line 165
            goto 57
      StackMap locals:
      StackMap stack:
        53: aload 1 /* option */
            getstatic io.netty.channel.epoll.EpollChannelOption.TCP_FASTOPEN_CONNECT:Lio/netty/channel/ChannelOption;
            if_acmpne 56
        54: .line 166
            aload 0 /* this */
            aload 2 /* value */
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setTcpFastOpenConnect:(Z)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            pop
        55: .line 167
            goto 57
        56: .line 168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* option */
            aload 2 /* value */
            invokespecial io.netty.channel.epoll.EpollChannelConfig.setOption:(Lio/netty/channel/ChannelOption;Ljava/lang/Object;)Z
            ireturn
        57: .line 171
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // java.lang.Object value
        end local 1 // io.netty.channel.ChannelOption option
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   58     0    this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0   58     1  option  Lio/netty/channel/ChannelOption<TT;>;
            0   58     2   value  TT;
           48   49     3       m  Ljava/util/Map<Ljava/net/InetAddress;[B>;
    Signature: <T:Ljava/lang/Object;>(Lio/netty/channel/ChannelOption<TT;>;TT;)Z
    MethodParameters:
        Name  Flags
      option  
      value   

  public int getReceiveBufferSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
         0: .line 177
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            invokevirtual io.netty.channel.epoll.LinuxSocket.getReceiveBufferSize:()I
         1: ireturn
         2: .line 178
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 179
            new io.netty.channel.ChannelException
            dup
            aload 1 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public int getSendBufferSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
         0: .line 186
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            invokevirtual io.netty.channel.epoll.LinuxSocket.getSendBufferSize:()I
         1: ireturn
         2: .line 187
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 188
            new io.netty.channel.ChannelException
            dup
            aload 1 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public int getSoLinger();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
         0: .line 195
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            invokevirtual io.netty.channel.epoll.LinuxSocket.getSoLinger:()I
         1: ireturn
         2: .line 196
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 197
            new io.netty.channel.ChannelException
            dup
            aload 1 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public int getTrafficClass();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
         0: .line 204
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            invokevirtual io.netty.channel.epoll.LinuxSocket.getTrafficClass:()I
         1: ireturn
         2: .line 205
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 206
            new io.netty.channel.ChannelException
            dup
            aload 1 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public boolean isKeepAlive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
         0: .line 213
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            invokevirtual io.netty.channel.epoll.LinuxSocket.isKeepAlive:()Z
         1: ireturn
         2: .line 214
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 215
            new io.netty.channel.ChannelException
            dup
            aload 1 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public boolean isReuseAddress();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
         0: .line 222
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            invokevirtual io.netty.channel.epoll.LinuxSocket.isReuseAddress:()Z
         1: ireturn
         2: .line 223
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 224
            new io.netty.channel.ChannelException
            dup
            aload 1 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public boolean isTcpNoDelay();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
         0: .line 231
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            invokevirtual io.netty.channel.epoll.LinuxSocket.isTcpNoDelay:()Z
         1: ireturn
         2: .line 232
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 233
            new io.netty.channel.ChannelException
            dup
            aload 1 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public boolean isTcpCork();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
         0: .line 242
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            invokevirtual io.netty.channel.epoll.LinuxSocket.isTcpCork:()Z
         1: ireturn
         2: .line 243
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 244
            new io.netty.channel.ChannelException
            dup
            aload 1 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public long getTcpNotSentLowAt();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
         0: .line 254
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            invokevirtual io.netty.channel.epoll.LinuxSocket.getTcpNotSentLowAt:()J
         1: lreturn
         2: .line 255
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 256
            new io.netty.channel.ChannelException
            dup
            aload 1 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public int getTcpKeepIdle();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
         0: .line 265
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            invokevirtual io.netty.channel.epoll.LinuxSocket.getTcpKeepIdle:()I
         1: ireturn
         2: .line 266
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 267
            new io.netty.channel.ChannelException
            dup
            aload 1 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public int getTcpKeepIntvl();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
         0: .line 276
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            invokevirtual io.netty.channel.epoll.LinuxSocket.getTcpKeepIntvl:()I
         1: ireturn
         2: .line 277
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 278
            new io.netty.channel.ChannelException
            dup
            aload 1 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public int getTcpKeepCnt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
         0: .line 287
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            invokevirtual io.netty.channel.epoll.LinuxSocket.getTcpKeepCnt:()I
         1: ireturn
         2: .line 288
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 289
            new io.netty.channel.ChannelException
            dup
            aload 1 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public int getTcpUserTimeout();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
         0: .line 298
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            invokevirtual io.netty.channel.epoll.LinuxSocket.getTcpUserTimeout:()I
         1: ireturn
         2: .line 299
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 300
            new io.netty.channel.ChannelException
            dup
            aload 1 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public io.netty.channel.epoll.EpollSocketChannelConfig setKeepAlive(boolean);
    descriptor: (Z)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // boolean keepAlive
         0: .line 307
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            iload 1 /* keepAlive */
            invokevirtual io.netty.channel.epoll.LinuxSocket.setKeepAlive:(Z)V
         1: .line 308
            aload 0 /* this */
         2: areturn
         3: .line 309
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 310
            new io.netty.channel.ChannelException
            dup
            aload 2 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
        end local 1 // boolean keepAlive
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    5     1  keepAlive  Z
            4    5     2          e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    MethodParameters:
           Name  Flags
      keepAlive  

  public io.netty.channel.epoll.EpollSocketChannelConfig setPerformancePreferences(int, int, int);
    descriptor: (III)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // int connectionTime
        start local 2 // int latency
        start local 3 // int bandwidth
         0: .line 317
            aload 0 /* this */
            areturn
        end local 3 // int bandwidth
        end local 2 // int latency
        end local 1 // int connectionTime
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    1     1  connectionTime  I
            0    1     2         latency  I
            0    1     3       bandwidth  I
    MethodParameters:
                Name  Flags
      connectionTime  
      latency         
      bandwidth       

  public io.netty.channel.epoll.EpollSocketChannelConfig setReceiveBufferSize(int);
    descriptor: (I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // int receiveBufferSize
         0: .line 323
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            iload 1 /* receiveBufferSize */
            invokevirtual io.netty.channel.epoll.LinuxSocket.setReceiveBufferSize:(I)V
         1: .line 324
            aload 0 /* this */
         2: areturn
         3: .line 325
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 326
            new io.netty.channel.ChannelException
            dup
            aload 2 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
        end local 1 // int receiveBufferSize
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    5     1  receiveBufferSize  I
            4    5     2                  e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    MethodParameters:
                   Name  Flags
      receiveBufferSize  

  public io.netty.channel.epoll.EpollSocketChannelConfig setReuseAddress(boolean);
    descriptor: (Z)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // boolean reuseAddress
         0: .line 333
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            iload 1 /* reuseAddress */
            invokevirtual io.netty.channel.epoll.LinuxSocket.setReuseAddress:(Z)V
         1: .line 334
            aload 0 /* this */
         2: areturn
         3: .line 335
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 336
            new io.netty.channel.ChannelException
            dup
            aload 2 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
        end local 1 // boolean reuseAddress
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    5     1  reuseAddress  Z
            4    5     2             e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    MethodParameters:
              Name  Flags
      reuseAddress  

  public io.netty.channel.epoll.EpollSocketChannelConfig setSendBufferSize(int);
    descriptor: (I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // int sendBufferSize
         0: .line 343
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            iload 1 /* sendBufferSize */
            invokevirtual io.netty.channel.epoll.LinuxSocket.setSendBufferSize:(I)V
         1: .line 344
            aload 0 /* this */
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.calculateMaxBytesPerGatheringWrite:()V
         2: .line 345
            aload 0 /* this */
         3: areturn
         4: .line 346
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         5: .line 347
            new io.netty.channel.ChannelException
            dup
            aload 2 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
        end local 1 // int sendBufferSize
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    6     1  sendBufferSize  I
            5    6     2               e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     3       4  Class java.io.IOException
    MethodParameters:
                Name  Flags
      sendBufferSize  

  public io.netty.channel.epoll.EpollSocketChannelConfig setSoLinger(int);
    descriptor: (I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // int soLinger
         0: .line 354
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            iload 1 /* soLinger */
            invokevirtual io.netty.channel.epoll.LinuxSocket.setSoLinger:(I)V
         1: .line 355
            aload 0 /* this */
         2: areturn
         3: .line 356
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 357
            new io.netty.channel.ChannelException
            dup
            aload 2 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
        end local 1 // int soLinger
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    5     1  soLinger  I
            4    5     2         e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    MethodParameters:
          Name  Flags
      soLinger  

  public io.netty.channel.epoll.EpollSocketChannelConfig setTcpNoDelay(boolean);
    descriptor: (Z)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // boolean tcpNoDelay
         0: .line 364
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            iload 1 /* tcpNoDelay */
            invokevirtual io.netty.channel.epoll.LinuxSocket.setTcpNoDelay:(Z)V
         1: .line 365
            aload 0 /* this */
         2: areturn
         3: .line 366
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 367
            new io.netty.channel.ChannelException
            dup
            aload 2 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
        end local 1 // boolean tcpNoDelay
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    5     1  tcpNoDelay  Z
            4    5     2           e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    MethodParameters:
            Name  Flags
      tcpNoDelay  

  public io.netty.channel.epoll.EpollSocketChannelConfig setTcpCork(boolean);
    descriptor: (Z)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // boolean tcpCork
         0: .line 376
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            iload 1 /* tcpCork */
            invokevirtual io.netty.channel.epoll.LinuxSocket.setTcpCork:(Z)V
         1: .line 377
            aload 0 /* this */
         2: areturn
         3: .line 378
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 379
            new io.netty.channel.ChannelException
            dup
            aload 2 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
        end local 1 // boolean tcpCork
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    5     1  tcpCork  Z
            4    5     2        e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    MethodParameters:
         Name  Flags
      tcpCork  

  public io.netty.channel.epoll.EpollSocketChannelConfig setTcpNotSentLowAt(long);
    descriptor: (J)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // long tcpNotSentLowAt
         0: .line 389
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            lload 1 /* tcpNotSentLowAt */
            invokevirtual io.netty.channel.epoll.LinuxSocket.setTcpNotSentLowAt:(J)V
         1: .line 390
            aload 0 /* this */
         2: areturn
         3: .line 391
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 3 /* e */
        start local 3 // java.io.IOException e
         4: .line 392
            new io.netty.channel.ChannelException
            dup
            aload 3 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.io.IOException e
        end local 1 // long tcpNotSentLowAt
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    5     1  tcpNotSentLowAt  J
            4    5     3                e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    MethodParameters:
                 Name  Flags
      tcpNotSentLowAt  

  public io.netty.channel.epoll.EpollSocketChannelConfig setTrafficClass(int);
    descriptor: (I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // int trafficClass
         0: .line 399
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            iload 1 /* trafficClass */
            invokevirtual io.netty.channel.epoll.LinuxSocket.setTrafficClass:(I)V
         1: .line 400
            aload 0 /* this */
         2: areturn
         3: .line 401
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 402
            new io.netty.channel.ChannelException
            dup
            aload 2 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
        end local 1 // int trafficClass
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    5     1  trafficClass  I
            4    5     2             e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    MethodParameters:
              Name  Flags
      trafficClass  

  public io.netty.channel.epoll.EpollSocketChannelConfig setTcpKeepIdle(int);
    descriptor: (I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // int seconds
         0: .line 411
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            iload 1 /* seconds */
            invokevirtual io.netty.channel.epoll.LinuxSocket.setTcpKeepIdle:(I)V
         1: .line 412
            aload 0 /* this */
         2: areturn
         3: .line 413
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 414
            new io.netty.channel.ChannelException
            dup
            aload 2 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
        end local 1 // int seconds
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    5     1  seconds  I
            4    5     2        e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    MethodParameters:
         Name  Flags
      seconds  

  public io.netty.channel.epoll.EpollSocketChannelConfig setTcpKeepIntvl(int);
    descriptor: (I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // int seconds
         0: .line 423
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            iload 1 /* seconds */
            invokevirtual io.netty.channel.epoll.LinuxSocket.setTcpKeepIntvl:(I)V
         1: .line 424
            aload 0 /* this */
         2: areturn
         3: .line 425
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 426
            new io.netty.channel.ChannelException
            dup
            aload 2 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
        end local 1 // int seconds
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    5     1  seconds  I
            4    5     2        e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    MethodParameters:
         Name  Flags
      seconds  

  public io.netty.channel.epoll.EpollSocketChannelConfig setTcpKeepCntl(int);
    descriptor: (I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // int probes
         0: .line 435
            aload 0 /* this */
            iload 1 /* probes */
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setTcpKeepCnt:(I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
        end local 1 // int probes
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    1     1  probes  I
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
        Name  Flags
      probes  

  public io.netty.channel.epoll.EpollSocketChannelConfig setTcpKeepCnt(int);
    descriptor: (I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // int probes
         0: .line 443
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            iload 1 /* probes */
            invokevirtual io.netty.channel.epoll.LinuxSocket.setTcpKeepCnt:(I)V
         1: .line 444
            aload 0 /* this */
         2: areturn
         3: .line 445
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 446
            new io.netty.channel.ChannelException
            dup
            aload 2 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
        end local 1 // int probes
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    5     1  probes  I
            4    5     2       e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    MethodParameters:
        Name  Flags
      probes  

  public io.netty.channel.epoll.EpollSocketChannelConfig setTcpUserTimeout(int);
    descriptor: (I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // int milliseconds
         0: .line 455
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            iload 1 /* milliseconds */
            invokevirtual io.netty.channel.epoll.LinuxSocket.setTcpUserTimeout:(I)V
         1: .line 456
            aload 0 /* this */
         2: areturn
         3: .line 457
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 458
            new io.netty.channel.ChannelException
            dup
            aload 2 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
        end local 1 // int milliseconds
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    5     1  milliseconds  I
            4    5     2             e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    MethodParameters:
              Name  Flags
      milliseconds  

  public boolean isIpTransparent();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
         0: .line 468
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            invokevirtual io.netty.channel.epoll.LinuxSocket.isIpTransparent:()Z
         1: ireturn
         2: .line 469
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 470
            new io.netty.channel.ChannelException
            dup
            aload 1 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public io.netty.channel.epoll.EpollSocketChannelConfig setIpTransparent(boolean);
    descriptor: (Z)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // boolean transparent
         0: .line 480
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            iload 1 /* transparent */
            invokevirtual io.netty.channel.epoll.LinuxSocket.setIpTransparent:(Z)V
         1: .line 481
            aload 0 /* this */
         2: areturn
         3: .line 482
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 483
            new io.netty.channel.ChannelException
            dup
            aload 2 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
        end local 1 // boolean transparent
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    5     1  transparent  Z
            4    5     2            e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    MethodParameters:
             Name  Flags
      transparent  

  public io.netty.channel.epoll.EpollSocketChannelConfig setTcpMd5Sig(java.util.Map<java.net.InetAddress, byte[]>);
    descriptor: (Ljava/util/Map;)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // java.util.Map keys
         0: .line 494
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            aload 1 /* keys */
            invokevirtual io.netty.channel.epoll.EpollSocketChannel.setTcpMd5Sig:(Ljava/util/Map;)V
         1: .line 495
            aload 0 /* this */
         2: areturn
         3: .line 496
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 497
            new io.netty.channel.ChannelException
            dup
            aload 2 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
        end local 1 // java.util.Map keys
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    5     1  keys  Ljava/util/Map<Ljava/net/InetAddress;[B>;
            4    5     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    Signature: (Ljava/util/Map<Ljava/net/InetAddress;[B>;)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    MethodParameters:
      Name  Flags
      keys  

  public io.netty.channel.epoll.EpollSocketChannelConfig setTcpQuickAck(boolean);
    descriptor: (Z)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // boolean quickAck
         0: .line 507
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            iload 1 /* quickAck */
            invokevirtual io.netty.channel.epoll.LinuxSocket.setTcpQuickAck:(Z)V
         1: .line 508
            aload 0 /* this */
         2: areturn
         3: .line 509
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 510
            new io.netty.channel.ChannelException
            dup
            aload 2 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
        end local 1 // boolean quickAck
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    5     1  quickAck  Z
            4    5     2         e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    MethodParameters:
          Name  Flags
      quickAck  

  public boolean isTcpQuickAck();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
         0: .line 520
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            invokevirtual io.netty.channel.epoll.LinuxSocket.isTcpQuickAck:()Z
         1: ireturn
         2: .line 521
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 522
            new io.netty.channel.ChannelException
            dup
            aload 1 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public io.netty.channel.epoll.EpollSocketChannelConfig setTcpFastOpenConnect(boolean);
    descriptor: (Z)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // boolean fastOpenConnect
         0: .line 534
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            iload 1 /* fastOpenConnect */
            invokevirtual io.netty.channel.epoll.LinuxSocket.setTcpFastOpenConnect:(Z)V
         1: .line 535
            aload 0 /* this */
         2: areturn
         3: .line 536
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 537
            new io.netty.channel.ChannelException
            dup
            aload 2 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
        end local 1 // boolean fastOpenConnect
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    5     1  fastOpenConnect  Z
            4    5     2                e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    MethodParameters:
                 Name  Flags
      fastOpenConnect  

  public boolean isTcpFastOpenConnect();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
         0: .line 546
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.channel:Lio/netty/channel/epoll/EpollSocketChannel;
            getfield io.netty.channel.epoll.EpollSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            invokevirtual io.netty.channel.epoll.LinuxSocket.isTcpFastOpenConnect:()Z
         1: ireturn
         2: .line 547
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 548
            new io.netty.channel.ChannelException
            dup
            aload 1 /* e */
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public boolean isAllowHalfClosure();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
         0: .line 554
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollSocketChannelConfig.allowHalfClosure:Z
            ireturn
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/epoll/EpollSocketChannelConfig;

  public io.netty.channel.epoll.EpollSocketChannelConfig setAllowHalfClosure(boolean);
    descriptor: (Z)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // boolean allowHalfClosure
         0: .line 559
            aload 0 /* this */
            iload 1 /* allowHalfClosure */
            putfield io.netty.channel.epoll.EpollSocketChannelConfig.allowHalfClosure:Z
         1: .line 560
            aload 0 /* this */
            areturn
        end local 1 // boolean allowHalfClosure
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    2     1  allowHalfClosure  Z
    MethodParameters:
                  Name  Flags
      allowHalfClosure  

  public io.netty.channel.epoll.EpollSocketChannelConfig setConnectTimeoutMillis(int);
    descriptor: (I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // int connectTimeoutMillis
         0: .line 565
            aload 0 /* this */
            iload 1 /* connectTimeoutMillis */
            invokespecial io.netty.channel.epoll.EpollChannelConfig.setConnectTimeoutMillis:(I)Lio/netty/channel/epoll/EpollChannelConfig;
            pop
         1: .line 566
            aload 0 /* this */
            areturn
        end local 1 // int connectTimeoutMillis
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    2     1  connectTimeoutMillis  I
    MethodParameters:
                      Name  Flags
      connectTimeoutMillis  

  public io.netty.channel.epoll.EpollSocketChannelConfig setMaxMessagesPerRead(int);
    descriptor: (I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // int maxMessagesPerRead
         0: .line 572
            aload 0 /* this */
            iload 1 /* maxMessagesPerRead */
            invokespecial io.netty.channel.epoll.EpollChannelConfig.setMaxMessagesPerRead:(I)Lio/netty/channel/epoll/EpollChannelConfig;
            pop
         1: .line 573
            aload 0 /* this */
            areturn
        end local 1 // int maxMessagesPerRead
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    2     1  maxMessagesPerRead  I
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                    Name  Flags
      maxMessagesPerRead  

  public io.netty.channel.epoll.EpollSocketChannelConfig setWriteSpinCount(int);
    descriptor: (I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // int writeSpinCount
         0: .line 578
            aload 0 /* this */
            iload 1 /* writeSpinCount */
            invokespecial io.netty.channel.epoll.EpollChannelConfig.setWriteSpinCount:(I)Lio/netty/channel/epoll/EpollChannelConfig;
            pop
         1: .line 579
            aload 0 /* this */
            areturn
        end local 1 // int writeSpinCount
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    2     1  writeSpinCount  I
    MethodParameters:
                Name  Flags
      writeSpinCount  

  public io.netty.channel.epoll.EpollSocketChannelConfig setAllocator(io.netty.buffer.ByteBufAllocator);
    descriptor: (Lio/netty/buffer/ByteBufAllocator;)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // io.netty.buffer.ByteBufAllocator allocator
         0: .line 584
            aload 0 /* this */
            aload 1 /* allocator */
            invokespecial io.netty.channel.epoll.EpollChannelConfig.setAllocator:(Lio/netty/buffer/ByteBufAllocator;)Lio/netty/channel/epoll/EpollChannelConfig;
            pop
         1: .line 585
            aload 0 /* this */
            areturn
        end local 1 // io.netty.buffer.ByteBufAllocator allocator
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    2     1  allocator  Lio/netty/buffer/ByteBufAllocator;
    MethodParameters:
           Name  Flags
      allocator  

  public io.netty.channel.epoll.EpollSocketChannelConfig setRecvByteBufAllocator(io.netty.channel.RecvByteBufAllocator);
    descriptor: (Lio/netty/channel/RecvByteBufAllocator;)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // io.netty.channel.RecvByteBufAllocator allocator
         0: .line 590
            aload 0 /* this */
            aload 1 /* allocator */
            invokespecial io.netty.channel.epoll.EpollChannelConfig.setRecvByteBufAllocator:(Lio/netty/channel/RecvByteBufAllocator;)Lio/netty/channel/epoll/EpollChannelConfig;
            pop
         1: .line 591
            aload 0 /* this */
            areturn
        end local 1 // io.netty.channel.RecvByteBufAllocator allocator
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    2     1  allocator  Lio/netty/channel/RecvByteBufAllocator;
    MethodParameters:
           Name  Flags
      allocator  

  public io.netty.channel.epoll.EpollSocketChannelConfig setAutoRead(boolean);
    descriptor: (Z)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // boolean autoRead
         0: .line 596
            aload 0 /* this */
            iload 1 /* autoRead */
            invokespecial io.netty.channel.epoll.EpollChannelConfig.setAutoRead:(Z)Lio/netty/channel/epoll/EpollChannelConfig;
            pop
         1: .line 597
            aload 0 /* this */
            areturn
        end local 1 // boolean autoRead
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    2     1  autoRead  Z
    MethodParameters:
          Name  Flags
      autoRead  

  public io.netty.channel.epoll.EpollSocketChannelConfig setAutoClose(boolean);
    descriptor: (Z)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // boolean autoClose
         0: .line 602
            aload 0 /* this */
            iload 1 /* autoClose */
            invokespecial io.netty.channel.epoll.EpollChannelConfig.setAutoClose:(Z)Lio/netty/channel/ChannelConfig;
            pop
         1: .line 603
            aload 0 /* this */
            areturn
        end local 1 // boolean autoClose
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    2     1  autoClose  Z
    MethodParameters:
           Name  Flags
      autoClose  

  public io.netty.channel.epoll.EpollSocketChannelConfig setWriteBufferHighWaterMark(int);
    descriptor: (I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // int writeBufferHighWaterMark
         0: .line 609
            aload 0 /* this */
            iload 1 /* writeBufferHighWaterMark */
            invokespecial io.netty.channel.epoll.EpollChannelConfig.setWriteBufferHighWaterMark:(I)Lio/netty/channel/epoll/EpollChannelConfig;
            pop
         1: .line 610
            aload 0 /* this */
            areturn
        end local 1 // int writeBufferHighWaterMark
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    2     0                      this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    2     1  writeBufferHighWaterMark  I
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                          Name  Flags
      writeBufferHighWaterMark  

  public io.netty.channel.epoll.EpollSocketChannelConfig setWriteBufferLowWaterMark(int);
    descriptor: (I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // int writeBufferLowWaterMark
         0: .line 616
            aload 0 /* this */
            iload 1 /* writeBufferLowWaterMark */
            invokespecial io.netty.channel.epoll.EpollChannelConfig.setWriteBufferLowWaterMark:(I)Lio/netty/channel/epoll/EpollChannelConfig;
            pop
         1: .line 617
            aload 0 /* this */
            areturn
        end local 1 // int writeBufferLowWaterMark
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    2     1  writeBufferLowWaterMark  I
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                         Name  Flags
      writeBufferLowWaterMark  

  public io.netty.channel.epoll.EpollSocketChannelConfig setWriteBufferWaterMark(io.netty.channel.WriteBufferWaterMark);
    descriptor: (Lio/netty/channel/WriteBufferWaterMark;)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // io.netty.channel.WriteBufferWaterMark writeBufferWaterMark
         0: .line 622
            aload 0 /* this */
            aload 1 /* writeBufferWaterMark */
            invokespecial io.netty.channel.epoll.EpollChannelConfig.setWriteBufferWaterMark:(Lio/netty/channel/WriteBufferWaterMark;)Lio/netty/channel/epoll/EpollChannelConfig;
            pop
         1: .line 623
            aload 0 /* this */
            areturn
        end local 1 // io.netty.channel.WriteBufferWaterMark writeBufferWaterMark
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    2     1  writeBufferWaterMark  Lio/netty/channel/WriteBufferWaterMark;
    MethodParameters:
                      Name  Flags
      writeBufferWaterMark  

  public io.netty.channel.epoll.EpollSocketChannelConfig setMessageSizeEstimator(io.netty.channel.MessageSizeEstimator);
    descriptor: (Lio/netty/channel/MessageSizeEstimator;)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // io.netty.channel.MessageSizeEstimator estimator
         0: .line 628
            aload 0 /* this */
            aload 1 /* estimator */
            invokespecial io.netty.channel.epoll.EpollChannelConfig.setMessageSizeEstimator:(Lio/netty/channel/MessageSizeEstimator;)Lio/netty/channel/epoll/EpollChannelConfig;
            pop
         1: .line 629
            aload 0 /* this */
            areturn
        end local 1 // io.netty.channel.MessageSizeEstimator estimator
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    2     1  estimator  Lio/netty/channel/MessageSizeEstimator;
    MethodParameters:
           Name  Flags
      estimator  

  public io.netty.channel.epoll.EpollSocketChannelConfig setEpollMode(io.netty.channel.epoll.EpollMode);
    descriptor: (Lio/netty/channel/epoll/EpollMode;)Lio/netty/channel/epoll/EpollSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
        start local 1 // io.netty.channel.epoll.EpollMode mode
         0: .line 634
            aload 0 /* this */
            aload 1 /* mode */
            invokespecial io.netty.channel.epoll.EpollChannelConfig.setEpollMode:(Lio/netty/channel/epoll/EpollMode;)Lio/netty/channel/epoll/EpollChannelConfig;
            pop
         1: .line 635
            aload 0 /* this */
            areturn
        end local 1 // io.netty.channel.epoll.EpollMode mode
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            0    2     1  mode  Lio/netty/channel/epoll/EpollMode;
    MethodParameters:
      Name  Flags
      mode  

  private void calculateMaxBytesPerGatheringWrite();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
         0: .line 640
            aload 0 /* this */
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.getSendBufferSize:()I
            iconst_1
            ishl
            istore 1 /* newSendBufferSize */
        start local 1 // int newSendBufferSize
         1: .line 641
            iload 1 /* newSendBufferSize */
            ifle 3
         2: .line 642
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.getSendBufferSize:()I
            iconst_1
            ishl
            i2l
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setMaxBytesPerGatheringWrite:(J)V
         3: .line 644
      StackMap locals: int
      StackMap stack:
            return
        end local 1 // int newSendBufferSize
        end local 0 // io.netty.channel.epoll.EpollSocketChannelConfig this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lio/netty/channel/epoll/EpollSocketChannelConfig;
            1    4     1  newSendBufferSize  I

  public io.netty.channel.socket.SocketChannelConfig setAllocator(io.netty.buffer.ByteBufAllocator);
    descriptor: (Lio/netty/buffer/ByteBufAllocator;)Lio/netty/channel/socket/SocketChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setAllocator:(Lio/netty/buffer/ByteBufAllocator;)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.epoll.EpollChannelConfig setAllocator(io.netty.buffer.ByteBufAllocator);
    descriptor: (Lio/netty/buffer/ByteBufAllocator;)Lio/netty/channel/epoll/EpollChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setAllocator:(Lio/netty/buffer/ByteBufAllocator;)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelConfig setAllocator(io.netty.buffer.ByteBufAllocator);
    descriptor: (Lio/netty/buffer/ByteBufAllocator;)Lio/netty/channel/ChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setAllocator:(Lio/netty/buffer/ByteBufAllocator;)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.socket.SocketChannelConfig setPerformancePreferences(int, int, int);
    descriptor: (III)Lio/netty/channel/socket/SocketChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            iload 1
            iload 2
            iload 3
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setPerformancePreferences:(III)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.socket.SocketChannelConfig setConnectTimeoutMillis(int);
    descriptor: (I)Lio/netty/channel/socket/SocketChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setConnectTimeoutMillis:(I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.epoll.EpollChannelConfig setConnectTimeoutMillis(int);
    descriptor: (I)Lio/netty/channel/epoll/EpollChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setConnectTimeoutMillis:(I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelConfig setConnectTimeoutMillis(int);
    descriptor: (I)Lio/netty/channel/ChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setConnectTimeoutMillis:(I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.socket.SocketChannelConfig setAutoRead(boolean);
    descriptor: (Z)Lio/netty/channel/socket/SocketChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setAutoRead:(Z)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.epoll.EpollChannelConfig setAutoRead(boolean);
    descriptor: (Z)Lio/netty/channel/epoll/EpollChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setAutoRead:(Z)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelConfig setAutoRead(boolean);
    descriptor: (Z)Lio/netty/channel/ChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setAutoRead:(Z)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.socket.SocketChannelConfig setMaxMessagesPerRead(int);
    descriptor: (I)Lio/netty/channel/socket/SocketChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setMaxMessagesPerRead:(I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.epoll.EpollChannelConfig setMaxMessagesPerRead(int);
    descriptor: (I)Lio/netty/channel/epoll/EpollChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setMaxMessagesPerRead:(I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelConfig setMaxMessagesPerRead(int);
    descriptor: (I)Lio/netty/channel/ChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setMaxMessagesPerRead:(I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.socket.SocketChannelConfig setReceiveBufferSize(int);
    descriptor: (I)Lio/netty/channel/socket/SocketChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setReceiveBufferSize:(I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.socket.SocketChannelConfig setReuseAddress(boolean);
    descriptor: (Z)Lio/netty/channel/socket/SocketChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setReuseAddress:(Z)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.socket.SocketChannelConfig setTcpNoDelay(boolean);
    descriptor: (Z)Lio/netty/channel/socket/SocketChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setTcpNoDelay:(Z)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.socket.SocketChannelConfig setTrafficClass(int);
    descriptor: (I)Lio/netty/channel/socket/SocketChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setTrafficClass:(I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.socket.SocketChannelConfig setSendBufferSize(int);
    descriptor: (I)Lio/netty/channel/socket/SocketChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setSendBufferSize:(I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.socket.SocketChannelConfig setWriteSpinCount(int);
    descriptor: (I)Lio/netty/channel/socket/SocketChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setWriteSpinCount:(I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.epoll.EpollChannelConfig setWriteSpinCount(int);
    descriptor: (I)Lio/netty/channel/epoll/EpollChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setWriteSpinCount:(I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelConfig setWriteSpinCount(int);
    descriptor: (I)Lio/netty/channel/ChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setWriteSpinCount:(I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.socket.SocketChannelConfig setAllowHalfClosure(boolean);
    descriptor: (Z)Lio/netty/channel/socket/SocketChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setAllowHalfClosure:(Z)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.socket.SocketChannelConfig setWriteBufferWaterMark(io.netty.channel.WriteBufferWaterMark);
    descriptor: (Lio/netty/channel/WriteBufferWaterMark;)Lio/netty/channel/socket/SocketChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setWriteBufferWaterMark:(Lio/netty/channel/WriteBufferWaterMark;)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.epoll.EpollChannelConfig setWriteBufferWaterMark(io.netty.channel.WriteBufferWaterMark);
    descriptor: (Lio/netty/channel/WriteBufferWaterMark;)Lio/netty/channel/epoll/EpollChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setWriteBufferWaterMark:(Lio/netty/channel/WriteBufferWaterMark;)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelConfig setWriteBufferWaterMark(io.netty.channel.WriteBufferWaterMark);
    descriptor: (Lio/netty/channel/WriteBufferWaterMark;)Lio/netty/channel/ChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setWriteBufferWaterMark:(Lio/netty/channel/WriteBufferWaterMark;)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.epoll.EpollChannelConfig setWriteBufferHighWaterMark(int);
    descriptor: (I)Lio/netty/channel/epoll/EpollChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setWriteBufferHighWaterMark:(I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelConfig setWriteBufferHighWaterMark(int);
    descriptor: (I)Lio/netty/channel/ChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setWriteBufferHighWaterMark:(I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.socket.SocketChannelConfig setRecvByteBufAllocator(io.netty.channel.RecvByteBufAllocator);
    descriptor: (Lio/netty/channel/RecvByteBufAllocator;)Lio/netty/channel/socket/SocketChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setRecvByteBufAllocator:(Lio/netty/channel/RecvByteBufAllocator;)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.epoll.EpollChannelConfig setRecvByteBufAllocator(io.netty.channel.RecvByteBufAllocator);
    descriptor: (Lio/netty/channel/RecvByteBufAllocator;)Lio/netty/channel/epoll/EpollChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setRecvByteBufAllocator:(Lio/netty/channel/RecvByteBufAllocator;)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelConfig setRecvByteBufAllocator(io.netty.channel.RecvByteBufAllocator);
    descriptor: (Lio/netty/channel/RecvByteBufAllocator;)Lio/netty/channel/ChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setRecvByteBufAllocator:(Lio/netty/channel/RecvByteBufAllocator;)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.epoll.EpollChannelConfig setEpollMode(io.netty.channel.epoll.EpollMode);
    descriptor: (Lio/netty/channel/epoll/EpollMode;)Lio/netty/channel/epoll/EpollChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setEpollMode:(Lio/netty/channel/epoll/EpollMode;)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.socket.SocketChannelConfig setKeepAlive(boolean);
    descriptor: (Z)Lio/netty/channel/socket/SocketChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setKeepAlive:(Z)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.socket.SocketChannelConfig setAutoClose(boolean);
    descriptor: (Z)Lio/netty/channel/socket/SocketChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setAutoClose:(Z)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelConfig setAutoClose(boolean);
    descriptor: (Z)Lio/netty/channel/ChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setAutoClose:(Z)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.socket.SocketChannelConfig setMessageSizeEstimator(io.netty.channel.MessageSizeEstimator);
    descriptor: (Lio/netty/channel/MessageSizeEstimator;)Lio/netty/channel/socket/SocketChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setMessageSizeEstimator:(Lio/netty/channel/MessageSizeEstimator;)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.epoll.EpollChannelConfig setMessageSizeEstimator(io.netty.channel.MessageSizeEstimator);
    descriptor: (Lio/netty/channel/MessageSizeEstimator;)Lio/netty/channel/epoll/EpollChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setMessageSizeEstimator:(Lio/netty/channel/MessageSizeEstimator;)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelConfig setMessageSizeEstimator(io.netty.channel.MessageSizeEstimator);
    descriptor: (Lio/netty/channel/MessageSizeEstimator;)Lio/netty/channel/ChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setMessageSizeEstimator:(Lio/netty/channel/MessageSizeEstimator;)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.epoll.EpollChannelConfig setWriteBufferLowWaterMark(int);
    descriptor: (I)Lio/netty/channel/epoll/EpollChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setWriteBufferLowWaterMark:(I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelConfig setWriteBufferLowWaterMark(int);
    descriptor: (I)Lio/netty/channel/ChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setWriteBufferLowWaterMark:(I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.socket.SocketChannelConfig setSoLinger(int);
    descriptor: (I)Lio/netty/channel/socket/SocketChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.channel.epoll.EpollSocketChannelConfig.setSoLinger:(I)Lio/netty/channel/epoll/EpollSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "EpollSocketChannelConfig.java"