class org.springframework.http.client.Netty4ClientHttpRequest extends org.springframework.http.client.AbstractAsyncClientHttpRequest implements org.springframework.http.client.ClientHttpRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.http.client.Netty4ClientHttpRequest
  super_class: org.springframework.http.client.AbstractAsyncClientHttpRequest
{
  private final Bootstrap bootstrap;
    descriptor: LBootstrap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.net.URI uri;
    descriptor: Ljava/net/URI;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.http.HttpMethod method;
    descriptor: Lorg/springframework/http/HttpMethod;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final ByteBufOutputStream body;
    descriptor: LByteBufOutputStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(Bootstrap, java.net.URI, org.springframework.http.HttpMethod);
    descriptor: (LBootstrap;Ljava/net/URI;Lorg/springframework/http/HttpMethod;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.http.client.Netty4ClientHttpRequest this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io.netty cannot be resolved\n\tThe import io.netty cannot be resolved\n\tThe import io.netty cannot be resolved\n\tThe import io.netty cannot be resolved\n\tThe import io.netty cannot be resolved\n\tThe import io.netty cannot be resolved\n\tThe import io.netty cannot be resolved\n\tThe import io.netty cannot be resolved\n\tThe import io.netty cannot be resolved\n\tThe import io.netty cannot be resolved\n\tThe import io.netty cannot be resolved\n\tBootstrap cannot be resolved to a type\n\tByteBufOutputStream cannot be resolved to a type\n\tBootstrap cannot be resolved to a type\n\tBootstrap cannot be resolved to a type\n\tByteBufOutputStream cannot be resolved to a type\n\tByteBufOutputStream cannot be resolved to a type\n\tUnpooled cannot be resolved\n\tByteBufOutputStream cannot be resolved to a type\n\tChannelFutureListener cannot be resolved to a type\n\tThe target type of this expression must be a functional interface\n\tBootstrap cannot be resolved to a type\n\tFullHttpRequest cannot be resolved to a type\n\tio cannot be resolved to a type\n\tio cannot be resolved\n\tFullHttpRequest cannot be resolved to a type\n\tDefaultFullHttpRequest cannot be resolved to a type\n\tHttpVersion cannot be resolved to a variable\n\tByteBufOutputStream cannot be resolved to a type\n\tByteBufOutputStream cannot be resolved to a type\n\tByteBufOutputStream cannot be resolved to a type\n\tSimpleChannelInboundHandler cannot be resolved to a type\n\tFullHttpResponse cannot be resolved to a type\n\tChannelHandlerContext cannot be resolved to a type\n\tFullHttpResponse cannot be resolved to a type\n\tChannelHandlerContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.client.Netty4ClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/client/Netty4ClientHttpRequest;
    MethodParameters:
           Name  Flags
      bootstrap  
      uri        
      method     

  public org.springframework.http.HttpMethod getMethod();
    descriptor: ()Lorg/springframework/http/HttpMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.http.client.Netty4ClientHttpRequest this
         0: .line 74
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.client.Netty4ClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/client/Netty4ClientHttpRequest;

  public java.lang.String getMethodValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.http.client.Netty4ClientHttpRequest this
         0: .line 79
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.client.Netty4ClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/client/Netty4ClientHttpRequest;

  public java.net.URI getURI();
    descriptor: ()Ljava/net/URI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.http.client.Netty4ClientHttpRequest this
         0: .line 84
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.client.Netty4ClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/client/Netty4ClientHttpRequest;

  public org.springframework.http.client.ClientHttpResponse execute();
    descriptor: ()Lorg/springframework/http/client/ClientHttpResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.http.client.Netty4ClientHttpRequest this
         0: .line 89
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.client.Netty4ClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/client/Netty4ClientHttpRequest;
    Exceptions:
      throws java.io.IOException

  protected java.io.OutputStream getBodyInternal(org.springframework.http.HttpHeaders);
    descriptor: (Lorg/springframework/http/HttpHeaders;)Ljava/io/OutputStream;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.http.client.Netty4ClientHttpRequest this
         0: .line 109
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tByteBufOutputStream cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.client.Netty4ClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/client/Netty4ClientHttpRequest;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      headers  

  protected org.springframework.util.concurrent.ListenableFuture<org.springframework.http.client.ClientHttpResponse> executeInternal(org.springframework.http.HttpHeaders);
    descriptor: (Lorg/springframework/http/HttpHeaders;)Lorg/springframework/util/concurrent/ListenableFuture;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.http.client.Netty4ClientHttpRequest this
         0: .line 116
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tChannelFutureListener cannot be resolved to a type\n\tThe target type of this expression must be a functional interface\n\tBootstrap cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.client.Netty4ClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/client/Netty4ClientHttpRequest;
    Exceptions:
      throws java.io.IOException
    Signature: (Lorg/springframework/http/HttpHeaders;)Lorg/springframework/util/concurrent/ListenableFuture<Lorg/springframework/http/client/ClientHttpResponse;>;
    MethodParameters:
         Name  Flags
      headers  final

  private FullHttpRequest createFullHttpRequest(org.springframework.http.HttpHeaders);
    descriptor: (Lorg/springframework/http/HttpHeaders;)LFullHttpRequest;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.http.client.Netty4ClientHttpRequest this
         0: .line 132
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tFullHttpRequest cannot be resolved to a type\n\tio cannot be resolved to a type\n\tio cannot be resolved\n\tFullHttpRequest cannot be resolved to a type\n\tDefaultFullHttpRequest cannot be resolved to a type\n\tHttpVersion cannot be resolved to a variable\n\tByteBufOutputStream cannot be resolved to a type\n\tByteBufOutputStream cannot be resolved to a type\n\tByteBufOutputStream cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.client.Netty4ClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/client/Netty4ClientHttpRequest;
    MethodParameters:
         Name  Flags
      headers  

  private static int getPort(java.net.URI);
    descriptor: (Ljava/net/URI;)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 151
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      uri   
}
SourceFile: "Netty4ClientHttpRequest.java"
NestMembers:
  org.springframework.http.client.Netty4ClientHttpRequest$RequestExecuteHandler
InnerClasses:
  private RequestExecuteHandler = org.springframework.http.client.Netty4ClientHttpRequest$RequestExecuteHandler of org.springframework.http.client.Netty4ClientHttpRequest
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()