class com.jcraft.jsch.Session$GlobalRequestReply
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.jcraft.jsch.Session$GlobalRequestReply
  super_class: java.lang.Object
{
  private java.lang.Thread thread;
    descriptor: Ljava/lang/Thread;
    flags: (0x0002) ACC_PRIVATE

  private int reply;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int port;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  final com.jcraft.jsch.Session this$0;
    descriptor: Lcom/jcraft/jsch/Session;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(com.jcraft.jsch.Session);
    descriptor: (Lcom/jcraft/jsch/Session;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.jcraft.jsch.Session$GlobalRequestReply this
         0: .line 2138
            aload 0 /* this */
            aload 1
            putfield com.jcraft.jsch.Session$GlobalRequestReply.this$0:Lcom/jcraft/jsch/Session;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2139
            aload 0 /* this */
            aconst_null
            putfield com.jcraft.jsch.Session$GlobalRequestReply.thread:Ljava/lang/Thread;
         2: .line 2140
            aload 0 /* this */
            iconst_m1
            putfield com.jcraft.jsch.Session$GlobalRequestReply.reply:I
         3: .line 2141
            aload 0 /* this */
            iconst_0
            putfield com.jcraft.jsch.Session$GlobalRequestReply.port:I
         4: .line 2138
            return
        end local 0 // com.jcraft.jsch.Session$GlobalRequestReply this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/jcraft/jsch/Session$GlobalRequestReply;
    MethodParameters:
        Name  Flags
      this$0  final

  void setThread(java.lang.Thread);
    descriptor: (Ljava/lang/Thread;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.jcraft.jsch.Session$GlobalRequestReply this
        start local 1 // java.lang.Thread thread
         0: .line 2143
            aload 0 /* this */
            aload 1 /* thread */
            putfield com.jcraft.jsch.Session$GlobalRequestReply.thread:Ljava/lang/Thread;
         1: .line 2144
            aload 0 /* this */
            iconst_m1
            putfield com.jcraft.jsch.Session$GlobalRequestReply.reply:I
         2: .line 2145
            return
        end local 1 // java.lang.Thread thread
        end local 0 // com.jcraft.jsch.Session$GlobalRequestReply this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/jcraft/jsch/Session$GlobalRequestReply;
            0    3     1  thread  Ljava/lang/Thread;
    MethodParameters:
        Name  Flags
      thread  

  java.lang.Thread getThread();
    descriptor: ()Ljava/lang/Thread;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.Session$GlobalRequestReply this
         0: .line 2146
            aload 0 /* this */
            getfield com.jcraft.jsch.Session$GlobalRequestReply.thread:Ljava/lang/Thread;
            areturn
        end local 0 // com.jcraft.jsch.Session$GlobalRequestReply this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/Session$GlobalRequestReply;

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

  int getReply();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.Session$GlobalRequestReply this
         0: .line 2148
            aload 0 /* this */
            getfield com.jcraft.jsch.Session$GlobalRequestReply.reply:I
            ireturn
        end local 0 // com.jcraft.jsch.Session$GlobalRequestReply this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/Session$GlobalRequestReply;

  int getPort();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.Session$GlobalRequestReply this
         0: .line 2149
            aload 0 /* this */
            getfield com.jcraft.jsch.Session$GlobalRequestReply.port:I
            ireturn
        end local 0 // com.jcraft.jsch.Session$GlobalRequestReply this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/Session$GlobalRequestReply;

  void setPort(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.jcraft.jsch.Session$GlobalRequestReply this
        start local 1 // int port
         0: .line 2150
            aload 0 /* this */
            iload 1 /* port */
            putfield com.jcraft.jsch.Session$GlobalRequestReply.port:I
            return
        end local 1 // int port
        end local 0 // com.jcraft.jsch.Session$GlobalRequestReply this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/Session$GlobalRequestReply;
            0    1     1  port  I
    MethodParameters:
      Name  Flags
      port  
}
SourceFile: "Session.java"
NestHost: com.jcraft.jsch.Session
InnerClasses:
  private GlobalRequestReply = com.jcraft.jsch.Session$GlobalRequestReply of com.jcraft.jsch.Session