class sun.net.httpserver.HttpExchangeImpl extends com.sun.net.httpserver.HttpExchange
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.net.httpserver.HttpExchangeImpl
  super_class: com.sun.net.httpserver.HttpExchange
{
  sun.net.httpserver.ExchangeImpl impl;
    descriptor: Lsun/net/httpserver/ExchangeImpl;
    flags: (0x0000) 

  void <init>(sun.net.httpserver.ExchangeImpl);
    descriptor: (Lsun/net/httpserver/ExchangeImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.net.httpserver.HttpExchangeImpl this
        start local 1 // sun.net.httpserver.ExchangeImpl impl
         0: .line 41
            aload 0 /* this */
            invokespecial com.sun.net.httpserver.HttpExchange.<init>:()V
         1: .line 42
            aload 0 /* this */
            aload 1 /* impl */
            putfield sun.net.httpserver.HttpExchangeImpl.impl:Lsun/net/httpserver/ExchangeImpl;
         2: .line 43
            return
        end local 1 // sun.net.httpserver.ExchangeImpl impl
        end local 0 // sun.net.httpserver.HttpExchangeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/net/httpserver/HttpExchangeImpl;
            0    3     1  impl  Lsun/net/httpserver/ExchangeImpl;
    MethodParameters:
      Name  Flags
      impl  

  public com.sun.net.httpserver.Headers getRequestHeaders();
    descriptor: ()Lcom/sun/net/httpserver/Headers;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.httpserver.HttpExchangeImpl this
         0: .line 46
            aload 0 /* this */
            getfield sun.net.httpserver.HttpExchangeImpl.impl:Lsun/net/httpserver/ExchangeImpl;
            invokevirtual sun.net.httpserver.ExchangeImpl.getRequestHeaders:()Lcom/sun/net/httpserver/Headers;
            areturn
        end local 0 // sun.net.httpserver.HttpExchangeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/httpserver/HttpExchangeImpl;

  public com.sun.net.httpserver.Headers getResponseHeaders();
    descriptor: ()Lcom/sun/net/httpserver/Headers;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.httpserver.HttpExchangeImpl this
         0: .line 50
            aload 0 /* this */
            getfield sun.net.httpserver.HttpExchangeImpl.impl:Lsun/net/httpserver/ExchangeImpl;
            invokevirtual sun.net.httpserver.ExchangeImpl.getResponseHeaders:()Lcom/sun/net/httpserver/Headers;
            areturn
        end local 0 // sun.net.httpserver.HttpExchangeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/httpserver/HttpExchangeImpl;

  public java.net.URI getRequestURI();
    descriptor: ()Ljava/net/URI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.httpserver.HttpExchangeImpl this
         0: .line 54
            aload 0 /* this */
            getfield sun.net.httpserver.HttpExchangeImpl.impl:Lsun/net/httpserver/ExchangeImpl;
            invokevirtual sun.net.httpserver.ExchangeImpl.getRequestURI:()Ljava/net/URI;
            areturn
        end local 0 // sun.net.httpserver.HttpExchangeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/httpserver/HttpExchangeImpl;

  public java.lang.String getRequestMethod();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.httpserver.HttpExchangeImpl this
         0: .line 58
            aload 0 /* this */
            getfield sun.net.httpserver.HttpExchangeImpl.impl:Lsun/net/httpserver/ExchangeImpl;
            invokevirtual sun.net.httpserver.ExchangeImpl.getRequestMethod:()Ljava/lang/String;
            areturn
        end local 0 // sun.net.httpserver.HttpExchangeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/httpserver/HttpExchangeImpl;

  public sun.net.httpserver.HttpContextImpl getHttpContext();
    descriptor: ()Lsun/net/httpserver/HttpContextImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.httpserver.HttpExchangeImpl this
         0: .line 62
            aload 0 /* this */
            getfield sun.net.httpserver.HttpExchangeImpl.impl:Lsun/net/httpserver/ExchangeImpl;
            invokevirtual sun.net.httpserver.ExchangeImpl.getHttpContext:()Lsun/net/httpserver/HttpContextImpl;
            areturn
        end local 0 // sun.net.httpserver.HttpExchangeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/httpserver/HttpExchangeImpl;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.httpserver.HttpExchangeImpl this
         0: .line 66
            aload 0 /* this */
            getfield sun.net.httpserver.HttpExchangeImpl.impl:Lsun/net/httpserver/ExchangeImpl;
            invokevirtual sun.net.httpserver.ExchangeImpl.close:()V
         1: .line 67
            return
        end local 0 // sun.net.httpserver.HttpExchangeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/net/httpserver/HttpExchangeImpl;

  public java.io.InputStream getRequestBody();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.httpserver.HttpExchangeImpl this
         0: .line 70
            aload 0 /* this */
            getfield sun.net.httpserver.HttpExchangeImpl.impl:Lsun/net/httpserver/ExchangeImpl;
            invokevirtual sun.net.httpserver.ExchangeImpl.getRequestBody:()Ljava/io/InputStream;
            areturn
        end local 0 // sun.net.httpserver.HttpExchangeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/httpserver/HttpExchangeImpl;

  public int getResponseCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.httpserver.HttpExchangeImpl this
         0: .line 74
            aload 0 /* this */
            getfield sun.net.httpserver.HttpExchangeImpl.impl:Lsun/net/httpserver/ExchangeImpl;
            invokevirtual sun.net.httpserver.ExchangeImpl.getResponseCode:()I
            ireturn
        end local 0 // sun.net.httpserver.HttpExchangeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/httpserver/HttpExchangeImpl;

  public java.io.OutputStream getResponseBody();
    descriptor: ()Ljava/io/OutputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.httpserver.HttpExchangeImpl this
         0: .line 78
            aload 0 /* this */
            getfield sun.net.httpserver.HttpExchangeImpl.impl:Lsun/net/httpserver/ExchangeImpl;
            invokevirtual sun.net.httpserver.ExchangeImpl.getResponseBody:()Ljava/io/OutputStream;
            areturn
        end local 0 // sun.net.httpserver.HttpExchangeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/httpserver/HttpExchangeImpl;

  public void sendResponseHeaders(int, long);
    descriptor: (IJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // sun.net.httpserver.HttpExchangeImpl this
        start local 1 // int rCode
        start local 2 // long contentLen
         0: .line 85
            aload 0 /* this */
            getfield sun.net.httpserver.HttpExchangeImpl.impl:Lsun/net/httpserver/ExchangeImpl;
            iload 1 /* rCode */
            lload 2 /* contentLen */
            invokevirtual sun.net.httpserver.ExchangeImpl.sendResponseHeaders:(IJ)V
         1: .line 86
            return
        end local 2 // long contentLen
        end local 1 // int rCode
        end local 0 // sun.net.httpserver.HttpExchangeImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lsun/net/httpserver/HttpExchangeImpl;
            0    2     1       rCode  I
            0    2     2  contentLen  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      rCode       
      contentLen  

  public java.net.InetSocketAddress getRemoteAddress();
    descriptor: ()Ljava/net/InetSocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.httpserver.HttpExchangeImpl this
         0: .line 89
            aload 0 /* this */
            getfield sun.net.httpserver.HttpExchangeImpl.impl:Lsun/net/httpserver/ExchangeImpl;
            invokevirtual sun.net.httpserver.ExchangeImpl.getRemoteAddress:()Ljava/net/InetSocketAddress;
            areturn
        end local 0 // sun.net.httpserver.HttpExchangeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/httpserver/HttpExchangeImpl;

  public java.net.InetSocketAddress getLocalAddress();
    descriptor: ()Ljava/net/InetSocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.httpserver.HttpExchangeImpl this
         0: .line 93
            aload 0 /* this */
            getfield sun.net.httpserver.HttpExchangeImpl.impl:Lsun/net/httpserver/ExchangeImpl;
            invokevirtual sun.net.httpserver.ExchangeImpl.getLocalAddress:()Ljava/net/InetSocketAddress;
            areturn
        end local 0 // sun.net.httpserver.HttpExchangeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/httpserver/HttpExchangeImpl;

  public java.lang.String getProtocol();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.httpserver.HttpExchangeImpl this
         0: .line 97
            aload 0 /* this */
            getfield sun.net.httpserver.HttpExchangeImpl.impl:Lsun/net/httpserver/ExchangeImpl;
            invokevirtual sun.net.httpserver.ExchangeImpl.getProtocol:()Ljava/lang/String;
            areturn
        end local 0 // sun.net.httpserver.HttpExchangeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/httpserver/HttpExchangeImpl;

  public java.lang.Object getAttribute(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.net.httpserver.HttpExchangeImpl this
        start local 1 // java.lang.String name
         0: .line 101
            aload 0 /* this */
            getfield sun.net.httpserver.HttpExchangeImpl.impl:Lsun/net/httpserver/ExchangeImpl;
            aload 1 /* name */
            invokevirtual sun.net.httpserver.ExchangeImpl.getAttribute:(Ljava/lang/String;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.String name
        end local 0 // sun.net.httpserver.HttpExchangeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/httpserver/HttpExchangeImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public void setAttribute(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.net.httpserver.HttpExchangeImpl this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object value
         0: .line 105
            aload 0 /* this */
            getfield sun.net.httpserver.HttpExchangeImpl.impl:Lsun/net/httpserver/ExchangeImpl;
            aload 1 /* name */
            aload 2 /* value */
            invokevirtual sun.net.httpserver.ExchangeImpl.setAttribute:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 106
            return
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String name
        end local 0 // sun.net.httpserver.HttpExchangeImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/net/httpserver/HttpExchangeImpl;
            0    2     1   name  Ljava/lang/String;
            0    2     2  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      name   
      value  

  public void setStreams(java.io.InputStream, java.io.OutputStream);
    descriptor: (Ljava/io/InputStream;Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.net.httpserver.HttpExchangeImpl this
        start local 1 // java.io.InputStream i
        start local 2 // java.io.OutputStream o
         0: .line 109
            aload 0 /* this */
            getfield sun.net.httpserver.HttpExchangeImpl.impl:Lsun/net/httpserver/ExchangeImpl;
            aload 1 /* i */
            aload 2 /* o */
            invokevirtual sun.net.httpserver.ExchangeImpl.setStreams:(Ljava/io/InputStream;Ljava/io/OutputStream;)V
         1: .line 110
            return
        end local 2 // java.io.OutputStream o
        end local 1 // java.io.InputStream i
        end local 0 // sun.net.httpserver.HttpExchangeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/net/httpserver/HttpExchangeImpl;
            0    2     1     i  Ljava/io/InputStream;
            0    2     2     o  Ljava/io/OutputStream;
    MethodParameters:
      Name  Flags
      i     
      o     

  public com.sun.net.httpserver.HttpPrincipal getPrincipal();
    descriptor: ()Lcom/sun/net/httpserver/HttpPrincipal;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.httpserver.HttpExchangeImpl this
         0: .line 113
            aload 0 /* this */
            getfield sun.net.httpserver.HttpExchangeImpl.impl:Lsun/net/httpserver/ExchangeImpl;
            invokevirtual sun.net.httpserver.ExchangeImpl.getPrincipal:()Lcom/sun/net/httpserver/HttpPrincipal;
            areturn
        end local 0 // sun.net.httpserver.HttpExchangeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/httpserver/HttpExchangeImpl;

  sun.net.httpserver.ExchangeImpl getExchangeImpl();
    descriptor: ()Lsun/net/httpserver/ExchangeImpl;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.httpserver.HttpExchangeImpl this
         0: .line 117
            aload 0 /* this */
            getfield sun.net.httpserver.HttpExchangeImpl.impl:Lsun/net/httpserver/ExchangeImpl;
            areturn
        end local 0 // sun.net.httpserver.HttpExchangeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/httpserver/HttpExchangeImpl;

  public com.sun.net.httpserver.HttpContext getHttpContext();
    descriptor: ()Lcom/sun/net/httpserver/HttpContext;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual sun.net.httpserver.HttpExchangeImpl.getHttpContext:()Lsun/net/httpserver/HttpContextImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "HttpExchangeImpl.java"