class org.I0Itec.zkclient.GatewayThread$1 extends java.lang.Thread
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.I0Itec.zkclient.GatewayThread$1
  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$outgoingOutputStream;
    descriptor: Ljava/io/OutputStream;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  private final java.net.Socket val$socket;
    descriptor: Ljava/net/Socket;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.net.Socket val$outgoingSocket;
    descriptor: Ljava/net/Socket;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.I0Itec.zkclient.GatewayThread, java.util.List, java.io.OutputStream, java.io.InputStream, java.net.Socket, java.net.Socket);
    descriptor: (Lorg/I0Itec/zkclient/GatewayThread;Ljava/util/List;Ljava/io/OutputStream;Ljava/io/InputStream;Ljava/net/Socket;Ljava/net/Socket;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // org.I0Itec.zkclient.GatewayThread$1 this
         0: .line 81
            aload 0 /* this */
            aload 1
            putfield org.I0Itec.zkclient.GatewayThread$1.this$0:Lorg/I0Itec/zkclient/GatewayThread;
            aload 0 /* this */
            aload 2
            putfield org.I0Itec.zkclient.GatewayThread$1.val$runningThreads:Ljava/util/List;
            aload 0 /* this */
            aload 3
            putfield org.I0Itec.zkclient.GatewayThread$1.val$outgoingOutputStream:Ljava/io/OutputStream;
            aload 0 /* this */
            aload 4
            putfield org.I0Itec.zkclient.GatewayThread$1.val$incomingInputStream:Ljava/io/InputStream;
            aload 0 /* this */
            aload 5
            putfield org.I0Itec.zkclient.GatewayThread$1.val$socket:Ljava/net/Socket;
            aload 0 /* this */
            aload 6
            putfield org.I0Itec.zkclient.GatewayThread$1.val$outgoingSocket:Ljava/net/Socket;
            aload 0 /* this */
            invokespecial java.lang.Thread.<init>:()V
            return
        end local 0 // org.I0Itec.zkclient.GatewayThread$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/I0Itec/zkclient/GatewayThread$1;
    MethodParameters:
                          Name  Flags
      this$0                    final
      val$runningThreads        final
      val$outgoingOutputStream  final
      val$incomingInputStream   final
      val$socket                final
      val$outgoingSocket        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$1 this
         0: .line 84
            aload 0 /* this */
            getfield org.I0Itec.zkclient.GatewayThread$1.val$runningThreads:Ljava/util/List;
            aload 0 /* this */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 86
            iconst_m1
            istore 1 /* read */
        start local 1 // int read
         2: .line 87
            goto 4
         3: .line 88
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.I0Itec.zkclient.GatewayThread$1.val$outgoingOutputStream:Ljava/io/OutputStream;
            iload 1 /* read */
            invokevirtual java.io.OutputStream.write:(I)V
         4: .line 87
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.I0Itec.zkclient.GatewayThread$1.val$incomingInputStream: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 90
            goto 13
      StackMap locals: org.I0Itec.zkclient.GatewayThread$1
      StackMap stack: java.io.IOException
         6: pop
         7: .line 93
            aload 0 /* this */
            getfield org.I0Itec.zkclient.GatewayThread$1.this$0:Lorg/I0Itec/zkclient/GatewayThread;
            aload 0 /* this */
            getfield org.I0Itec.zkclient.GatewayThread$1.val$outgoingOutputStream:Ljava/io/OutputStream;
            invokevirtual org.I0Itec.zkclient.GatewayThread.closeQuietly:(Ljava/io/Closeable;)V
         8: .line 94
            aload 0 /* this */
            getfield org.I0Itec.zkclient.GatewayThread$1.val$runningThreads:Ljava/util/List;
            aload 0 /* this */
            invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
            pop
            goto 15
         9: .line 92
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
        10: .line 93
            aload 0 /* this */
            getfield org.I0Itec.zkclient.GatewayThread$1.this$0:Lorg/I0Itec/zkclient/GatewayThread;
            aload 0 /* this */
            getfield org.I0Itec.zkclient.GatewayThread$1.val$outgoingOutputStream:Ljava/io/OutputStream;
            invokevirtual org.I0Itec.zkclient.GatewayThread.closeQuietly:(Ljava/io/Closeable;)V
        11: .line 94
            aload 0 /* this */
            getfield org.I0Itec.zkclient.GatewayThread$1.val$runningThreads:Ljava/util/List;
            aload 0 /* this */
            invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
            pop
        12: .line 95
            aload 2
            athrow
        13: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.I0Itec.zkclient.GatewayThread$1.this$0:Lorg/I0Itec/zkclient/GatewayThread;
            aload 0 /* this */
            getfield org.I0Itec.zkclient.GatewayThread$1.val$outgoingOutputStream:Ljava/io/OutputStream;
            invokevirtual org.I0Itec.zkclient.GatewayThread.closeQuietly:(Ljava/io/Closeable;)V
        14: .line 94
            aload 0 /* this */
            getfield org.I0Itec.zkclient.GatewayThread$1.val$runningThreads:Ljava/util/List;
            aload 0 /* this */
            invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
            pop
        15: .line 96
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.I0Itec.zkclient.GatewayThread$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lorg/I0Itec/zkclient/GatewayThread$1;
            2    5     1  read  I
      Exception table:
        from    to  target  type
           1     5       6  Class java.io.IOException
           1     7       9  any

  public void interrupt();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.I0Itec.zkclient.GatewayThread$1 this
         0: .line 101
            aload 0 /* this */
            getfield org.I0Itec.zkclient.GatewayThread$1.val$socket:Ljava/net/Socket;
            invokevirtual java.net.Socket.close:()V
         1: .line 102
            aload 0 /* this */
            getfield org.I0Itec.zkclient.GatewayThread$1.val$outgoingSocket:Ljava/net/Socket;
            invokevirtual java.net.Socket.close:()V
         2: .line 103
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 1 /* e */
        start local 1 // java.io.IOException e
         4: .line 104
            getstatic org.I0Itec.zkclient.GatewayThread.LOG:Lorg/slf4j/Logger;
            ldc "error on stopping closing sockets"
            aload 1 /* e */
            invokeinterface org.slf4j.Logger.error:(Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 1 // java.io.IOException e
         5: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial java.lang.Thread.interrupt:()V
         6: .line 108
            return
        end local 0 // org.I0Itec.zkclient.GatewayThread$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/I0Itec/zkclient/GatewayThread$1;
            4    5     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
}
SourceFile: "GatewayThread.java"
EnclosingMethod: org.I0Itec.zkclient.GatewayThread.run:()V
NestHost: org.I0Itec.zkclient.GatewayThread
InnerClasses:
  org.I0Itec.zkclient.GatewayThread$1