public abstract class com.jcraft.jsch.Channel implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.jcraft.jsch.Channel
  super_class: java.lang.Object
{
  static final int SSH_MSG_CHANNEL_OPEN_CONFIRMATION;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 91

  static final int SSH_MSG_CHANNEL_OPEN_FAILURE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 92

  static final int SSH_MSG_CHANNEL_WINDOW_ADJUST;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 93

  static final int SSH_OPEN_ADMINISTRATIVELY_PROHIBITED;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int SSH_OPEN_CONNECT_FAILED;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final int SSH_OPEN_UNKNOWN_CHANNEL_TYPE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  static final int SSH_OPEN_RESOURCE_SHORTAGE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  static int index;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  private static java.util.Vector pool;
    descriptor: Ljava/util/Vector;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  int id;
    descriptor: I
    flags: (0x0000) 

  volatile int recipient;
    descriptor: I
    flags: (0x0040) ACC_VOLATILE

  protected byte[] type;
    descriptor: [B
    flags: (0x0004) ACC_PROTECTED

  volatile int lwsize_max;
    descriptor: I
    flags: (0x0040) ACC_VOLATILE

  volatile int lwsize;
    descriptor: I
    flags: (0x0040) ACC_VOLATILE

  volatile int lmpsize;
    descriptor: I
    flags: (0x0040) ACC_VOLATILE

  volatile long rwsize;
    descriptor: J
    flags: (0x0040) ACC_VOLATILE

  volatile int rmpsize;
    descriptor: I
    flags: (0x0040) ACC_VOLATILE

  com.jcraft.jsch.IO io;
    descriptor: Lcom/jcraft/jsch/IO;
    flags: (0x0000) 

  java.lang.Thread thread;
    descriptor: Ljava/lang/Thread;
    flags: (0x0000) 

  volatile boolean eof_local;
    descriptor: Z
    flags: (0x0040) ACC_VOLATILE

  volatile boolean eof_remote;
    descriptor: Z
    flags: (0x0040) ACC_VOLATILE

  volatile boolean close;
    descriptor: Z
    flags: (0x0040) ACC_VOLATILE

  volatile boolean connected;
    descriptor: Z
    flags: (0x0040) ACC_VOLATILE

  volatile boolean open_confirmation;
    descriptor: Z
    flags: (0x0040) ACC_VOLATILE

  volatile int exitstatus;
    descriptor: I
    flags: (0x0040) ACC_VOLATILE

  volatile int reply;
    descriptor: I
    flags: (0x0040) ACC_VOLATILE

  volatile int connectTimeout;
    descriptor: I
    flags: (0x0040) ACC_VOLATILE

  private com.jcraft.jsch.Session session;
    descriptor: Lcom/jcraft/jsch/Session;
    flags: (0x0002) ACC_PRIVATE

  int notifyme;
    descriptor: I
    flags: (0x0000) 

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 50
            iconst_0
            putstatic com.jcraft.jsch.Channel.index:I
         1: .line 51
            new java.util.Vector
            dup
            invokespecial java.util.Vector.<init>:()V
            putstatic com.jcraft.jsch.Channel.pool:Ljava/util/Vector;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static com.jcraft.jsch.Channel getChannel(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/jcraft/jsch/Channel;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String type
         0: .line 53
            aload 0 /* type */
            ldc "session"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 54
            new com.jcraft.jsch.ChannelSession
            dup
            invokespecial com.jcraft.jsch.ChannelSession.<init>:()V
            areturn
         2: .line 56
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            ldc "shell"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 57
            new com.jcraft.jsch.ChannelShell
            dup
            invokespecial com.jcraft.jsch.ChannelShell.<init>:()V
            areturn
         4: .line 59
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            ldc "exec"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 60
            new com.jcraft.jsch.ChannelExec
            dup
            invokespecial com.jcraft.jsch.ChannelExec.<init>:()V
            areturn
         6: .line 62
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            ldc "x11"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 8
         7: .line 63
            new com.jcraft.jsch.ChannelX11
            dup
            invokespecial com.jcraft.jsch.ChannelX11.<init>:()V
            areturn
         8: .line 65
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            ldc "auth-agent@openssh.com"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 10
         9: .line 66
            new com.jcraft.jsch.ChannelAgentForwarding
            dup
            invokespecial com.jcraft.jsch.ChannelAgentForwarding.<init>:()V
            areturn
        10: .line 68
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            ldc "direct-tcpip"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 12
        11: .line 69
            new com.jcraft.jsch.ChannelDirectTCPIP
            dup
            invokespecial com.jcraft.jsch.ChannelDirectTCPIP.<init>:()V
            areturn
        12: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            ldc "forwarded-tcpip"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 14
        13: .line 72
            new com.jcraft.jsch.ChannelForwardedTCPIP
            dup
            invokespecial com.jcraft.jsch.ChannelForwardedTCPIP.<init>:()V
            areturn
        14: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            ldc "sftp"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 16
        15: .line 75
            new com.jcraft.jsch.ChannelSftp
            dup
            invokespecial com.jcraft.jsch.ChannelSftp.<init>:()V
            areturn
        16: .line 77
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            ldc "subsystem"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 18
        17: .line 78
            new com.jcraft.jsch.ChannelSubsystem
            dup
            invokespecial com.jcraft.jsch.ChannelSubsystem.<init>:()V
            areturn
        18: .line 80
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // java.lang.String type
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0  type  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      type  

  static com.jcraft.jsch.Channel getChannel(int, com.jcraft.jsch.Session);
    descriptor: (ILcom/jcraft/jsch/Session;)Lcom/jcraft/jsch/Channel;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // int id
        start local 1 // com.jcraft.jsch.Session session
         0: .line 83
            getstatic com.jcraft.jsch.Channel.pool:Ljava/util/Vector;
            dup
            astore 2
            monitorenter
         1: .line 84
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 7
         3: .line 85
      StackMap locals: java.util.Vector int
      StackMap stack:
            getstatic com.jcraft.jsch.Channel.pool:Ljava/util/Vector;
            iload 3 /* i */
            invokevirtual java.util.Vector.elementAt:(I)Ljava/lang/Object;
            checkcast com.jcraft.jsch.Channel
            astore 4 /* c */
        start local 4 // com.jcraft.jsch.Channel c
         4: .line 86
            aload 4 /* c */
            getfield com.jcraft.jsch.Channel.id:I
            iload 0 /* id */
            if_icmpne 6
            aload 4 /* c */
            getfield com.jcraft.jsch.Channel.session:Lcom/jcraft/jsch/Session;
            aload 1 /* session */
            if_acmpne 6
            aload 4 /* c */
            aload 2
            monitorexit
         5: areturn
        end local 4 // com.jcraft.jsch.Channel c
         6: .line 84
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            getstatic com.jcraft.jsch.Channel.pool:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            if_icmplt 3
        end local 3 // int i
         8: .line 83
            aload 2
            monitorexit
         9: goto 12
      StackMap locals: int com.jcraft.jsch.Session java.util.Vector
      StackMap stack: java.lang.Throwable
        10: aload 2
            monitorexit
        11: athrow
        12: .line 89
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // com.jcraft.jsch.Session session
        end local 0 // int id
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0       id  I
            0   13     1  session  Lcom/jcraft/jsch/Session;
            2    8     3        i  I
            4    6     4        c  Lcom/jcraft/jsch/Channel;
      Exception table:
        from    to  target  type
           1     5      10  any
           6     9      10  any
          10    11      10  any
    MethodParameters:
         Name  Flags
      id       
      session  

  static void del(com.jcraft.jsch.Channel);
    descriptor: (Lcom/jcraft/jsch/Channel;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.jcraft.jsch.Channel c
         0: .line 92
            getstatic com.jcraft.jsch.Channel.pool:Ljava/util/Vector;
            dup
            astore 1
            monitorenter
         1: .line 93
            getstatic com.jcraft.jsch.Channel.pool:Ljava/util/Vector;
            aload 0 /* c */
            invokevirtual java.util.Vector.removeElement:(Ljava/lang/Object;)Z
            pop
         2: .line 92
            aload 1
            monitorexit
         3: goto 6
      StackMap locals: com.jcraft.jsch.Channel java.util.Vector
      StackMap stack: java.lang.Throwable
         4: aload 1
            monitorexit
         5: athrow
         6: .line 95
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.jcraft.jsch.Channel c
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0     c  Lcom/jcraft/jsch/Channel;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    MethodParameters:
      Name  Flags
      c     

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.jcraft.jsch.Channel this
         0: .line 126
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 98
            aload 0 /* this */
            iconst_m1
            putfield com.jcraft.jsch.Channel.recipient:I
         2: .line 99
            aload 0 /* this */
            ldc "foo"
            invokestatic com.jcraft.jsch.Util.str2byte:(Ljava/lang/String;)[B
            putfield com.jcraft.jsch.Channel.type:[B
         3: .line 100
            aload 0 /* this */
            ldc 1048576
            putfield com.jcraft.jsch.Channel.lwsize_max:I
         4: .line 101
            aload 0 /* this */
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.lwsize_max:I
            putfield com.jcraft.jsch.Channel.lwsize:I
         5: .line 102
            aload 0 /* this */
            sipush 16384
            putfield com.jcraft.jsch.Channel.lmpsize:I
         6: .line 104
            aload 0 /* this */
            lconst_0
            putfield com.jcraft.jsch.Channel.rwsize:J
         7: .line 105
            aload 0 /* this */
            iconst_0
            putfield com.jcraft.jsch.Channel.rmpsize:I
         8: .line 107
            aload 0 /* this */
            aconst_null
            putfield com.jcraft.jsch.Channel.io:Lcom/jcraft/jsch/IO;
         9: .line 108
            aload 0 /* this */
            aconst_null
            putfield com.jcraft.jsch.Channel.thread:Ljava/lang/Thread;
        10: .line 110
            aload 0 /* this */
            iconst_0
            putfield com.jcraft.jsch.Channel.eof_local:Z
        11: .line 111
            aload 0 /* this */
            iconst_0
            putfield com.jcraft.jsch.Channel.eof_remote:Z
        12: .line 113
            aload 0 /* this */
            iconst_0
            putfield com.jcraft.jsch.Channel.close:Z
        13: .line 114
            aload 0 /* this */
            iconst_0
            putfield com.jcraft.jsch.Channel.connected:Z
        14: .line 115
            aload 0 /* this */
            iconst_0
            putfield com.jcraft.jsch.Channel.open_confirmation:Z
        15: .line 117
            aload 0 /* this */
            iconst_m1
            putfield com.jcraft.jsch.Channel.exitstatus:I
        16: .line 119
            aload 0 /* this */
            iconst_0
            putfield com.jcraft.jsch.Channel.reply:I
        17: .line 120
            aload 0 /* this */
            iconst_0
            putfield com.jcraft.jsch.Channel.connectTimeout:I
        18: .line 124
            aload 0 /* this */
            iconst_0
            putfield com.jcraft.jsch.Channel.notifyme:I
        19: .line 127
            getstatic com.jcraft.jsch.Channel.pool:Ljava/util/Vector;
            dup
            astore 1
            monitorenter
        20: .line 128
            aload 0 /* this */
            getstatic com.jcraft.jsch.Channel.index:I
            dup
            iconst_1
            iadd
            putstatic com.jcraft.jsch.Channel.index:I
            putfield com.jcraft.jsch.Channel.id:I
        21: .line 129
            getstatic com.jcraft.jsch.Channel.pool:Ljava/util/Vector;
            aload 0 /* this */
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        22: .line 127
            aload 1
            monitorexit
        23: goto 26
      StackMap locals: com.jcraft.jsch.Channel java.util.Vector
      StackMap stack: java.lang.Throwable
        24: aload 1
            monitorexit
        25: athrow
        26: .line 131
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   27     0  this  Lcom/jcraft/jsch/Channel;
      Exception table:
        from    to  target  type
          20    23      24  any
          24    25      24  any

  synchronized void setRecipient(int);
    descriptor: (I)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.jcraft.jsch.Channel this
        start local 1 // int foo
         0: .line 133
            aload 0 /* this */
            iload 1 /* foo */
            putfield com.jcraft.jsch.Channel.recipient:I
         1: .line 134
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.notifyme:I
            ifle 3
         2: .line 135
            aload 0 /* this */
            invokevirtual java.lang.Object.notifyAll:()V
         3: .line 136
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int foo
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/jcraft/jsch/Channel;
            0    4     1   foo  I
    MethodParameters:
      Name  Flags
      foo   

  int getRecipient();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.Channel this
         0: .line 138
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.recipient:I
            ireturn
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/Channel;

  void init();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.Channel this
         0: .line 142
            return
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/Channel;
    Exceptions:
      throws com.jcraft.jsch.JSchException

  public void connect();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.Channel this
         0: .line 145
            aload 0 /* this */
            iconst_0
            invokevirtual com.jcraft.jsch.Channel.connect:(I)V
         1: .line 146
            return
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/jcraft/jsch/Channel;
    Exceptions:
      throws com.jcraft.jsch.JSchException

  public void connect(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.jcraft.jsch.Channel this
        start local 1 // int connectTimeout
         0: .line 149
            aload 0 /* this */
            iload 1 /* connectTimeout */
            putfield com.jcraft.jsch.Channel.connectTimeout:I
         1: .line 151
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.Channel.sendChannelOpen:()V
         2: .line 152
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.Channel.start:()V
         3: .line 153
            goto 10
         4: .line 154
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
         5: .line 155
            aload 0 /* this */
            iconst_0
            putfield com.jcraft.jsch.Channel.connected:Z
         6: .line 156
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.Channel.disconnect:()V
         7: .line 157
            aload 2 /* e */
            instanceof com.jcraft.jsch.JSchException
            ifeq 9
         8: .line 158
            aload 2 /* e */
            checkcast com.jcraft.jsch.JSchException
            athrow
         9: .line 159
      StackMap locals: java.lang.Exception
      StackMap stack:
            new com.jcraft.jsch.JSchException
            dup
            aload 2 /* e */
            invokevirtual java.lang.Exception.toString:()Ljava/lang/String;
            aload 2 /* e */
            invokespecial com.jcraft.jsch.JSchException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.Exception e
        10: .line 161
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int connectTimeout
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lcom/jcraft/jsch/Channel;
            0   11     1  connectTimeout  I
            5   10     2               e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     3       4  Class java.lang.Exception
    Exceptions:
      throws com.jcraft.jsch.JSchException
    MethodParameters:
                Name  Flags
      connectTimeout  

  public void setXForwarding(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.jcraft.jsch.Channel this
        start local 1 // boolean foo
         0: .line 164
            return
        end local 1 // boolean foo
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/Channel;
            0    1     1   foo  Z
    MethodParameters:
      Name  Flags
      foo   

  public void start();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.Channel this
         0: .line 166
            return
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/Channel;
    Exceptions:
      throws com.jcraft.jsch.JSchException

  public boolean isEOF();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.Channel this
         0: .line 168
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.eof_remote:Z
            ireturn
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/Channel;

  void getData(com.jcraft.jsch.Buffer);
    descriptor: (Lcom/jcraft/jsch/Buffer;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.jcraft.jsch.Channel this
        start local 1 // com.jcraft.jsch.Buffer buf
         0: .line 171
            aload 0 /* this */
            aload 1 /* buf */
            invokevirtual com.jcraft.jsch.Buffer.getInt:()I
            invokevirtual com.jcraft.jsch.Channel.setRecipient:(I)V
         1: .line 172
            aload 0 /* this */
            aload 1 /* buf */
            invokevirtual com.jcraft.jsch.Buffer.getUInt:()J
            invokevirtual com.jcraft.jsch.Channel.setRemoteWindowSize:(J)V
         2: .line 173
            aload 0 /* this */
            aload 1 /* buf */
            invokevirtual com.jcraft.jsch.Buffer.getInt:()I
            invokevirtual com.jcraft.jsch.Channel.setRemotePacketSize:(I)V
         3: .line 174
            return
        end local 1 // com.jcraft.jsch.Buffer buf
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/jcraft/jsch/Channel;
            0    4     1   buf  Lcom/jcraft/jsch/Buffer;
    MethodParameters:
      Name  Flags
      buf   

  public void setInputStream(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.jcraft.jsch.Channel this
        start local 1 // java.io.InputStream in
         0: .line 177
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.io:Lcom/jcraft/jsch/IO;
            aload 1 /* in */
            iconst_0
            invokevirtual com.jcraft.jsch.IO.setInputStream:(Ljava/io/InputStream;Z)V
         1: .line 178
            return
        end local 1 // java.io.InputStream in
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/jcraft/jsch/Channel;
            0    2     1    in  Ljava/io/InputStream;
    MethodParameters:
      Name  Flags
      in    

  public void setInputStream(java.io.InputStream, boolean);
    descriptor: (Ljava/io/InputStream;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.jcraft.jsch.Channel this
        start local 1 // java.io.InputStream in
        start local 2 // boolean dontclose
         0: .line 180
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.io:Lcom/jcraft/jsch/IO;
            aload 1 /* in */
            iload 2 /* dontclose */
            invokevirtual com.jcraft.jsch.IO.setInputStream:(Ljava/io/InputStream;Z)V
         1: .line 181
            return
        end local 2 // boolean dontclose
        end local 1 // java.io.InputStream in
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/jcraft/jsch/Channel;
            0    2     1         in  Ljava/io/InputStream;
            0    2     2  dontclose  Z
    MethodParameters:
           Name  Flags
      in         
      dontclose  

  public void setOutputStream(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.jcraft.jsch.Channel this
        start local 1 // java.io.OutputStream out
         0: .line 183
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.io:Lcom/jcraft/jsch/IO;
            aload 1 /* out */
            iconst_0
            invokevirtual com.jcraft.jsch.IO.setOutputStream:(Ljava/io/OutputStream;Z)V
         1: .line 184
            return
        end local 1 // java.io.OutputStream out
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/jcraft/jsch/Channel;
            0    2     1   out  Ljava/io/OutputStream;
    MethodParameters:
      Name  Flags
      out   

  public void setOutputStream(java.io.OutputStream, boolean);
    descriptor: (Ljava/io/OutputStream;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.jcraft.jsch.Channel this
        start local 1 // java.io.OutputStream out
        start local 2 // boolean dontclose
         0: .line 186
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.io:Lcom/jcraft/jsch/IO;
            aload 1 /* out */
            iload 2 /* dontclose */
            invokevirtual com.jcraft.jsch.IO.setOutputStream:(Ljava/io/OutputStream;Z)V
         1: .line 187
            return
        end local 2 // boolean dontclose
        end local 1 // java.io.OutputStream out
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/jcraft/jsch/Channel;
            0    2     1        out  Ljava/io/OutputStream;
            0    2     2  dontclose  Z
    MethodParameters:
           Name  Flags
      out        
      dontclose  

  public void setExtOutputStream(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.jcraft.jsch.Channel this
        start local 1 // java.io.OutputStream out
         0: .line 189
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.io:Lcom/jcraft/jsch/IO;
            aload 1 /* out */
            iconst_0
            invokevirtual com.jcraft.jsch.IO.setExtOutputStream:(Ljava/io/OutputStream;Z)V
         1: .line 190
            return
        end local 1 // java.io.OutputStream out
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/jcraft/jsch/Channel;
            0    2     1   out  Ljava/io/OutputStream;
    MethodParameters:
      Name  Flags
      out   

  public void setExtOutputStream(java.io.OutputStream, boolean);
    descriptor: (Ljava/io/OutputStream;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.jcraft.jsch.Channel this
        start local 1 // java.io.OutputStream out
        start local 2 // boolean dontclose
         0: .line 192
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.io:Lcom/jcraft/jsch/IO;
            aload 1 /* out */
            iload 2 /* dontclose */
            invokevirtual com.jcraft.jsch.IO.setExtOutputStream:(Ljava/io/OutputStream;Z)V
         1: .line 193
            return
        end local 2 // boolean dontclose
        end local 1 // java.io.OutputStream out
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/jcraft/jsch/Channel;
            0    2     1        out  Ljava/io/OutputStream;
            0    2     2  dontclose  Z
    MethodParameters:
           Name  Flags
      out        
      dontclose  

  public java.io.InputStream getInputStream();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // com.jcraft.jsch.Channel this
         0: .line 195
            ldc 32768
            istore 1 /* max_input_buffer_size */
        start local 1 // int max_input_buffer_size
         1: .line 198
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.Channel.getSession:()Lcom/jcraft/jsch/Session;
            ldc "max_input_buffer_size"
            invokevirtual com.jcraft.jsch.Session.getConfig:(Ljava/lang/String;)Ljava/lang/String;
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
         2: .line 197
            istore 1 /* max_input_buffer_size */
         3: .line 199
            goto 5
         4: .line 200
      StackMap locals: com.jcraft.jsch.Channel int
      StackMap stack: java.lang.Exception
            pop
         5: .line 202
      StackMap locals:
      StackMap stack:
            new com.jcraft.jsch.Channel$MyPipedInputStream
            dup
            aload 0 /* this */
         6: .line 203
            ldc 32768
         7: .line 204
            iload 1 /* max_input_buffer_size */
         8: .line 202
            invokespecial com.jcraft.jsch.Channel$MyPipedInputStream.<init>:(Lcom/jcraft/jsch/Channel;II)V
         9: .line 201
            astore 2 /* in */
        start local 2 // java.io.PipedInputStream in
        10: .line 206
            ldc 32768
            iload 1 /* max_input_buffer_size */
            if_icmpge 11
            iconst_1
            goto 12
      StackMap locals: java.io.PipedInputStream
      StackMap stack:
        11: iconst_0
      StackMap locals:
      StackMap stack: int
        12: istore 3 /* resizable */
        start local 3 // boolean resizable
        13: .line 207
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.io:Lcom/jcraft/jsch/IO;
            new com.jcraft.jsch.Channel$PassiveOutputStream
            dup
            aload 0 /* this */
            aload 2 /* in */
            iload 3 /* resizable */
            invokespecial com.jcraft.jsch.Channel$PassiveOutputStream.<init>:(Lcom/jcraft/jsch/Channel;Ljava/io/PipedInputStream;Z)V
            iconst_0
            invokevirtual com.jcraft.jsch.IO.setOutputStream:(Ljava/io/OutputStream;Z)V
        14: .line 208
            aload 2 /* in */
            areturn
        end local 3 // boolean resizable
        end local 2 // java.io.PipedInputStream in
        end local 1 // int max_input_buffer_size
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   15     0                   this  Lcom/jcraft/jsch/Channel;
            1   15     1  max_input_buffer_size  I
           10   15     2                     in  Ljava/io/PipedInputStream;
           13   15     3              resizable  Z
      Exception table:
        from    to  target  type
           1     3       4  Class java.lang.Exception
    Exceptions:
      throws java.io.IOException

  public java.io.InputStream getExtInputStream();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // com.jcraft.jsch.Channel this
         0: .line 211
            ldc 32768
            istore 1 /* max_input_buffer_size */
        start local 1 // int max_input_buffer_size
         1: .line 214
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.Channel.getSession:()Lcom/jcraft/jsch/Session;
            ldc "max_input_buffer_size"
            invokevirtual com.jcraft.jsch.Session.getConfig:(Ljava/lang/String;)Ljava/lang/String;
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
         2: .line 213
            istore 1 /* max_input_buffer_size */
         3: .line 215
            goto 5
         4: .line 216
      StackMap locals: com.jcraft.jsch.Channel int
      StackMap stack: java.lang.Exception
            pop
         5: .line 218
      StackMap locals:
      StackMap stack:
            new com.jcraft.jsch.Channel$MyPipedInputStream
            dup
            aload 0 /* this */
         6: .line 219
            ldc 32768
         7: .line 220
            iload 1 /* max_input_buffer_size */
         8: .line 218
            invokespecial com.jcraft.jsch.Channel$MyPipedInputStream.<init>:(Lcom/jcraft/jsch/Channel;II)V
         9: .line 217
            astore 2 /* in */
        start local 2 // java.io.PipedInputStream in
        10: .line 222
            ldc 32768
            iload 1 /* max_input_buffer_size */
            if_icmpge 11
            iconst_1
            goto 12
      StackMap locals: java.io.PipedInputStream
      StackMap stack:
        11: iconst_0
      StackMap locals:
      StackMap stack: int
        12: istore 3 /* resizable */
        start local 3 // boolean resizable
        13: .line 223
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.io:Lcom/jcraft/jsch/IO;
            new com.jcraft.jsch.Channel$PassiveOutputStream
            dup
            aload 0 /* this */
            aload 2 /* in */
            iload 3 /* resizable */
            invokespecial com.jcraft.jsch.Channel$PassiveOutputStream.<init>:(Lcom/jcraft/jsch/Channel;Ljava/io/PipedInputStream;Z)V
            iconst_0
            invokevirtual com.jcraft.jsch.IO.setExtOutputStream:(Ljava/io/OutputStream;Z)V
        14: .line 224
            aload 2 /* in */
            areturn
        end local 3 // boolean resizable
        end local 2 // java.io.PipedInputStream in
        end local 1 // int max_input_buffer_size
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   15     0                   this  Lcom/jcraft/jsch/Channel;
            1   15     1  max_input_buffer_size  I
           10   15     2                     in  Ljava/io/PipedInputStream;
           13   15     3              resizable  Z
      Exception table:
        from    to  target  type
           1     3       4  Class java.lang.Exception
    Exceptions:
      throws java.io.IOException

  public java.io.OutputStream getOutputStream();
    descriptor: ()Ljava/io/OutputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.jcraft.jsch.Channel this
         0: .line 228
            aload 0 /* this */
            astore 1 /* channel */
        start local 1 // com.jcraft.jsch.Channel channel
         1: .line 229
            new com.jcraft.jsch.Channel$1
            dup
            aload 0 /* this */
            aload 1 /* channel */
            invokespecial com.jcraft.jsch.Channel$1.<init>:(Lcom/jcraft/jsch/Channel;Lcom/jcraft/jsch/Channel;)V
            astore 2 /* out */
        start local 2 // java.io.OutputStream out
         2: .line 325
            aload 2 /* out */
            areturn
        end local 2 // java.io.OutputStream out
        end local 1 // com.jcraft.jsch.Channel channel
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/jcraft/jsch/Channel;
            1    3     1  channel  Lcom/jcraft/jsch/Channel;
            2    3     2      out  Ljava/io/OutputStream;
    Exceptions:
      throws java.io.IOException

  void setLocalWindowSizeMax(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.jcraft.jsch.Channel this
        start local 1 // int foo
         0: .line 419
            aload 0 /* this */
            iload 1 /* foo */
            putfield com.jcraft.jsch.Channel.lwsize_max:I
            return
        end local 1 // int foo
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/Channel;
            0    1     1   foo  I
    MethodParameters:
      Name  Flags
      foo   

  void setLocalWindowSize(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.jcraft.jsch.Channel this
        start local 1 // int foo
         0: .line 420
            aload 0 /* this */
            iload 1 /* foo */
            putfield com.jcraft.jsch.Channel.lwsize:I
            return
        end local 1 // int foo
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/Channel;
            0    1     1   foo  I
    MethodParameters:
      Name  Flags
      foo   

  void setLocalPacketSize(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.jcraft.jsch.Channel this
        start local 1 // int foo
         0: .line 421
            aload 0 /* this */
            iload 1 /* foo */
            putfield com.jcraft.jsch.Channel.lmpsize:I
            return
        end local 1 // int foo
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/Channel;
            0    1     1   foo  I
    MethodParameters:
      Name  Flags
      foo   

  synchronized void setRemoteWindowSize(long);
    descriptor: (J)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.jcraft.jsch.Channel this
        start local 1 // long foo
         0: .line 422
            aload 0 /* this */
            lload 1 /* foo */
            putfield com.jcraft.jsch.Channel.rwsize:J
            return
        end local 1 // long foo
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/Channel;
            0    1     1   foo  J
    MethodParameters:
      Name  Flags
      foo   

  synchronized void addRemoteWindowSize(long);
    descriptor: (J)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.jcraft.jsch.Channel this
        start local 1 // long foo
         0: .line 424
            aload 0 /* this */
            dup
            getfield com.jcraft.jsch.Channel.rwsize:J
            lload 1 /* foo */
            ladd
            putfield com.jcraft.jsch.Channel.rwsize:J
         1: .line 425
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.notifyme:I
            ifle 3
         2: .line 426
            aload 0 /* this */
            invokevirtual java.lang.Object.notifyAll:()V
         3: .line 427
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long foo
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/jcraft/jsch/Channel;
            0    4     1   foo  J
    MethodParameters:
      Name  Flags
      foo   

  void setRemotePacketSize(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.jcraft.jsch.Channel this
        start local 1 // int foo
         0: .line 428
            aload 0 /* this */
            iload 1 /* foo */
            putfield com.jcraft.jsch.Channel.rmpsize:I
            return
        end local 1 // int foo
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/Channel;
            0    1     1   foo  I
    MethodParameters:
      Name  Flags
      foo   

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.Channel this
         0: .line 431
            return
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/Channel;

  void write(byte[]);
    descriptor: ([B)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.jcraft.jsch.Channel this
        start local 1 // byte[] foo
         0: .line 434
            aload 0 /* this */
            aload 1 /* foo */
            iconst_0
            aload 1 /* foo */
            arraylength
            invokevirtual com.jcraft.jsch.Channel.write:([BII)V
         1: .line 435
            return
        end local 1 // byte[] foo
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/jcraft/jsch/Channel;
            0    2     1   foo  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      foo   

  void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.jcraft.jsch.Channel this
        start local 1 // byte[] foo
        start local 2 // int s
        start local 3 // int l
         0: .line 438
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.io:Lcom/jcraft/jsch/IO;
            aload 1 /* foo */
            iload 2 /* s */
            iload 3 /* l */
            invokevirtual com.jcraft.jsch.IO.put:([BII)V
         1: .line 439
            goto 3
      StackMap locals:
      StackMap stack: java.lang.NullPointerException
         2: pop
         3: .line 440
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int l
        end local 2 // int s
        end local 1 // byte[] foo
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/jcraft/jsch/Channel;
            0    4     1   foo  [B
            0    4     2     s  I
            0    4     3     l  I
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.NullPointerException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      foo   
      s     
      l     

  void write_ext(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.jcraft.jsch.Channel this
        start local 1 // byte[] foo
        start local 2 // int s
        start local 3 // int l
         0: .line 443
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.io:Lcom/jcraft/jsch/IO;
            aload 1 /* foo */
            iload 2 /* s */
            iload 3 /* l */
            invokevirtual com.jcraft.jsch.IO.put_ext:([BII)V
         1: .line 444
            goto 3
      StackMap locals:
      StackMap stack: java.lang.NullPointerException
         2: pop
         3: .line 445
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int l
        end local 2 // int s
        end local 1 // byte[] foo
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/jcraft/jsch/Channel;
            0    4     1   foo  [B
            0    4     2     s  I
            0    4     3     l  I
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.NullPointerException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      foo   
      s     
      l     

  void eof_remote();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.Channel this
         0: .line 448
            aload 0 /* this */
            iconst_1
            putfield com.jcraft.jsch.Channel.eof_remote:Z
         1: .line 450
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.io:Lcom/jcraft/jsch/IO;
            invokevirtual com.jcraft.jsch.IO.out_close:()V
         2: .line 451
            goto 4
         3: .line 452
      StackMap locals:
      StackMap stack: java.lang.NullPointerException
            pop
         4: .line 453
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/jcraft/jsch/Channel;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.NullPointerException

  void eof();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // com.jcraft.jsch.Channel this
         0: .line 456
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.eof_local:Z
            ifeq 1
            return
         1: .line 457
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.jcraft.jsch.Channel.eof_local:Z
         2: .line 459
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.Channel.getRecipient:()I
            istore 1 /* i */
        start local 1 // int i
         3: .line 460
            iload 1 /* i */
            iconst_m1
            if_icmpne 4
            return
         4: .line 463
      StackMap locals: int
      StackMap stack:
            new com.jcraft.jsch.Buffer
            dup
            bipush 100
            invokespecial com.jcraft.jsch.Buffer.<init>:(I)V
            astore 2 /* buf */
        start local 2 // com.jcraft.jsch.Buffer buf
         5: .line 464
            new com.jcraft.jsch.Packet
            dup
            aload 2 /* buf */
            invokespecial com.jcraft.jsch.Packet.<init>:(Lcom/jcraft/jsch/Buffer;)V
            astore 3 /* packet */
        start local 3 // com.jcraft.jsch.Packet packet
         6: .line 465
            aload 3 /* packet */
            invokevirtual com.jcraft.jsch.Packet.reset:()V
         7: .line 466
            aload 2 /* buf */
            bipush 96
            invokevirtual com.jcraft.jsch.Buffer.putByte:(B)V
         8: .line 467
            aload 2 /* buf */
            iload 1 /* i */
            invokevirtual com.jcraft.jsch.Buffer.putInt:(I)V
         9: .line 468
            aload 0 /* this */
            dup
            astore 4
            monitorenter
        10: .line 469
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.close:Z
            ifne 12
        11: .line 470
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.Channel.getSession:()Lcom/jcraft/jsch/Session;
            aload 3 /* packet */
            invokevirtual com.jcraft.jsch.Session.write:(Lcom/jcraft/jsch/Packet;)V
        12: .line 468
      StackMap locals: com.jcraft.jsch.Buffer com.jcraft.jsch.Packet com.jcraft.jsch.Channel
      StackMap stack:
            aload 4
            monitorexit
        13: goto 17
      StackMap locals:
      StackMap stack: java.lang.Throwable
        14: aload 4
            monitorexit
        15: athrow
        end local 3 // com.jcraft.jsch.Packet packet
        end local 2 // com.jcraft.jsch.Buffer buf
        16: .line 473
      StackMap locals: com.jcraft.jsch.Channel int
      StackMap stack: java.lang.Exception
            pop
        17: .line 480
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int i
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   18     0    this  Lcom/jcraft/jsch/Channel;
            3   18     1       i  I
            5   16     2     buf  Lcom/jcraft/jsch/Buffer;
            6   16     3  packet  Lcom/jcraft/jsch/Packet;
      Exception table:
        from    to  target  type
          10    13      14  any
          14    15      14  any
           4    16      16  Class java.lang.Exception

  void close();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // com.jcraft.jsch.Channel this
         0: .line 519
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.close:Z
            ifeq 1
            return
         1: .line 520
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.jcraft.jsch.Channel.close:Z
         2: .line 521
            aload 0 /* this */
            aload 0 /* this */
            iconst_1
            dup_x1
            putfield com.jcraft.jsch.Channel.eof_remote:Z
            putfield com.jcraft.jsch.Channel.eof_local:Z
         3: .line 523
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.Channel.getRecipient:()I
            istore 1 /* i */
        start local 1 // int i
         4: .line 524
            iload 1 /* i */
            iconst_m1
            if_icmpne 5
            return
         5: .line 527
      StackMap locals: int
      StackMap stack:
            new com.jcraft.jsch.Buffer
            dup
            bipush 100
            invokespecial com.jcraft.jsch.Buffer.<init>:(I)V
            astore 2 /* buf */
        start local 2 // com.jcraft.jsch.Buffer buf
         6: .line 528
            new com.jcraft.jsch.Packet
            dup
            aload 2 /* buf */
            invokespecial com.jcraft.jsch.Packet.<init>:(Lcom/jcraft/jsch/Buffer;)V
            astore 3 /* packet */
        start local 3 // com.jcraft.jsch.Packet packet
         7: .line 529
            aload 3 /* packet */
            invokevirtual com.jcraft.jsch.Packet.reset:()V
         8: .line 530
            aload 2 /* buf */
            bipush 97
            invokevirtual com.jcraft.jsch.Buffer.putByte:(B)V
         9: .line 531
            aload 2 /* buf */
            iload 1 /* i */
            invokevirtual com.jcraft.jsch.Buffer.putInt:(I)V
        10: .line 532
            aload 0 /* this */
            dup
            astore 4
            monitorenter
        11: .line 533
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.Channel.getSession:()Lcom/jcraft/jsch/Session;
            aload 3 /* packet */
            invokevirtual com.jcraft.jsch.Session.write:(Lcom/jcraft/jsch/Packet;)V
        12: .line 532
            aload 4
            monitorexit
        13: goto 17
      StackMap locals: com.jcraft.jsch.Channel int com.jcraft.jsch.Buffer com.jcraft.jsch.Packet com.jcraft.jsch.Channel
      StackMap stack: java.lang.Throwable
        14: aload 4
            monitorexit
        15: athrow
        end local 3 // com.jcraft.jsch.Packet packet
        end local 2 // com.jcraft.jsch.Buffer buf
        16: .line 536
      StackMap locals: com.jcraft.jsch.Channel int
      StackMap stack: java.lang.Exception
            pop
        17: .line 539
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int i
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   18     0    this  Lcom/jcraft/jsch/Channel;
            4   18     1       i  I
            6   16     2     buf  Lcom/jcraft/jsch/Buffer;
            7   16     3  packet  Lcom/jcraft/jsch/Packet;
      Exception table:
        from    to  target  type
          11    13      14  any
          14    15      14  any
           5    16      16  Class java.lang.Exception

  public boolean isClosed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.Channel this
         0: .line 541
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.close:Z
            ireturn
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/Channel;

  static void disconnect(com.jcraft.jsch.Session);
    descriptor: (Lcom/jcraft/jsch/Session;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // com.jcraft.jsch.Session session
         0: .line 544
            aconst_null
            astore 1 /* channels */
        start local 1 // com.jcraft.jsch.Channel[] channels
         1: .line 545
            iconst_0
            istore 2 /* count */
        start local 2 // int count
         2: .line 546
            getstatic com.jcraft.jsch.Channel.pool:Ljava/util/Vector;
            dup
            astore 3
            monitorenter
         3: .line 547
            getstatic com.jcraft.jsch.Channel.pool:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            anewarray com.jcraft.jsch.Channel
            astore 1 /* channels */
         4: .line 548
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 12
         6: .line 550
      StackMap locals: com.jcraft.jsch.Session com.jcraft.jsch.Channel[] int java.util.Vector int
      StackMap stack:
            getstatic com.jcraft.jsch.Channel.pool:Ljava/util/Vector;
            iload 4 /* i */
            invokevirtual java.util.Vector.elementAt:(I)Ljava/lang/Object;
            checkcast com.jcraft.jsch.Channel
            astore 5 /* c */
        start local 5 // com.jcraft.jsch.Channel c
         7: .line 551
            aload 5 /* c */
            getfield com.jcraft.jsch.Channel.session:Lcom/jcraft/jsch/Session;
            aload 0 /* session */
            if_acmpne 11
         8: .line 552
            aload 1 /* channels */
            iload 2 /* count */
            iinc 2 /* count */ 1
            aload 5 /* c */
            aastore
        end local 5 // com.jcraft.jsch.Channel c
         9: .line 554
            goto 11
        10: .line 555
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
        11: .line 548
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 4 /* i */
            getstatic com.jcraft.jsch.Channel.pool:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            if_icmplt 6
        end local 4 // int i
        13: .line 546
            aload 3
            monitorexit
        14: goto 17
      StackMap locals: com.jcraft.jsch.Session com.jcraft.jsch.Channel[] int java.util.Vector
      StackMap stack: java.lang.Throwable
        15: aload 3
            monitorexit
        16: athrow
        17: .line 559
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        18: goto 21
        19: .line 560
      StackMap locals: int
      StackMap stack:
            aload 1 /* channels */
            iload 3 /* i */
            aaload
            invokevirtual com.jcraft.jsch.Channel.disconnect:()V
        20: .line 559
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        21: iload 3 /* i */
            iload 2 /* count */
            if_icmplt 19
        end local 3 // int i
        22: .line 562
            return
        end local 2 // int count
        end local 1 // com.jcraft.jsch.Channel[] channels
        end local 0 // com.jcraft.jsch.Session session
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   23     0   session  Lcom/jcraft/jsch/Session;
            1   23     1  channels  [Lcom/jcraft/jsch/Channel;
            2   23     2     count  I
            5   13     4         i  I
            7    9     5         c  Lcom/jcraft/jsch/Channel;
           18   22     3         i  I
      Exception table:
        from    to  target  type
           6     9      10  Class java.lang.Exception
           3    14      15  any
          15    16      15  any
    MethodParameters:
         Name  Flags
      session  

  public void disconnect();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.jcraft.jsch.Channel this
         0: .line 570
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 571
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.connected:Z
            ifne 4
         2: .line 572
            aload 1
            monitorexit
         3: .line 594
            aload 0 /* this */
            invokestatic com.jcraft.jsch.Channel.del:(Lcom/jcraft/jsch/Channel;)V
            return
         4: .line 574
      StackMap locals: com.jcraft.jsch.Channel
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.jcraft.jsch.Channel.connected:Z
         5: .line 570
            aload 1
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 1
            monitorexit
         8: athrow
         9: .line 577
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.Channel.close:()V
        10: .line 579
            aload 0 /* this */
            aload 0 /* this */
            iconst_1
            dup_x1
            putfield com.jcraft.jsch.Channel.eof_local:Z
            putfield com.jcraft.jsch.Channel.eof_remote:Z
        11: .line 581
            aload 0 /* this */
            aconst_null
            putfield com.jcraft.jsch.Channel.thread:Ljava/lang/Thread;
        12: .line 584
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.io:Lcom/jcraft/jsch/IO;
            ifnull 20
        13: .line 585
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.io:Lcom/jcraft/jsch/IO;
            invokevirtual com.jcraft.jsch.IO.close:()V
        14: .line 587
            goto 20
        15: .line 588
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
        16: .line 592
            goto 20
        17: .line 593
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
        18: .line 594
            aload 0 /* this */
            invokestatic com.jcraft.jsch.Channel.del:(Lcom/jcraft/jsch/Channel;)V
        19: .line 595
            aload 2
            athrow
        20: .line 594
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic com.jcraft.jsch.Channel.del:(Lcom/jcraft/jsch/Channel;)V
        21: .line 596
            return
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   22     0  this  Lcom/jcraft/jsch/Channel;
      Exception table:
        from    to  target  type
           1     3       7  any
           4     6       7  any
           7     8       7  any
          12    14      15  Class java.lang.Exception
           0     3      17  any
           4    17      17  any

  public boolean isConnected();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.jcraft.jsch.Channel this
         0: .line 599
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.session:Lcom/jcraft/jsch/Session;
            astore 1 /* _session */
        start local 1 // com.jcraft.jsch.Session _session
         1: .line 600
            aload 1 /* _session */
            ifnull 4
         2: .line 601
            aload 1 /* _session */
            invokevirtual com.jcraft.jsch.Session.isConnected:()Z
            ifeq 3
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.connected:Z
            ifeq 3
            iconst_1
            ireturn
      StackMap locals: com.jcraft.jsch.Session
      StackMap stack:
         3: iconst_0
            ireturn
         4: .line 603
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // com.jcraft.jsch.Session _session
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/jcraft/jsch/Channel;
            1    5     1  _session  Lcom/jcraft/jsch/Session;

  public void sendSignal(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.jcraft.jsch.Channel this
        start local 1 // java.lang.String signal
         0: .line 607
            new com.jcraft.jsch.RequestSignal
            dup
            invokespecial com.jcraft.jsch.RequestSignal.<init>:()V
            astore 2 /* request */
        start local 2 // com.jcraft.jsch.RequestSignal request
         1: .line 608
            aload 2 /* request */
            aload 1 /* signal */
            invokevirtual com.jcraft.jsch.RequestSignal.setSignal:(Ljava/lang/String;)V
         2: .line 609
            aload 2 /* request */
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.Channel.getSession:()Lcom/jcraft/jsch/Session;
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.RequestSignal.request:(Lcom/jcraft/jsch/Session;Lcom/jcraft/jsch/Channel;)V
         3: .line 610
            return
        end local 2 // com.jcraft.jsch.RequestSignal request
        end local 1 // java.lang.String signal
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/jcraft/jsch/Channel;
            0    4     1   signal  Ljava/lang/String;
            1    4     2  request  Lcom/jcraft/jsch/RequestSignal;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
        Name  Flags
      signal  

  void setExitStatus(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.jcraft.jsch.Channel this
        start local 1 // int status
         0: .line 664
            aload 0 /* this */
            iload 1 /* status */
            putfield com.jcraft.jsch.Channel.exitstatus:I
            return
        end local 1 // int status
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/jcraft/jsch/Channel;
            0    1     1  status  I
    MethodParameters:
        Name  Flags
      status  

  public int getExitStatus();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.Channel this
         0: .line 665
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.exitstatus:I
            ireturn
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/Channel;

  void setSession(com.jcraft.jsch.Session);
    descriptor: (Lcom/jcraft/jsch/Session;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.jcraft.jsch.Channel this
        start local 1 // com.jcraft.jsch.Session session
         0: .line 668
            aload 0 /* this */
            aload 1 /* session */
            putfield com.jcraft.jsch.Channel.session:Lcom/jcraft/jsch/Session;
         1: .line 669
            return
        end local 1 // com.jcraft.jsch.Session session
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/jcraft/jsch/Channel;
            0    2     1  session  Lcom/jcraft/jsch/Session;
    MethodParameters:
         Name  Flags
      session  

  public com.jcraft.jsch.Session getSession();
    descriptor: ()Lcom/jcraft/jsch/Session;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.jcraft.jsch.Channel this
         0: .line 672
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.session:Lcom/jcraft/jsch/Session;
            astore 1 /* _session */
        start local 1 // com.jcraft.jsch.Session _session
         1: .line 673
            aload 1 /* _session */
            ifnonnull 3
         2: .line 674
            new com.jcraft.jsch.JSchException
            dup
            ldc "session is not available"
            invokespecial com.jcraft.jsch.JSchException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 676
      StackMap locals: com.jcraft.jsch.Session
      StackMap stack:
            aload 1 /* _session */
            areturn
        end local 1 // com.jcraft.jsch.Session _session
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/jcraft/jsch/Channel;
            1    4     1  _session  Lcom/jcraft/jsch/Session;
    Exceptions:
      throws com.jcraft.jsch.JSchException

  public int getId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.Channel this
         0: .line 678
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.id:I
            ireturn
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/Channel;

  protected void sendOpenConfirmation();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.jcraft.jsch.Channel this
         0: .line 681
            new com.jcraft.jsch.Buffer
            dup
            bipush 100
            invokespecial com.jcraft.jsch.Buffer.<init>:(I)V
            astore 1 /* buf */
        start local 1 // com.jcraft.jsch.Buffer buf
         1: .line 682
            new com.jcraft.jsch.Packet
            dup
            aload 1 /* buf */
            invokespecial com.jcraft.jsch.Packet.<init>:(Lcom/jcraft/jsch/Buffer;)V
            astore 2 /* packet */
        start local 2 // com.jcraft.jsch.Packet packet
         2: .line 683
            aload 2 /* packet */
            invokevirtual com.jcraft.jsch.Packet.reset:()V
         3: .line 684
            aload 1 /* buf */
            bipush 91
            invokevirtual com.jcraft.jsch.Buffer.putByte:(B)V
         4: .line 685
            aload 1 /* buf */
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.Channel.getRecipient:()I
            invokevirtual com.jcraft.jsch.Buffer.putInt:(I)V
         5: .line 686
            aload 1 /* buf */
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.id:I
            invokevirtual com.jcraft.jsch.Buffer.putInt:(I)V
         6: .line 687
            aload 1 /* buf */
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.lwsize:I
            invokevirtual com.jcraft.jsch.Buffer.putInt:(I)V
         7: .line 688
            aload 1 /* buf */
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.lmpsize:I
            invokevirtual com.jcraft.jsch.Buffer.putInt:(I)V
         8: .line 689
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.Channel.getSession:()Lcom/jcraft/jsch/Session;
            aload 2 /* packet */
            invokevirtual com.jcraft.jsch.Session.write:(Lcom/jcraft/jsch/Packet;)V
         9: .line 690
            return
        end local 2 // com.jcraft.jsch.Packet packet
        end local 1 // com.jcraft.jsch.Buffer buf
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lcom/jcraft/jsch/Channel;
            1   10     1     buf  Lcom/jcraft/jsch/Buffer;
            2   10     2  packet  Lcom/jcraft/jsch/Packet;
    Exceptions:
      throws java.lang.Exception

  protected void sendOpenFailure(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.jcraft.jsch.Channel this
        start local 1 // int reasoncode
         0: .line 694
            new com.jcraft.jsch.Buffer
            dup
            bipush 100
            invokespecial com.jcraft.jsch.Buffer.<init>:(I)V
            astore 2 /* buf */
        start local 2 // com.jcraft.jsch.Buffer buf
         1: .line 695
            new com.jcraft.jsch.Packet
            dup
            aload 2 /* buf */
            invokespecial com.jcraft.jsch.Packet.<init>:(Lcom/jcraft/jsch/Buffer;)V
            astore 3 /* packet */
        start local 3 // com.jcraft.jsch.Packet packet
         2: .line 696
            aload 3 /* packet */
            invokevirtual com.jcraft.jsch.Packet.reset:()V
         3: .line 697
            aload 2 /* buf */
            bipush 92
            invokevirtual com.jcraft.jsch.Buffer.putByte:(B)V
         4: .line 698
            aload 2 /* buf */
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.Channel.getRecipient:()I
            invokevirtual com.jcraft.jsch.Buffer.putInt:(I)V
         5: .line 699
            aload 2 /* buf */
            iload 1 /* reasoncode */
            invokevirtual com.jcraft.jsch.Buffer.putInt:(I)V
         6: .line 700
            aload 2 /* buf */
            ldc "open failed"
            invokestatic com.jcraft.jsch.Util.str2byte:(Ljava/lang/String;)[B
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
         7: .line 701
            aload 2 /* buf */
            getstatic com.jcraft.jsch.Util.empty:[B
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
         8: .line 702
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.Channel.getSession:()Lcom/jcraft/jsch/Session;
            aload 3 /* packet */
            invokevirtual com.jcraft.jsch.Session.write:(Lcom/jcraft/jsch/Packet;)V
        end local 3 // com.jcraft.jsch.Packet packet
        end local 2 // com.jcraft.jsch.Buffer buf
         9: .line 703
            goto 11
        10: .line 704
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
        11: .line 706
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int reasoncode
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lcom/jcraft/jsch/Channel;
            0   12     1  reasoncode  I
            1    9     2         buf  Lcom/jcraft/jsch/Buffer;
            2    9     3      packet  Lcom/jcraft/jsch/Packet;
      Exception table:
        from    to  target  type
           0     9      10  Class java.lang.Exception
    MethodParameters:
            Name  Flags
      reasoncode  

  protected com.jcraft.jsch.Packet genChannelOpenPacket();
    descriptor: ()Lcom/jcraft/jsch/Packet;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.jcraft.jsch.Channel this
         0: .line 709
            new com.jcraft.jsch.Buffer
            dup
            bipush 100
            invokespecial com.jcraft.jsch.Buffer.<init>:(I)V
            astore 1 /* buf */
        start local 1 // com.jcraft.jsch.Buffer buf
         1: .line 710
            new com.jcraft.jsch.Packet
            dup
            aload 1 /* buf */
            invokespecial com.jcraft.jsch.Packet.<init>:(Lcom/jcraft/jsch/Buffer;)V
            astore 2 /* packet */
        start local 2 // com.jcraft.jsch.Packet packet
         2: .line 716
            aload 2 /* packet */
            invokevirtual com.jcraft.jsch.Packet.reset:()V
         3: .line 717
            aload 1 /* buf */
            bipush 90
            invokevirtual com.jcraft.jsch.Buffer.putByte:(B)V
         4: .line 718
            aload 1 /* buf */
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.type:[B
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
         5: .line 719
            aload 1 /* buf */
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.id:I
            invokevirtual com.jcraft.jsch.Buffer.putInt:(I)V
         6: .line 720
            aload 1 /* buf */
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.lwsize:I
            invokevirtual com.jcraft.jsch.Buffer.putInt:(I)V
         7: .line 721
            aload 1 /* buf */
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.lmpsize:I
            invokevirtual com.jcraft.jsch.Buffer.putInt:(I)V
         8: .line 722
            aload 2 /* packet */
            areturn
        end local 2 // com.jcraft.jsch.Packet packet
        end local 1 // com.jcraft.jsch.Buffer buf
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lcom/jcraft/jsch/Channel;
            1    9     1     buf  Lcom/jcraft/jsch/Buffer;
            2    9     2  packet  Lcom/jcraft/jsch/Packet;

  protected void sendChannelOpen();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=12, args_size=1
        start local 0 // com.jcraft.jsch.Channel this
         0: .line 726
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.Channel.getSession:()Lcom/jcraft/jsch/Session;
            astore 1 /* _session */
        start local 1 // com.jcraft.jsch.Session _session
         1: .line 727
            aload 1 /* _session */
            invokevirtual com.jcraft.jsch.Session.isConnected:()Z
            ifne 3
         2: .line 728
            new com.jcraft.jsch.JSchException
            dup
            ldc "session is down"
            invokespecial com.jcraft.jsch.JSchException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 731
      StackMap locals: com.jcraft.jsch.Session
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.Channel.genChannelOpenPacket:()Lcom/jcraft/jsch/Packet;
            astore 2 /* packet */
        start local 2 // com.jcraft.jsch.Packet packet
         4: .line 732
            aload 1 /* _session */
            aload 2 /* packet */
            invokevirtual com.jcraft.jsch.Session.write:(Lcom/jcraft/jsch/Packet;)V
         5: .line 734
            sipush 2000
            istore 3 /* retry */
        start local 3 // int retry
         6: .line 735
            invokestatic java.lang.System.currentTimeMillis:()J
            lstore 4 /* start */
        start local 4 // long start
         7: .line 736
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.connectTimeout:I
            i2l
            lstore 6 /* timeout */
        start local 6 // long timeout
         8: .line 737
            lload 6 /* timeout */
            lconst_0
            lcmp
            ifeq 9
            iconst_1
            istore 3 /* retry */
         9: .line 738
      StackMap locals: com.jcraft.jsch.Channel com.jcraft.jsch.Session com.jcraft.jsch.Packet int long long
      StackMap stack:
            aload 0 /* this */
            dup
            astore 8
            monitorenter
        10: .line 739
            goto 28
        11: .line 742
      StackMap locals: com.jcraft.jsch.Channel
      StackMap stack:
            lload 6 /* timeout */
            lconst_0
            lcmp
            ifle 15
        12: .line 743
            invokestatic java.lang.System.currentTimeMillis:()J
            lload 4 /* start */
            lsub
            lload 6 /* timeout */
            lcmp
            ifle 15
        13: .line 744
            iconst_0
            istore 3 /* retry */
        14: .line 745
            goto 28
        15: .line 749
      StackMap locals:
      StackMap stack:
            lload 6 /* timeout */
            lconst_0
            lcmp
            ifne 16
            ldc 10
            goto 17
      StackMap locals:
      StackMap stack:
        16: lload 6 /* timeout */
      StackMap locals:
      StackMap stack: long
        17: lstore 9 /* t */
        start local 9 // long t
        18: .line 750
            aload 0 /* this */
            iconst_1
            putfield com.jcraft.jsch.Channel.notifyme:I
        19: .line 751
            aload 0 /* this */
            lload 9 /* t */
            invokevirtual java.lang.Object.wait:(J)V
        end local 9 // long t
        20: .line 752
            goto 26
        21: .line 753
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
            pop
        22: .line 756
            aload 0 /* this */
            iconst_0
            putfield com.jcraft.jsch.Channel.notifyme:I
            goto 27
        23: .line 755
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 11
        24: .line 756
            aload 0 /* this */
            iconst_0
            putfield com.jcraft.jsch.Channel.notifyme:I
        25: .line 757
            aload 11
            athrow
        26: .line 756
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.jcraft.jsch.Channel.notifyme:I
        27: .line 758
      StackMap locals:
      StackMap stack:
            iinc 3 /* retry */ -1
        28: .line 739
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.Channel.getRecipient:()I
            iconst_m1
            if_icmpne 32
        29: .line 740
            aload 1 /* _session */
            invokevirtual com.jcraft.jsch.Session.isConnected:()Z
            ifeq 32
        30: .line 741
            iload 3 /* retry */
        31: .line 739
            ifgt 11
        32: .line 738
      StackMap locals:
      StackMap stack:
            aload 8
            monitorexit
        33: goto 36
      StackMap locals:
      StackMap stack: java.lang.Throwable
        34: aload 8
            monitorexit
        35: athrow
        36: .line 761
      StackMap locals:
      StackMap stack:
            aload 1 /* _session */
            invokevirtual com.jcraft.jsch.Session.isConnected:()Z
            ifne 38
        37: .line 762
            new com.jcraft.jsch.JSchException
            dup
            ldc "session is down"
            invokespecial com.jcraft.jsch.JSchException.<init>:(Ljava/lang/String;)V
            athrow
        38: .line 764
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.Channel.getRecipient:()I
            iconst_m1
            if_icmpne 40
        39: .line 765
            new com.jcraft.jsch.JSchException
            dup
            ldc "channel is not opened."
            invokespecial com.jcraft.jsch.JSchException.<init>:(Ljava/lang/String;)V
            athrow
        40: .line 767
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel.open_confirmation:Z
            ifne 42
        41: .line 768
            new com.jcraft.jsch.JSchException
            dup
            ldc "channel is not opened."
            invokespecial com.jcraft.jsch.JSchException.<init>:(Ljava/lang/String;)V
            athrow
        42: .line 770
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.jcraft.jsch.Channel.connected:Z
        43: .line 771
            return
        end local 6 // long timeout
        end local 4 // long start
        end local 3 // int retry
        end local 2 // com.jcraft.jsch.Packet packet
        end local 1 // com.jcraft.jsch.Session _session
        end local 0 // com.jcraft.jsch.Channel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   44     0      this  Lcom/jcraft/jsch/Channel;
            1   44     1  _session  Lcom/jcraft/jsch/Session;
            4   44     2    packet  Lcom/jcraft/jsch/Packet;
            6   44     3     retry  I
            7   44     4     start  J
            8   44     6   timeout  J
           18   20     9         t  J
      Exception table:
        from    to  target  type
          15    20      21  Class java.lang.InterruptedException
          15    22      23  any
          10    33      34  any
          34    35      34  any
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "Channel.java"
NestMembers:
  com.jcraft.jsch.Channel$1  com.jcraft.jsch.Channel$MyPipedInputStream  com.jcraft.jsch.Channel$PassiveInputStream  com.jcraft.jsch.Channel$PassiveOutputStream
InnerClasses:
  com.jcraft.jsch.Channel$1
  MyPipedInputStream = com.jcraft.jsch.Channel$MyPipedInputStream of com.jcraft.jsch.Channel
  PassiveInputStream = com.jcraft.jsch.Channel$PassiveInputStream of com.jcraft.jsch.Channel
  PassiveOutputStream = com.jcraft.jsch.Channel$PassiveOutputStream of com.jcraft.jsch.Channel