public class io.netty.handler.codec.socksx.v5.Socks5ClientEncoder extends io.netty.handler.codec.MessageToByteEncoder<io.netty.handler.codec.socksx.v5.Socks5Message>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
  super_class: io.netty.handler.codec.MessageToByteEncoder
{
  public static final io.netty.handler.codec.socksx.v5.Socks5ClientEncoder DEFAULT;
    descriptor: Lio/netty/handler/codec/socksx/v5/Socks5ClientEncoder;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private final io.netty.handler.codec.socksx.v5.Socks5AddressEncoder addressEncoder;
    descriptor: Lio/netty/handler/codec/socksx/v5/Socks5AddressEncoder;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 36
            new io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
            dup
            invokespecial io.netty.handler.codec.socksx.v5.Socks5ClientEncoder.<init>:()V
            putstatic io.netty.handler.codec.socksx.v5.Socks5ClientEncoder.DEFAULT:Lio/netty/handler/codec/socksx/v5/Socks5ClientEncoder;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.socksx.v5.Socks5ClientEncoder this
         0: .line 44
            aload 0 /* this */
            getstatic io.netty.handler.codec.socksx.v5.Socks5AddressEncoder.DEFAULT:Lio/netty/handler/codec/socksx/v5/Socks5AddressEncoder;
            invokespecial io.netty.handler.codec.socksx.v5.Socks5ClientEncoder.<init>:(Lio/netty/handler/codec/socksx/v5/Socks5AddressEncoder;)V
         1: .line 45
            return
        end local 0 // io.netty.handler.codec.socksx.v5.Socks5ClientEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/socksx/v5/Socks5ClientEncoder;

  public void <init>(io.netty.handler.codec.socksx.v5.Socks5AddressEncoder);
    descriptor: (Lio/netty/handler/codec/socksx/v5/Socks5AddressEncoder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.socksx.v5.Socks5ClientEncoder this
        start local 1 // io.netty.handler.codec.socksx.v5.Socks5AddressEncoder addressEncoder
         0: .line 50
            aload 0 /* this */
            invokespecial io.netty.handler.codec.MessageToByteEncoder.<init>:()V
         1: .line 51
            aload 1 /* addressEncoder */
            ifnonnull 3
         2: .line 52
            new java.lang.NullPointerException
            dup
            ldc "addressEncoder"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 55
      StackMap locals: io.netty.handler.codec.socksx.v5.Socks5ClientEncoder io.netty.handler.codec.socksx.v5.Socks5AddressEncoder
      StackMap stack:
            aload 0 /* this */
            aload 1 /* addressEncoder */
            putfield io.netty.handler.codec.socksx.v5.Socks5ClientEncoder.addressEncoder:Lio/netty/handler/codec/socksx/v5/Socks5AddressEncoder;
         4: .line 56
            return
        end local 1 // io.netty.handler.codec.socksx.v5.Socks5AddressEncoder addressEncoder
        end local 0 // io.netty.handler.codec.socksx.v5.Socks5ClientEncoder this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lio/netty/handler/codec/socksx/v5/Socks5ClientEncoder;
            0    5     1  addressEncoder  Lio/netty/handler/codec/socksx/v5/Socks5AddressEncoder;
    MethodParameters:
                Name  Flags
      addressEncoder  

  protected final io.netty.handler.codec.socksx.v5.Socks5AddressEncoder addressEncoder();
    descriptor: ()Lio/netty/handler/codec/socksx/v5/Socks5AddressEncoder;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.socksx.v5.Socks5ClientEncoder this
         0: .line 62
            aload 0 /* this */
            getfield io.netty.handler.codec.socksx.v5.Socks5ClientEncoder.addressEncoder:Lio/netty/handler/codec/socksx/v5/Socks5AddressEncoder;
            areturn
        end local 0 // io.netty.handler.codec.socksx.v5.Socks5ClientEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/socksx/v5/Socks5ClientEncoder;

  protected void encode(io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.socksx.v5.Socks5Message, io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/socksx/v5/Socks5Message;Lio/netty/buffer/ByteBuf;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.socksx.v5.Socks5ClientEncoder this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // io.netty.handler.codec.socksx.v5.Socks5Message msg
        start local 3 // io.netty.buffer.ByteBuf out
         0: .line 67
            aload 2 /* msg */
            instanceof io.netty.handler.codec.socksx.v5.Socks5InitialRequest
            ifeq 3
         1: .line 68
            aload 2 /* msg */
            checkcast io.netty.handler.codec.socksx.v5.Socks5InitialRequest
            aload 3 /* out */
            invokestatic io.netty.handler.codec.socksx.v5.Socks5ClientEncoder.encodeAuthMethodRequest:(Lio/netty/handler/codec/socksx/v5/Socks5InitialRequest;Lio/netty/buffer/ByteBuf;)V
         2: .line 69
            goto 10
      StackMap locals:
      StackMap stack:
         3: aload 2 /* msg */
            instanceof io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequest
            ifeq 6
         4: .line 70
            aload 2 /* msg */
            checkcast io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequest
            aload 3 /* out */
            invokestatic io.netty.handler.codec.socksx.v5.Socks5ClientEncoder.encodePasswordAuthRequest:(Lio/netty/handler/codec/socksx/v5/Socks5PasswordAuthRequest;Lio/netty/buffer/ByteBuf;)V
         5: .line 71
            goto 10
      StackMap locals:
      StackMap stack:
         6: aload 2 /* msg */
            instanceof io.netty.handler.codec.socksx.v5.Socks5CommandRequest
            ifeq 9
         7: .line 72
            aload 0 /* this */
            aload 2 /* msg */
            checkcast io.netty.handler.codec.socksx.v5.Socks5CommandRequest
            aload 3 /* out */
            invokevirtual io.netty.handler.codec.socksx.v5.Socks5ClientEncoder.encodeCommandRequest:(Lio/netty/handler/codec/socksx/v5/Socks5CommandRequest;Lio/netty/buffer/ByteBuf;)V
         8: .line 73
            goto 10
         9: .line 74
      StackMap locals:
      StackMap stack:
            new io.netty.handler.codec.EncoderException
            dup
            new java.lang.StringBuilder
            dup
            ldc "unsupported message type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* msg */
            invokestatic io.netty.util.internal.StringUtil.simpleClassName:(Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial io.netty.handler.codec.EncoderException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 76
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.netty.buffer.ByteBuf out
        end local 2 // io.netty.handler.codec.socksx.v5.Socks5Message msg
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.socksx.v5.Socks5ClientEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lio/netty/handler/codec/socksx/v5/Socks5ClientEncoder;
            0   11     1   ctx  Lio/netty/channel/ChannelHandlerContext;
            0   11     2   msg  Lio/netty/handler/codec/socksx/v5/Socks5Message;
            0   11     3   out  Lio/netty/buffer/ByteBuf;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      ctx   
      msg   
      out   

  private static void encodeAuthMethodRequest(io.netty.handler.codec.socksx.v5.Socks5InitialRequest, io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/handler/codec/socksx/v5/Socks5InitialRequest;Lio/netty/buffer/ByteBuf;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // io.netty.handler.codec.socksx.v5.Socks5InitialRequest msg
        start local 1 // io.netty.buffer.ByteBuf out
         0: .line 79
            aload 1 /* out */
            aload 0 /* msg */
            invokeinterface io.netty.handler.codec.socksx.v5.Socks5InitialRequest.version:()Lio/netty/handler/codec/socksx/SocksVersion;
            invokevirtual io.netty.handler.codec.socksx.SocksVersion.byteValue:()B
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 81
            aload 0 /* msg */
            invokeinterface io.netty.handler.codec.socksx.v5.Socks5InitialRequest.authMethods:()Ljava/util/List;
            astore 2 /* authMethods */
        start local 2 // java.util.List authMethods
         2: .line 82
            aload 2 /* authMethods */
            invokeinterface java.util.List.size:()I
            istore 3 /* numAuthMethods */
        start local 3 // int numAuthMethods
         3: .line 83
            aload 1 /* out */
            iload 3 /* numAuthMethods */
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         4: .line 85
            aload 2 /* authMethods */
            instanceof java.util.RandomAccess
            ifeq 11
         5: .line 86
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: goto 9
         7: .line 87
      StackMap locals: java.util.List int int
      StackMap stack:
            aload 1 /* out */
            aload 2 /* authMethods */
            iload 4 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast io.netty.handler.codec.socksx.v5.Socks5AuthMethod
            invokevirtual io.netty.handler.codec.socksx.v5.Socks5AuthMethod.byteValue:()B
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         8: .line 86
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            iload 3 /* numAuthMethods */
            if_icmplt 7
        end local 4 // int i
        10: .line 89
            goto 15
        11: .line 90
      StackMap locals:
      StackMap stack:
            aload 2 /* authMethods */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 14
      StackMap locals: io.netty.handler.codec.socksx.v5.Socks5InitialRequest io.netty.buffer.ByteBuf java.util.List int top java.util.Iterator
      StackMap stack:
        12: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.netty.handler.codec.socksx.v5.Socks5AuthMethod
            astore 4 /* a */
        start local 4 // io.netty.handler.codec.socksx.v5.Socks5AuthMethod a
        13: .line 91
            aload 1 /* out */
            aload 4 /* a */
            invokevirtual io.netty.handler.codec.socksx.v5.Socks5AuthMethod.byteValue:()B
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
        end local 4 // io.netty.handler.codec.socksx.v5.Socks5AuthMethod a
        14: .line 90
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 12
        15: .line 94
      StackMap locals: io.netty.handler.codec.socksx.v5.Socks5InitialRequest io.netty.buffer.ByteBuf java.util.List int
      StackMap stack:
            return
        end local 3 // int numAuthMethods
        end local 2 // java.util.List authMethods
        end local 1 // io.netty.buffer.ByteBuf out
        end local 0 // io.netty.handler.codec.socksx.v5.Socks5InitialRequest msg
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   16     0             msg  Lio/netty/handler/codec/socksx/v5/Socks5InitialRequest;
            0   16     1             out  Lio/netty/buffer/ByteBuf;
            2   16     2     authMethods  Ljava/util/List<Lio/netty/handler/codec/socksx/v5/Socks5AuthMethod;>;
            3   16     3  numAuthMethods  I
            6   10     4               i  I
           13   14     4               a  Lio/netty/handler/codec/socksx/v5/Socks5AuthMethod;
    MethodParameters:
      Name  Flags
      msg   
      out   

  private static void encodePasswordAuthRequest(io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequest, io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/handler/codec/socksx/v5/Socks5PasswordAuthRequest;Lio/netty/buffer/ByteBuf;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequest msg
        start local 1 // io.netty.buffer.ByteBuf out
         0: .line 97
            aload 1 /* out */
            iconst_1
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 99
            aload 0 /* msg */
            invokeinterface io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequest.username:()Ljava/lang/String;
            astore 2 /* username */
        start local 2 // java.lang.String username
         2: .line 100
            aload 1 /* out */
            aload 2 /* username */
            invokevirtual java.lang.String.length:()I
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         3: .line 101
            aload 1 /* out */
            aload 2 /* username */
            invokestatic io.netty.buffer.ByteBufUtil.writeAscii:(Lio/netty/buffer/ByteBuf;Ljava/lang/CharSequence;)I
            pop
         4: .line 103
            aload 0 /* msg */
            invokeinterface io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequest.password:()Ljava/lang/String;
            astore 3 /* password */
        start local 3 // java.lang.String password
         5: .line 104
            aload 1 /* out */
            aload 3 /* password */
            invokevirtual java.lang.String.length:()I
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         6: .line 105
            aload 1 /* out */
            aload 3 /* password */
            invokestatic io.netty.buffer.ByteBufUtil.writeAscii:(Lio/netty/buffer/ByteBuf;Ljava/lang/CharSequence;)I
            pop
         7: .line 106
            return
        end local 3 // java.lang.String password
        end local 2 // java.lang.String username
        end local 1 // io.netty.buffer.ByteBuf out
        end local 0 // io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequest msg
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0       msg  Lio/netty/handler/codec/socksx/v5/Socks5PasswordAuthRequest;
            0    8     1       out  Lio/netty/buffer/ByteBuf;
            2    8     2  username  Ljava/lang/String;
            5    8     3  password  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      msg   
      out   

  private void encodeCommandRequest(io.netty.handler.codec.socksx.v5.Socks5CommandRequest, io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/handler/codec/socksx/v5/Socks5CommandRequest;Lio/netty/buffer/ByteBuf;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.netty.handler.codec.socksx.v5.Socks5ClientEncoder this
        start local 1 // io.netty.handler.codec.socksx.v5.Socks5CommandRequest msg
        start local 2 // io.netty.buffer.ByteBuf out
         0: .line 109
            aload 2 /* out */
            aload 1 /* msg */
            invokeinterface io.netty.handler.codec.socksx.v5.Socks5CommandRequest.version:()Lio/netty/handler/codec/socksx/SocksVersion;
            invokevirtual io.netty.handler.codec.socksx.SocksVersion.byteValue:()B
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 110
            aload 2 /* out */
            aload 1 /* msg */
            invokeinterface io.netty.handler.codec.socksx.v5.Socks5CommandRequest.type:()Lio/netty/handler/codec/socksx/v5/Socks5CommandType;
            invokevirtual io.netty.handler.codec.socksx.v5.Socks5CommandType.byteValue:()B
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 111
            aload 2 /* out */
            iconst_0
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         3: .line 113
            aload 1 /* msg */
            invokeinterface io.netty.handler.codec.socksx.v5.Socks5CommandRequest.dstAddrType:()Lio/netty/handler/codec/socksx/v5/Socks5AddressType;
            astore 3 /* dstAddrType */
        start local 3 // io.netty.handler.codec.socksx.v5.Socks5AddressType dstAddrType
         4: .line 114
            aload 2 /* out */
            aload 3 /* dstAddrType */
            invokevirtual io.netty.handler.codec.socksx.v5.Socks5AddressType.byteValue:()B
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         5: .line 115
            aload 0 /* this */
            getfield io.netty.handler.codec.socksx.v5.Socks5ClientEncoder.addressEncoder:Lio/netty/handler/codec/socksx/v5/Socks5AddressEncoder;
            aload 3 /* dstAddrType */
            aload 1 /* msg */
            invokeinterface io.netty.handler.codec.socksx.v5.Socks5CommandRequest.dstAddr:()Ljava/lang/String;
            aload 2 /* out */
            invokeinterface io.netty.handler.codec.socksx.v5.Socks5AddressEncoder.encodeAddress:(Lio/netty/handler/codec/socksx/v5/Socks5AddressType;Ljava/lang/String;Lio/netty/buffer/ByteBuf;)V
         6: .line 116
            aload 2 /* out */
            aload 1 /* msg */
            invokeinterface io.netty.handler.codec.socksx.v5.Socks5CommandRequest.dstPort:()I
            invokevirtual io.netty.buffer.ByteBuf.writeShort:(I)Lio/netty/buffer/ByteBuf;
            pop
         7: .line 117
            return
        end local 3 // io.netty.handler.codec.socksx.v5.Socks5AddressType dstAddrType
        end local 2 // io.netty.buffer.ByteBuf out
        end local 1 // io.netty.handler.codec.socksx.v5.Socks5CommandRequest msg
        end local 0 // io.netty.handler.codec.socksx.v5.Socks5ClientEncoder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lio/netty/handler/codec/socksx/v5/Socks5ClientEncoder;
            0    8     1          msg  Lio/netty/handler/codec/socksx/v5/Socks5CommandRequest;
            0    8     2          out  Lio/netty/buffer/ByteBuf;
            4    8     3  dstAddrType  Lio/netty/handler/codec/socksx/v5/Socks5AddressType;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      msg   
      out   

  protected void encode(io.netty.channel.ChannelHandlerContext, java.lang.Object, io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/buffer/ByteBuf;)V
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast io.netty.handler.codec.socksx.v5.Socks5Message
            aload 3
            invokevirtual io.netty.handler.codec.socksx.v5.Socks5ClientEncoder.encode:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/socksx/v5/Socks5Message;Lio/netty/buffer/ByteBuf;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Lio/netty/handler/codec/MessageToByteEncoder<Lio/netty/handler/codec/socksx/v5/Socks5Message;>;
SourceFile: "Socks5ClientEncoder.java"
InnerClasses:
  public abstract Sharable = io.netty.channel.ChannelHandler$Sharable of io.netty.channel.ChannelHandler
    RuntimeVisibleAnnotations: 
      io.netty.channel.ChannelHandler$Sharable()