class org.I0Itec.zkclient.GatewayThread$2 extends java.lang.Thread
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.I0Itec.zkclient.GatewayThread$2
  super_class: java.lang.Thread
{
  final org.I0Itec.zkclient.GatewayThread this$0;
    descriptor: Lorg/I0Itec/zkclient/GatewayThread;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.util.List val$runningThreads;
    descriptor: Ljava/util/List;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.io.OutputStream val$incomingOutputStream;
    descriptor: Ljava/io/OutputStream;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.io.InputStream val$outgoingInputStream;
    descriptor: Ljava/io/InputStream;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.I0Itec.zkclient.GatewayThread, java.util.List, java.io.OutputStream, java.io.InputStream);
    descriptor: (Lorg/I0Itec/zkclient/GatewayThread;Ljava/util/List;Ljava/io/OutputStream;Ljava/io/InputStream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.I0Itec.zkclient.GatewayThread$2 this
         0: .line 111
            aload 0 /* this */
            aload 1
            putfield org.I0Itec.zkclient.GatewayThread$2.this$0:Lorg/I0Itec/zkclient/GatewayThread;
            aload 0 /* this */
            aload 2
            putfield org.I0Itec.zkclient.GatewayThread$2.val$runningThreads:Ljava/util/List;
            aload 0 /* this */
            aload 3
            putfield org.I0Itec.zkclient.GatewayThread$2.val$incomingOutputStream:Ljava/io/OutputStream;
            aload 0 /* this */
            aload 4
            putfield org.I0Itec.zkclient.GatewayThread$2.val$outgoingInputStream:Ljava/io/InputStream;
            aload 0 /* this */
            invokespecial java.lang.Thread.<init>:()V
            return
        end local 0 // org.I0Itec.zkclient.GatewayThread$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/I0Itec/zkclient/GatewayThread$2;
    MethodParameters:
                          Name  Flags
      this$0                    final
      val$runningThreads        final
      val$incomingOutputStream  final
      val$outgoingInputStream   final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.I0Itec.zkclient.GatewayThread$2 this
         0: .line 114
            aload 0 /* this */
            getfield org.I0Itec.zkclient.GatewayThread$2.val$runningThreads:Ljava/util/List;
            aload 0 /* this */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 116
            iconst_m1
            istore 1 /* read */
        start local 1 // int read
         2: .line 117
            goto 4
         3: .line 118
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.I0Itec.zkclient.GatewayThread$2.val$incomingOutputStream:Ljava/io/OutputStream;
            iload 1 /* read */
            invokevirtual java.io.OutputStream.write:(I)V
         4: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.I0Itec.zkclient.GatewayThread$2.val$outgoingInputStream:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            dup
            istore 1 /* read */
            iconst_m1
            if_icmpne 3
        end local 1 // int read
         5: .line 120
            goto 13
      StackMap locals: org.I0Itec.zkclient.GatewayThread$2
      StackMap stack: java.io.IOException
         6: pop
         7: .line 123
            aload 0 /* this */
            getfield org.I0Itec.zkclient.GatewayThread$2.this$0:Lorg/I0Itec/zkclient/GatewayThread;
            aload 0 /* this */
            getfield org.I0Itec.zkclient.GatewayThread$2.val$incomingOutputStream:Ljava/io/OutputStream;
            invokevirtual org.I0Itec.zkclient.GatewayThread.closeQuietly:(Ljava/io/Closeable;)V
         8: .line 124
            aload 0 /* this */
            getfield org.I0Itec.zkclient.GatewayThread$2.val$runningThreads:Ljava/util/List;
            aload 0 /* this */
            invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
            pop
            goto 15
         9: .line 122
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
        10: .line 123
            aload 0 /* this */
            getfield org.I0Itec.zkclient.GatewayThread$2.this$0:Lorg/I0Itec/zkclient/GatewayThread;
            aload 0 /* this */
            getfield org.I0Itec.zkclient.GatewayThread$2.val$incomingOutputStream:Ljava/io/OutputStream;
            invokevirtual org.I0Itec.zkclient.GatewayThread.closeQuietly:(Ljava/io/Closeable;)V
        11: .line 124
            aload 0 /* this */
            getfield org.I0Itec.zkclient.GatewayThread$2.val$runningThreads:Ljava/util/List;
            aload 0 /* this */
            invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
            pop
        12: .line 125
            aload 2
            athrow
        13: .line 123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.I0Itec.zkclient.GatewayThread$2.this$0:Lorg/I0Itec/zkclient/GatewayThread;
            aload 0 /* this */
            getfield org.I0Itec.zkclient.GatewayThread$2.val$incomingOutputStream:Ljava/io/OutputStream;
            invokevirtual org.I0Itec.zkclient.GatewayThread.closeQuietly:(Ljava/io/Closeable;)V
        14: .line 124
            aload 0 /* this */
            getfield org.I0Itec.zkclient.GatewayThread$2.val$runningThreads:Ljava/util/List;
            aload 0 /* this */
            invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
            pop
        15: .line 126
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.I0Itec.zkclient.GatewayThread$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lorg/I0Itec/zkclient/GatewayThread$2;
            2    5     1  read  I
      Exception table:
        from    to  target  type
           1     5       6  Class java.io.IOException
           1     7       9  any
}
SourceFile: "GatewayThread.java"
EnclosingMethod: org.I0Itec.zkclient.GatewayThread.run:()V
NestHost: org.I0Itec.zkclient.GatewayThread
InnerClasses:
  org.I0Itec.zkclient.GatewayThread$2