public class com.jcraft.jsch.RequestSubsystem extends com.jcraft.jsch.Request
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.jcraft.jsch.RequestSubsystem
  super_class: com.jcraft.jsch.Request
{
  private java.lang.String subsystem;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.RequestSubsystem this
         0: .line 32
            aload 0 /* this */
            invokespecial com.jcraft.jsch.Request.<init>:()V
         1: .line 33
            aload 0 /* this */
            aconst_null
            putfield com.jcraft.jsch.RequestSubsystem.subsystem:Ljava/lang/String;
         2: .line 32
            return
        end local 0 // com.jcraft.jsch.RequestSubsystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/jcraft/jsch/RequestSubsystem;

  public void request(com.jcraft.jsch.Session, com.jcraft.jsch.Channel, java.lang.String, boolean);
    descriptor: (Lcom/jcraft/jsch/Session;Lcom/jcraft/jsch/Channel;Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.jcraft.jsch.RequestSubsystem this
        start local 1 // com.jcraft.jsch.Session session
        start local 2 // com.jcraft.jsch.Channel channel
        start local 3 // java.lang.String subsystem
        start local 4 // boolean want_reply
         0: .line 35
            aload 0 /* this */
            iload 4 /* want_reply */
            invokevirtual com.jcraft.jsch.RequestSubsystem.setReply:(Z)V
         1: .line 36
            aload 0 /* this */
            aload 3 /* subsystem */
            putfield com.jcraft.jsch.RequestSubsystem.subsystem:Ljava/lang/String;
         2: .line 37
            aload 0 /* this */
            aload 1 /* session */
            aload 2 /* channel */
            invokevirtual com.jcraft.jsch.RequestSubsystem.request:(Lcom/jcraft/jsch/Session;Lcom/jcraft/jsch/Channel;)V
         3: .line 38
            return
        end local 4 // boolean want_reply
        end local 3 // java.lang.String subsystem
        end local 2 // com.jcraft.jsch.Channel channel
        end local 1 // com.jcraft.jsch.Session session
        end local 0 // com.jcraft.jsch.RequestSubsystem this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/jcraft/jsch/RequestSubsystem;
            0    4     1     session  Lcom/jcraft/jsch/Session;
            0    4     2     channel  Lcom/jcraft/jsch/Channel;
            0    4     3   subsystem  Ljava/lang/String;
            0    4     4  want_reply  Z
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
            Name  Flags
      session     
      channel     
      subsystem   
      want_reply  

  public void request(com.jcraft.jsch.Session, com.jcraft.jsch.Channel);
    descriptor: (Lcom/jcraft/jsch/Session;Lcom/jcraft/jsch/Channel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.jcraft.jsch.RequestSubsystem this
        start local 1 // com.jcraft.jsch.Session session
        start local 2 // com.jcraft.jsch.Channel channel
         0: .line 40
            aload 0 /* this */
            aload 1 /* session */
            aload 2 /* channel */
            invokespecial com.jcraft.jsch.Request.request:(Lcom/jcraft/jsch/Session;Lcom/jcraft/jsch/Channel;)V
         1: .line 42
            new com.jcraft.jsch.Buffer
            dup
            invokespecial com.jcraft.jsch.Buffer.<init>:()V
            astore 3 /* buf */
        start local 3 // com.jcraft.jsch.Buffer buf
         2: .line 43
            new com.jcraft.jsch.Packet
            dup
            aload 3 /* buf */
            invokespecial com.jcraft.jsch.Packet.<init>:(Lcom/jcraft/jsch/Buffer;)V
            astore 4 /* packet */
        start local 4 // com.jcraft.jsch.Packet packet
         3: .line 45
            aload 4 /* packet */
            invokevirtual com.jcraft.jsch.Packet.reset:()V
         4: .line 46
            aload 3 /* buf */
            bipush 98
            invokevirtual com.jcraft.jsch.Buffer.putByte:(B)V
         5: .line 47
            aload 3 /* buf */
            aload 2 /* channel */
            invokevirtual com.jcraft.jsch.Channel.getRecipient:()I
            invokevirtual com.jcraft.jsch.Buffer.putInt:(I)V
         6: .line 48
            aload 3 /* buf */
            ldc "subsystem"
            invokestatic com.jcraft.jsch.Util.str2byte:(Ljava/lang/String;)[B
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
         7: .line 49
            aload 3 /* buf */
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.RequestSubsystem.waitForReply:()Z
            ifeq 8
            iconst_1
            goto 9
      StackMap locals: com.jcraft.jsch.RequestSubsystem com.jcraft.jsch.Session com.jcraft.jsch.Channel com.jcraft.jsch.Buffer com.jcraft.jsch.Packet
      StackMap stack: com.jcraft.jsch.Buffer
         8: iconst_0
      StackMap locals: com.jcraft.jsch.RequestSubsystem com.jcraft.jsch.Session com.jcraft.jsch.Channel com.jcraft.jsch.Buffer com.jcraft.jsch.Packet
      StackMap stack: com.jcraft.jsch.Buffer int
         9: i2b
            invokevirtual com.jcraft.jsch.Buffer.putByte:(B)V
        10: .line 50
            aload 3 /* buf */
            aload 0 /* this */
            getfield com.jcraft.jsch.RequestSubsystem.subsystem:Ljava/lang/String;
            invokestatic com.jcraft.jsch.Util.str2byte:(Ljava/lang/String;)[B
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
        11: .line 51
            aload 0 /* this */
            aload 4 /* packet */
            invokevirtual com.jcraft.jsch.RequestSubsystem.write:(Lcom/jcraft/jsch/Packet;)V
        12: .line 52
            return
        end local 4 // com.jcraft.jsch.Packet packet
        end local 3 // com.jcraft.jsch.Buffer buf
        end local 2 // com.jcraft.jsch.Channel channel
        end local 1 // com.jcraft.jsch.Session session
        end local 0 // com.jcraft.jsch.RequestSubsystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lcom/jcraft/jsch/RequestSubsystem;
            0   13     1  session  Lcom/jcraft/jsch/Session;
            0   13     2  channel  Lcom/jcraft/jsch/Channel;
            2   13     3      buf  Lcom/jcraft/jsch/Buffer;
            3   13     4   packet  Lcom/jcraft/jsch/Packet;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      session  
      channel  
}
SourceFile: "RequestSubsystem.java"