class org.eclipse.jgit.transport.JschSession$JschProcess extends java.lang.Process
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jgit.transport.JschSession$JschProcess
  super_class: java.lang.Process
{
  private com.jcraft.jsch.ChannelExec channel;
    descriptor: Lcom/jcraft/jsch/ChannelExec;
    flags: (0x0002) ACC_PRIVATE

  final int timeout;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  private java.io.InputStream inputStream;
    descriptor: Ljava/io/InputStream;
    flags: (0x0002) ACC_PRIVATE

  private java.io.OutputStream outputStream;
    descriptor: Ljava/io/OutputStream;
    flags: (0x0002) ACC_PRIVATE

  private java.io.InputStream errStream;
    descriptor: Ljava/io/InputStream;
    flags: (0x0002) ACC_PRIVATE

  final org.eclipse.jgit.transport.JschSession this$0;
    descriptor: Lorg/eclipse/jgit/transport/JschSession;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.jgit.transport.JschSession, java.lang.String, int);
    descriptor: (Lorg/eclipse/jgit/transport/JschSession;Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.eclipse.jgit.transport.JschSession$JschProcess this
        start local 2 // java.lang.String commandName
        start local 3 // int tms
         0: .line 168
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jgit.transport.JschSession$JschProcess.this$0:Lorg/eclipse/jgit/transport/JschSession;
         1: .line 167
            aload 0 /* this */
            invokespecial java.lang.Process.<init>:()V
         2: .line 169
            aload 0 /* this */
            iload 3 /* tms */
            putfield org.eclipse.jgit.transport.JschSession$JschProcess.timeout:I
         3: .line 171
            aload 0 /* this */
            aload 1
            getfield org.eclipse.jgit.transport.JschSession.sock:Lcom/jcraft/jsch/Session;
            ldc "exec"
            invokevirtual com.jcraft.jsch.Session.openChannel:(Ljava/lang/String;)Lcom/jcraft/jsch/Channel;
            checkcast com.jcraft.jsch.ChannelExec
            putfield org.eclipse.jgit.transport.JschSession$JschProcess.channel:Lcom/jcraft/jsch/ChannelExec;
         4: .line 172
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.JschSession$JschProcess.channel:Lcom/jcraft/jsch/ChannelExec;
            aload 2 /* commandName */
            invokevirtual com.jcraft.jsch.ChannelExec.setCommand:(Ljava/lang/String;)V
         5: .line 173
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.transport.JschSession$JschProcess.setupStreams:()V
         6: .line 174
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.JschSession$JschProcess.channel:Lcom/jcraft/jsch/ChannelExec;
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.JschSession$JschProcess.timeout:I
            ifle 7
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.JschSession$JschProcess.timeout:I
            sipush 1000
            imul
            goto 8
      StackMap locals: org.eclipse.jgit.transport.JschSession$JschProcess org.eclipse.jgit.transport.JschSession java.lang.String int
      StackMap stack: com.jcraft.jsch.ChannelExec
         7: iconst_0
      StackMap locals: org.eclipse.jgit.transport.JschSession$JschProcess org.eclipse.jgit.transport.JschSession java.lang.String int
      StackMap stack: com.jcraft.jsch.ChannelExec int
         8: invokevirtual com.jcraft.jsch.ChannelExec.connect:(I)V
         9: .line 175
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.JschSession$JschProcess.channel:Lcom/jcraft/jsch/ChannelExec;
            invokevirtual com.jcraft.jsch.ChannelExec.isConnected:()Z
            ifne 17
        10: .line 176
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.transport.JschSession$JschProcess.closeOutputStream:()V
        11: .line 177
            new org.eclipse.jgit.errors.TransportException
            dup
            aload 1
            getfield org.eclipse.jgit.transport.JschSession.uri:Lorg/eclipse/jgit/transport/URIish;
        12: .line 178
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.connectionFailed:Ljava/lang/String;
        13: .line 177
            invokespecial org.eclipse.jgit.errors.TransportException.<init>:(Lorg/eclipse/jgit/transport/URIish;Ljava/lang/String;)V
            athrow
        14: .line 180
      StackMap locals:
      StackMap stack: com.jcraft.jsch.JSchException
            astore 4 /* e */
        start local 4 // com.jcraft.jsch.JSchException e
        15: .line 181
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.transport.JschSession$JschProcess.closeOutputStream:()V
        16: .line 182
            new org.eclipse.jgit.errors.TransportException
            dup
            aload 1
            getfield org.eclipse.jgit.transport.JschSession.uri:Lorg/eclipse/jgit/transport/URIish;
            aload 4 /* e */
            invokevirtual com.jcraft.jsch.JSchException.getMessage:()Ljava/lang/String;
            aload 4 /* e */
            invokespecial org.eclipse.jgit.errors.TransportException.<init>:(Lorg/eclipse/jgit/transport/URIish;Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 4 // com.jcraft.jsch.JSchException e
        17: .line 184
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int tms
        end local 2 // java.lang.String commandName
        end local 0 // org.eclipse.jgit.transport.JschSession$JschProcess this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   18     0         this  Lorg/eclipse/jgit/transport/JschSession$JschProcess;
            0   18     2  commandName  Ljava/lang/String;
            0   18     3          tms  I
           15   17     4            e  Lcom/jcraft/jsch/JSchException;
      Exception table:
        from    to  target  type
           3    14      14  Class com.jcraft.jsch.JSchException
    Exceptions:
      throws org.eclipse.jgit.errors.TransportException, java.io.IOException
    MethodParameters:
             Name  Flags
      this$0       final
      commandName  
      tms          

  private void closeOutputStream();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.JschSession$JschProcess this
         0: .line 187
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.JschSession$JschProcess.outputStream:Ljava/io/OutputStream;
            ifnull 4
         1: .line 189
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.JschSession$JschProcess.outputStream:Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.close:()V
         2: .line 190
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         3: pop
         4: .line 194
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jgit.transport.JschSession$JschProcess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jgit/transport/JschSession$JschProcess;
      Exception table:
        from    to  target  type
           1     2       3  Class java.io.IOException

  private void setupStreams();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.eclipse.jgit.transport.JschSession$JschProcess this
         0: .line 197
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.JschSession$JschProcess.channel:Lcom/jcraft/jsch/ChannelExec;
            invokevirtual com.jcraft.jsch.ChannelExec.getInputStream:()Ljava/io/InputStream;
            putfield org.eclipse.jgit.transport.JschSession$JschProcess.inputStream:Ljava/io/InputStream;
         1: .line 204
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.JschSession$JschProcess.channel:Lcom/jcraft/jsch/ChannelExec;
            invokevirtual com.jcraft.jsch.ChannelExec.getOutputStream:()Ljava/io/OutputStream;
            astore 1 /* out */
        start local 1 // java.io.OutputStream out
         2: .line 205
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.JschSession$JschProcess.timeout:I
            ifgt 5
         3: .line 206
            aload 0 /* this */
            aload 1 /* out */
            putfield org.eclipse.jgit.transport.JschSession$JschProcess.outputStream:Ljava/io/OutputStream;
         4: .line 207
            goto 7
         5: .line 208
      StackMap locals: java.io.OutputStream
      StackMap stack:
            new org.eclipse.jgit.util.io.IsolatedOutputStream
            dup
            aload 1 /* out */
            invokespecial org.eclipse.jgit.util.io.IsolatedOutputStream.<init>:(Ljava/io/OutputStream;)V
            astore 2 /* i */
        start local 2 // org.eclipse.jgit.util.io.IsolatedOutputStream i
         6: .line 209
            aload 0 /* this */
            new java.io.BufferedOutputStream
            dup
            aload 2 /* i */
            sipush 16384
            invokespecial java.io.BufferedOutputStream.<init>:(Ljava/io/OutputStream;I)V
            putfield org.eclipse.jgit.transport.JschSession$JschProcess.outputStream:Ljava/io/OutputStream;
        end local 2 // org.eclipse.jgit.util.io.IsolatedOutputStream i
         7: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.JschSession$JschProcess.channel:Lcom/jcraft/jsch/ChannelExec;
            invokevirtual com.jcraft.jsch.ChannelExec.getErrStream:()Ljava/io/InputStream;
            putfield org.eclipse.jgit.transport.JschSession$JschProcess.errStream:Ljava/io/InputStream;
         8: .line 213
            return
        end local 1 // java.io.OutputStream out
        end local 0 // org.eclipse.jgit.transport.JschSession$JschProcess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/eclipse/jgit/transport/JschSession$JschProcess;
            2    9     1   out  Ljava/io/OutputStream;
            6    7     2     i  Lorg/eclipse/jgit/util/io/IsolatedOutputStream;
    Exceptions:
      throws java.io.IOException

  public java.io.InputStream getInputStream();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.JschSession$JschProcess this
         0: .line 217
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.JschSession$JschProcess.inputStream:Ljava/io/InputStream;
            areturn
        end local 0 // org.eclipse.jgit.transport.JschSession$JschProcess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/transport/JschSession$JschProcess;

  public java.io.OutputStream getOutputStream();
    descriptor: ()Ljava/io/OutputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.JschSession$JschProcess this
         0: .line 222
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.JschSession$JschProcess.outputStream:Ljava/io/OutputStream;
            areturn
        end local 0 // org.eclipse.jgit.transport.JschSession$JschProcess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/transport/JschSession$JschProcess;

  public java.io.InputStream getErrorStream();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.JschSession$JschProcess this
         0: .line 227
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.JschSession$JschProcess.errStream:Ljava/io/InputStream;
            areturn
        end local 0 // org.eclipse.jgit.transport.JschSession$JschProcess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/transport/JschSession$JschProcess;

  public int exitValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.JschSession$JschProcess this
         0: .line 232
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.transport.JschSession$JschProcess.isRunning:()Z
            ifeq 2
         1: .line 233
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 234
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.JschSession$JschProcess.channel:Lcom/jcraft/jsch/ChannelExec;
            invokevirtual com.jcraft.jsch.ChannelExec.getExitStatus:()I
            ireturn
        end local 0 // org.eclipse.jgit.transport.JschSession$JschProcess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/transport/JschSession$JschProcess;

  private boolean isRunning();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.JschSession$JschProcess this
         0: .line 238
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.JschSession$JschProcess.channel:Lcom/jcraft/jsch/ChannelExec;
            invokevirtual com.jcraft.jsch.ChannelExec.getExitStatus:()I
            ifge 1
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.JschSession$JschProcess.channel:Lcom/jcraft/jsch/ChannelExec;
            invokevirtual com.jcraft.jsch.ChannelExec.isConnected:()Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jgit.transport.JschSession$JschProcess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/transport/JschSession$JschProcess;

  public void destroy();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.JschSession$JschProcess this
         0: .line 243
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.JschSession$JschProcess.channel:Lcom/jcraft/jsch/ChannelExec;
            invokevirtual com.jcraft.jsch.ChannelExec.isConnected:()Z
            ifeq 2
         1: .line 244
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.JschSession$JschProcess.channel:Lcom/jcraft/jsch/ChannelExec;
            invokevirtual com.jcraft.jsch.ChannelExec.disconnect:()V
         2: .line 245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.transport.JschSession$JschProcess.closeOutputStream:()V
         3: .line 246
            return
        end local 0 // org.eclipse.jgit.transport.JschSession$JschProcess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jgit/transport/JschSession$JschProcess;

  public int waitFor();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.JschSession$JschProcess this
         0: .line 250
            goto 2
         1: .line 251
      StackMap locals:
      StackMap stack:
            ldc 100
            invokestatic java.lang.Thread.sleep:(J)V
         2: .line 250
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.transport.JschSession$JschProcess.isRunning:()Z
            ifne 1
         3: .line 252
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.transport.JschSession$JschProcess.exitValue:()I
            ireturn
        end local 0 // org.eclipse.jgit.transport.JschSession$JschProcess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jgit/transport/JschSession$JschProcess;
    Exceptions:
      throws java.lang.InterruptedException
}
SourceFile: "JschSession.java"
NestHost: org.eclipse.jgit.transport.JschSession
InnerClasses:
  private JschProcess = org.eclipse.jgit.transport.JschSession$JschProcess of org.eclipse.jgit.transport.JschSession