public class com.jcraft.jsch.ChannelSubsystem extends com.jcraft.jsch.ChannelSession
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.jcraft.jsch.ChannelSubsystem
  super_class: com.jcraft.jsch.ChannelSession
{
  boolean xforwading;
    descriptor: Z
    flags: (0x0000) 

  boolean pty;
    descriptor: Z
    flags: (0x0000) 

  boolean want_reply;
    descriptor: Z
    flags: (0x0000) 

  java.lang.String subsystem;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.ChannelSubsystem this
         0: .line 32
            aload 0 /* this */
            invokespecial com.jcraft.jsch.ChannelSession.<init>:()V
         1: .line 33
            aload 0 /* this */
            iconst_0
            putfield com.jcraft.jsch.ChannelSubsystem.xforwading:Z
         2: .line 34
            aload 0 /* this */
            iconst_0
            putfield com.jcraft.jsch.ChannelSubsystem.pty:Z
         3: .line 35
            aload 0 /* this */
            iconst_1
            putfield com.jcraft.jsch.ChannelSubsystem.want_reply:Z
         4: .line 36
            aload 0 /* this */
            ldc ""
            putfield com.jcraft.jsch.ChannelSubsystem.subsystem:Ljava/lang/String;
         5: .line 32
            return
        end local 0 // com.jcraft.jsch.ChannelSubsystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/jcraft/jsch/ChannelSubsystem;

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

  public void setPty(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.jcraft.jsch.ChannelSubsystem this
        start local 1 // boolean foo
         0: .line 38
            aload 0 /* this */
            iload 1 /* foo */
            putfield com.jcraft.jsch.ChannelSubsystem.pty:Z
            return
        end local 1 // boolean foo
        end local 0 // com.jcraft.jsch.ChannelSubsystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/ChannelSubsystem;
            0    1     1   foo  Z
    MethodParameters:
      Name  Flags
      foo   

  public void setWantReply(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.jcraft.jsch.ChannelSubsystem this
        start local 1 // boolean foo
         0: .line 39
            aload 0 /* this */
            iload 1 /* foo */
            putfield com.jcraft.jsch.ChannelSubsystem.want_reply:Z
            return
        end local 1 // boolean foo
        end local 0 // com.jcraft.jsch.ChannelSubsystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/ChannelSubsystem;
            0    1     1   foo  Z
    MethodParameters:
      Name  Flags
      foo   

  public void setSubsystem(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.jcraft.jsch.ChannelSubsystem this
        start local 1 // java.lang.String foo
         0: .line 40
            aload 0 /* this */
            aload 1 /* foo */
            putfield com.jcraft.jsch.ChannelSubsystem.subsystem:Ljava/lang/String;
            return
        end local 1 // java.lang.String foo
        end local 0 // com.jcraft.jsch.ChannelSubsystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/ChannelSubsystem;
            0    1     1   foo  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      foo   

  public void start();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.jcraft.jsch.ChannelSubsystem this
         0: .line 42
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.ChannelSubsystem.getSession:()Lcom/jcraft/jsch/Session;
            astore 1 /* _session */
        start local 1 // com.jcraft.jsch.Session _session
         1: .line 45
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSubsystem.xforwading:Z
            ifeq 4
         2: .line 46
            new com.jcraft.jsch.RequestX11
            dup
            invokespecial com.jcraft.jsch.RequestX11.<init>:()V
            astore 2 /* request */
        start local 2 // com.jcraft.jsch.Request request
         3: .line 47
            aload 2 /* request */
            aload 1 /* _session */
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.Request.request:(Lcom/jcraft/jsch/Session;Lcom/jcraft/jsch/Channel;)V
        end local 2 // com.jcraft.jsch.Request request
         4: .line 49
      StackMap locals: com.jcraft.jsch.Session
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSubsystem.pty:Z
            ifeq 7
         5: .line 50
            new com.jcraft.jsch.RequestPtyReq
            dup
            invokespecial com.jcraft.jsch.RequestPtyReq.<init>:()V
            astore 2 /* request */
        start local 2 // com.jcraft.jsch.Request request
         6: .line 51
            aload 2 /* request */
            aload 1 /* _session */
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.Request.request:(Lcom/jcraft/jsch/Session;Lcom/jcraft/jsch/Channel;)V
        end local 2 // com.jcraft.jsch.Request request
         7: .line 53
      StackMap locals:
      StackMap stack:
            new com.jcraft.jsch.RequestSubsystem
            dup
            invokespecial com.jcraft.jsch.RequestSubsystem.<init>:()V
            astore 2 /* request */
        start local 2 // com.jcraft.jsch.Request request
         8: .line 54
            aload 2 /* request */
            checkcast com.jcraft.jsch.RequestSubsystem
            aload 1 /* _session */
            aload 0 /* this */
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSubsystem.subsystem:Ljava/lang/String;
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSubsystem.want_reply:Z
            invokevirtual com.jcraft.jsch.RequestSubsystem.request:(Lcom/jcraft/jsch/Session;Lcom/jcraft/jsch/Channel;Ljava/lang/String;Z)V
        end local 2 // com.jcraft.jsch.Request request
         9: .line 55
            goto 15
        10: .line 56
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
        11: .line 57
            aload 2 /* e */
            instanceof com.jcraft.jsch.JSchException
            ifeq 12
            aload 2 /* e */
            checkcast com.jcraft.jsch.JSchException
            athrow
        12: .line 58
      StackMap locals: java.lang.Exception
      StackMap stack:
            aload 2 /* e */
            instanceof java.lang.Throwable
            ifeq 14
        13: .line 59
            new com.jcraft.jsch.JSchException
            dup
            ldc "ChannelSubsystem"
            aload 2 /* e */
            invokespecial com.jcraft.jsch.JSchException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        14: .line 60
      StackMap locals:
      StackMap stack:
            new com.jcraft.jsch.JSchException
            dup
            ldc "ChannelSubsystem"
            invokespecial com.jcraft.jsch.JSchException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.Exception e
        15: .line 62
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSubsystem.io:Lcom/jcraft/jsch/IO;
            getfield com.jcraft.jsch.IO.in:Ljava/io/InputStream;
            ifnull 21
        16: .line 63
            aload 0 /* this */
            new java.lang.Thread
            dup
            aload 0 /* this */
            invokespecial java.lang.Thread.<init>:(Ljava/lang/Runnable;)V
            putfield com.jcraft.jsch.ChannelSubsystem.thread:Ljava/lang/Thread;
        17: .line 64
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSubsystem.thread:Ljava/lang/Thread;
            new java.lang.StringBuilder
            dup
            ldc "Subsystem for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* _session */
            getfield com.jcraft.jsch.Session.host:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.Thread.setName:(Ljava/lang/String;)V
        18: .line 65
            aload 1 /* _session */
            getfield com.jcraft.jsch.Session.daemon_thread:Z
            ifeq 20
        19: .line 66
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSubsystem.thread:Ljava/lang/Thread;
            aload 1 /* _session */
            getfield com.jcraft.jsch.Session.daemon_thread:Z
            invokevirtual java.lang.Thread.setDaemon:(Z)V
        20: .line 68
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSubsystem.thread:Ljava/lang/Thread;
            invokevirtual java.lang.Thread.start:()V
        21: .line 70
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.jcraft.jsch.Session _session
        end local 0 // com.jcraft.jsch.ChannelSubsystem this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   22     0      this  Lcom/jcraft/jsch/ChannelSubsystem;
            1   22     1  _session  Lcom/jcraft/jsch/Session;
            3    4     2   request  Lcom/jcraft/jsch/Request;
            6    7     2   request  Lcom/jcraft/jsch/Request;
            8    9     2   request  Lcom/jcraft/jsch/Request;
           11   15     2         e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     9      10  Class java.lang.Exception
    Exceptions:
      throws com.jcraft.jsch.JSchException

  void init();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.ChannelSubsystem this
         0: .line 73
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSubsystem.io:Lcom/jcraft/jsch/IO;
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.ChannelSubsystem.getSession:()Lcom/jcraft/jsch/Session;
            getfield com.jcraft.jsch.Session.in:Ljava/io/InputStream;
            invokevirtual com.jcraft.jsch.IO.setInputStream:(Ljava/io/InputStream;)V
         1: .line 74
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSubsystem.io:Lcom/jcraft/jsch/IO;
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.ChannelSubsystem.getSession:()Lcom/jcraft/jsch/Session;
            getfield com.jcraft.jsch.Session.out:Ljava/io/OutputStream;
            invokevirtual com.jcraft.jsch.IO.setOutputStream:(Ljava/io/OutputStream;)V
         2: .line 75
            return
        end local 0 // com.jcraft.jsch.ChannelSubsystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/jcraft/jsch/ChannelSubsystem;
    Exceptions:
      throws com.jcraft.jsch.JSchException

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

  public java.io.InputStream getErrStream();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.ChannelSubsystem this
         0: .line 81
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.ChannelSubsystem.getExtInputStream:()Ljava/io/InputStream;
            areturn
        end local 0 // com.jcraft.jsch.ChannelSubsystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/ChannelSubsystem;
    Exceptions:
      throws java.io.IOException

  public void setAgentForwarding(boolean);
    descriptor: (Z)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokespecial com.jcraft.jsch.ChannelSession.setAgentForwarding:(Z)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void setTerminalMode(byte[]);
    descriptor: ([B)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial com.jcraft.jsch.ChannelSession.setTerminalMode:([B)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void setPtySize(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            iload 1
            iload 2
            iload 3
            iload 4
            invokespecial com.jcraft.jsch.ChannelSession.setPtySize:(IIII)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void run();
    descriptor: ()V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.jcraft.jsch.ChannelSession.run:()V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void setPtyType(java.lang.String, int, int, int, int);
    descriptor: (Ljava/lang/String;IIII)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=6
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            iload 4
            iload 5
            invokespecial com.jcraft.jsch.ChannelSession.setPtyType:(Ljava/lang/String;IIII)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void setPtyType(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial com.jcraft.jsch.ChannelSession.setPtyType:(Ljava/lang/String;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void setEnv(byte[], byte[]);
    descriptor: ([B[B)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokespecial com.jcraft.jsch.ChannelSession.setEnv:([B[B)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void setEnv(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokespecial com.jcraft.jsch.ChannelSession.setEnv:(Ljava/lang/String;Ljava/lang/String;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void setEnv(java.util.Hashtable);
    descriptor: (Ljava/util/Hashtable;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial com.jcraft.jsch.ChannelSession.setEnv:(Ljava/util/Hashtable;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ChannelSubsystem.java"