public class org.bouncycastle.est.ESTRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.est.ESTRequest
  super_class: java.lang.Object
{
  final java.lang.String method;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  final java.net.URL url;
    descriptor: Ljava/net/URL;
    flags: (0x0010) ACC_FINAL

  org.bouncycastle.est.HttpUtil$Headers headers;
    descriptor: Lorg/bouncycastle/est/HttpUtil$Headers;
    flags: (0x0000) 

  final byte[] data;
    descriptor: [B
    flags: (0x0010) ACC_FINAL

  final org.bouncycastle.est.ESTHijacker hijacker;
    descriptor: Lorg/bouncycastle/est/ESTHijacker;
    flags: (0x0010) ACC_FINAL

  final org.bouncycastle.est.ESTClient estClient;
    descriptor: Lorg/bouncycastle/est/ESTClient;
    flags: (0x0010) ACC_FINAL

  final org.bouncycastle.est.ESTSourceConnectionListener listener;
    descriptor: Lorg/bouncycastle/est/ESTSourceConnectionListener;
    flags: (0x0010) ACC_FINAL

  void <init>(java.lang.String, java.net.URL, byte[], org.bouncycastle.est.ESTHijacker, org.bouncycastle.est.ESTSourceConnectionListener, org.bouncycastle.est.HttpUtil$Headers, org.bouncycastle.est.ESTClient);
    descriptor: (Ljava/lang/String;Ljava/net/URL;[BLorg/bouncycastle/est/ESTHijacker;Lorg/bouncycastle/est/ESTSourceConnectionListener;Lorg/bouncycastle/est/HttpUtil$Headers;Lorg/bouncycastle/est/ESTClient;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=8, args_size=8
        start local 0 // org.bouncycastle.est.ESTRequest this
        start local 1 // java.lang.String method
        start local 2 // java.net.URL url
        start local 3 // byte[] data
        start local 4 // org.bouncycastle.est.ESTHijacker hijacker
        start local 5 // org.bouncycastle.est.ESTSourceConnectionListener listener
        start local 6 // org.bouncycastle.est.HttpUtil$Headers headers
        start local 7 // org.bouncycastle.est.ESTClient estClient
         0: .line 21
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 15
            aload 0 /* this */
            new org.bouncycastle.est.HttpUtil$Headers
            dup
            invokespecial org.bouncycastle.est.HttpUtil$Headers.<init>:()V
            putfield org.bouncycastle.est.ESTRequest.headers:Lorg/bouncycastle/est/HttpUtil$Headers;
         2: .line 30
            aload 0 /* this */
            aload 1 /* method */
            putfield org.bouncycastle.est.ESTRequest.method:Ljava/lang/String;
         3: .line 31
            aload 0 /* this */
            aload 2 /* url */
            putfield org.bouncycastle.est.ESTRequest.url:Ljava/net/URL;
         4: .line 32
            aload 0 /* this */
            aload 3 /* data */
            putfield org.bouncycastle.est.ESTRequest.data:[B
         5: .line 33
            aload 0 /* this */
            aload 4 /* hijacker */
            putfield org.bouncycastle.est.ESTRequest.hijacker:Lorg/bouncycastle/est/ESTHijacker;
         6: .line 34
            aload 0 /* this */
            aload 5 /* listener */
            putfield org.bouncycastle.est.ESTRequest.listener:Lorg/bouncycastle/est/ESTSourceConnectionListener;
         7: .line 35
            aload 0 /* this */
            aload 6 /* headers */
            putfield org.bouncycastle.est.ESTRequest.headers:Lorg/bouncycastle/est/HttpUtil$Headers;
         8: .line 36
            aload 0 /* this */
            aload 7 /* estClient */
            putfield org.bouncycastle.est.ESTRequest.estClient:Lorg/bouncycastle/est/ESTClient;
         9: .line 37
            return
        end local 7 // org.bouncycastle.est.ESTClient estClient
        end local 6 // org.bouncycastle.est.HttpUtil$Headers headers
        end local 5 // org.bouncycastle.est.ESTSourceConnectionListener listener
        end local 4 // org.bouncycastle.est.ESTHijacker hijacker
        end local 3 // byte[] data
        end local 2 // java.net.URL url
        end local 1 // java.lang.String method
        end local 0 // org.bouncycastle.est.ESTRequest this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lorg/bouncycastle/est/ESTRequest;
            0   10     1     method  Ljava/lang/String;
            0   10     2        url  Ljava/net/URL;
            0   10     3       data  [B
            0   10     4   hijacker  Lorg/bouncycastle/est/ESTHijacker;
            0   10     5   listener  Lorg/bouncycastle/est/ESTSourceConnectionListener;
            0   10     6    headers  Lorg/bouncycastle/est/HttpUtil$Headers;
            0   10     7  estClient  Lorg/bouncycastle/est/ESTClient;
    MethodParameters:
           Name  Flags
      method     
      url        
      data       
      hijacker   
      listener   
      headers    
      estClient  

  public java.lang.String getMethod();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.est.ESTRequest this
         0: .line 41
            aload 0 /* this */
            getfield org.bouncycastle.est.ESTRequest.method:Ljava/lang/String;
            areturn
        end local 0 // org.bouncycastle.est.ESTRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/est/ESTRequest;

  public java.net.URL getURL();
    descriptor: ()Ljava/net/URL;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.est.ESTRequest this
         0: .line 46
            aload 0 /* this */
            getfield org.bouncycastle.est.ESTRequest.url:Ljava/net/URL;
            areturn
        end local 0 // org.bouncycastle.est.ESTRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/est/ESTRequest;

  public java.util.Map<java.lang.String, java.lang.String[]> getHeaders();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.est.ESTRequest this
         0: .line 51
            aload 0 /* this */
            getfield org.bouncycastle.est.ESTRequest.headers:Lorg/bouncycastle/est/HttpUtil$Headers;
            invokevirtual org.bouncycastle.est.HttpUtil$Headers.clone:()Ljava/lang/Object;
            checkcast java.util.Map
            areturn
        end local 0 // org.bouncycastle.est.ESTRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/est/ESTRequest;
    Signature: ()Ljava/util/Map<Ljava/lang/String;[Ljava/lang/String;>;

  public org.bouncycastle.est.ESTHijacker getHijacker();
    descriptor: ()Lorg/bouncycastle/est/ESTHijacker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.est.ESTRequest this
         0: .line 56
            aload 0 /* this */
            getfield org.bouncycastle.est.ESTRequest.hijacker:Lorg/bouncycastle/est/ESTHijacker;
            areturn
        end local 0 // org.bouncycastle.est.ESTRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/est/ESTRequest;

  public org.bouncycastle.est.ESTClient getClient();
    descriptor: ()Lorg/bouncycastle/est/ESTClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.est.ESTRequest this
         0: .line 61
            aload 0 /* this */
            getfield org.bouncycastle.est.ESTRequest.estClient:Lorg/bouncycastle/est/ESTClient;
            areturn
        end local 0 // org.bouncycastle.est.ESTRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/est/ESTRequest;

  public org.bouncycastle.est.ESTSourceConnectionListener getListener();
    descriptor: ()Lorg/bouncycastle/est/ESTSourceConnectionListener;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.est.ESTRequest this
         0: .line 66
            aload 0 /* this */
            getfield org.bouncycastle.est.ESTRequest.listener:Lorg/bouncycastle/est/ESTSourceConnectionListener;
            areturn
        end local 0 // org.bouncycastle.est.ESTRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/est/ESTRequest;

  public void writeData(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.est.ESTRequest this
        start local 1 // java.io.OutputStream os
         0: .line 72
            aload 0 /* this */
            getfield org.bouncycastle.est.ESTRequest.data:[B
            ifnull 2
         1: .line 74
            aload 1 /* os */
            aload 0 /* this */
            getfield org.bouncycastle.est.ESTRequest.data:[B
            invokevirtual java.io.OutputStream.write:([B)V
         2: .line 76
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.OutputStream os
        end local 0 // org.bouncycastle.est.ESTRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/est/ESTRequest;
            0    3     1    os  Ljava/io/OutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      os    
}
SourceFile: "ESTRequest.java"
InnerClasses:
  Headers = org.bouncycastle.est.HttpUtil$Headers of org.bouncycastle.est.HttpUtil