class org.springframework.http.client.reactive.JettyClientHttpRequest extends org.springframework.http.client.reactive.AbstractClientHttpRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.http.client.reactive.JettyClientHttpRequest
  super_class: org.springframework.http.client.reactive.AbstractClientHttpRequest
{
  private final org.eclipse.jetty.client.api.Request jettyRequest;
    descriptor: Lorg/eclipse/jetty/client/api/Request;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.core.io.buffer.DataBufferFactory bufferFactory;
    descriptor: Lorg/springframework/core/io/buffer/DataBufferFactory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.eclipse.jetty.reactive.client.ReactiveRequest reactiveRequest;
    descriptor: Lorg/eclipse/jetty/reactive/client/ReactiveRequest;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void <init>(org.eclipse.jetty.client.api.Request, org.springframework.core.io.buffer.DataBufferFactory);
    descriptor: (Lorg/eclipse/jetty/client/api/Request;Lorg/springframework/core/io/buffer/DataBufferFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.http.client.reactive.JettyClientHttpRequest this
        start local 1 // org.eclipse.jetty.client.api.Request jettyRequest
        start local 2 // org.springframework.core.io.buffer.DataBufferFactory bufferFactory
         0: .line 60
            aload 0 /* this */
            invokespecial org.springframework.http.client.reactive.AbstractClientHttpRequest.<init>:()V
         1: .line 61
            aload 0 /* this */
            aload 1 /* jettyRequest */
            putfield org.springframework.http.client.reactive.JettyClientHttpRequest.jettyRequest:Lorg/eclipse/jetty/client/api/Request;
         2: .line 62
            aload 0 /* this */
            aload 2 /* bufferFactory */
            putfield org.springframework.http.client.reactive.JettyClientHttpRequest.bufferFactory:Lorg/springframework/core/io/buffer/DataBufferFactory;
         3: .line 63
            return
        end local 2 // org.springframework.core.io.buffer.DataBufferFactory bufferFactory
        end local 1 // org.eclipse.jetty.client.api.Request jettyRequest
        end local 0 // org.springframework.http.client.reactive.JettyClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/springframework/http/client/reactive/JettyClientHttpRequest;
            0    4     1   jettyRequest  Lorg/eclipse/jetty/client/api/Request;
            0    4     2  bufferFactory  Lorg/springframework/core/io/buffer/DataBufferFactory;
    MethodParameters:
               Name  Flags
      jettyRequest   
      bufferFactory  

  public org.springframework.http.HttpMethod getMethod();
    descriptor: ()Lorg/springframework/http/HttpMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.springframework.http.client.reactive.JettyClientHttpRequest this
         0: .line 68
            aload 0 /* this */
            getfield org.springframework.http.client.reactive.JettyClientHttpRequest.jettyRequest:Lorg/eclipse/jetty/client/api/Request;
            invokeinterface org.eclipse.jetty.client.api.Request.getMethod:()Ljava/lang/String;
            invokestatic org.springframework.http.HttpMethod.resolve:(Ljava/lang/String;)Lorg/springframework/http/HttpMethod;
            astore 1 /* method */
        start local 1 // org.springframework.http.HttpMethod method
         1: .line 69
            aload 1 /* method */
            ifnull 2
            iconst_1
            goto 3
      StackMap locals: org.springframework.http.HttpMethod
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ldc "Method must not be null"
            invokestatic org.springframework.util.Assert.state:(ZLjava/lang/String;)V
         4: .line 70
            aload 1 /* method */
            areturn
        end local 1 // org.springframework.http.HttpMethod method
        end local 0 // org.springframework.http.client.reactive.JettyClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/springframework/http/client/reactive/JettyClientHttpRequest;
            1    5     1  method  Lorg/springframework/http/HttpMethod;

  public java.net.URI getURI();
    descriptor: ()Ljava/net/URI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.http.client.reactive.JettyClientHttpRequest this
         0: .line 75
            aload 0 /* this */
            getfield org.springframework.http.client.reactive.JettyClientHttpRequest.jettyRequest:Lorg/eclipse/jetty/client/api/Request;
            invokeinterface org.eclipse.jetty.client.api.Request.getURI:()Ljava/net/URI;
            areturn
        end local 0 // org.springframework.http.client.reactive.JettyClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/client/reactive/JettyClientHttpRequest;

  public reactor.core.publisher.Mono<java.lang.Void> setComplete();
    descriptor: ()Lreactor/core/publisher/Mono;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.http.client.reactive.JettyClientHttpRequest this
         0: .line 80
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic get(Lorg/springframework/http/client/reactive/JettyClientHttpRequest;)Ljava/util/function/Supplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  org/springframework/http/client/reactive/JettyClientHttpRequest.completes()Lreactor/core/publisher/Mono; (7)
                  ()Lorg/reactivestreams/Publisher;
            invokevirtual org.springframework.http.client.reactive.JettyClientHttpRequest.doCommit:(Ljava/util/function/Supplier;)Lreactor/core/publisher/Mono;
            areturn
        end local 0 // org.springframework.http.client.reactive.JettyClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/client/reactive/JettyClientHttpRequest;
    Signature: ()Lreactor/core/publisher/Mono<Ljava/lang/Void;>;

  public org.springframework.core.io.buffer.DataBufferFactory bufferFactory();
    descriptor: ()Lorg/springframework/core/io/buffer/DataBufferFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.http.client.reactive.JettyClientHttpRequest this
         0: .line 85
            aload 0 /* this */
            getfield org.springframework.http.client.reactive.JettyClientHttpRequest.bufferFactory:Lorg/springframework/core/io/buffer/DataBufferFactory;
            areturn
        end local 0 // org.springframework.http.client.reactive.JettyClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/client/reactive/JettyClientHttpRequest;

  public reactor.core.publisher.Mono<java.lang.Void> writeWith(org.reactivestreams.Publisher<? extends org.springframework.core.io.buffer.DataBuffer>);
    descriptor: (Lorg/reactivestreams/Publisher;)Lreactor/core/publisher/Mono;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.springframework.http.client.reactive.JettyClientHttpRequest this
        start local 1 // org.reactivestreams.Publisher body
         0: .line 90
            aload 1 /* body */
            invokestatic reactor.core.publisher.Flux.from:(Lorg/reactivestreams/Publisher;)Lreactor/core/publisher/Flux;
            aload 0 /* this */
            invokedynamic apply(Lorg/springframework/http/client/reactive/JettyClientHttpRequest;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  org/springframework/http/client/reactive/JettyClientHttpRequest.toContentChunk(Lorg/springframework/core/io/buffer/DataBuffer;)Lorg/eclipse/jetty/reactive/client/ContentChunk; (7)
                  (Lorg/springframework/core/io/buffer/DataBuffer;)Lorg/eclipse/jetty/reactive/client/ContentChunk;
            invokevirtual reactor.core.publisher.Flux.map:(Ljava/util/function/Function;)Lreactor/core/publisher/Flux;
            astore 2 /* chunks */
        start local 2 // reactor.core.publisher.Flux chunks
         1: .line 91
            aload 2 /* chunks */
            aload 0 /* this */
            invokevirtual org.springframework.http.client.reactive.JettyClientHttpRequest.getContentType:()Ljava/lang/String;
            invokestatic org.eclipse.jetty.reactive.client.ReactiveRequest$Content.fromPublisher:(Lorg/reactivestreams/Publisher;Ljava/lang/String;)Lorg/eclipse/jetty/reactive/client/ReactiveRequest$Content;
            astore 4 /* content */
        start local 4 // org.eclipse.jetty.reactive.client.ReactiveRequest$Content content
         2: .line 92
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.http.client.reactive.JettyClientHttpRequest.jettyRequest:Lorg/eclipse/jetty/client/api/Request;
            invokestatic org.eclipse.jetty.reactive.client.ReactiveRequest.newBuilder:(Lorg/eclipse/jetty/client/api/Request;)Lorg/eclipse/jetty/reactive/client/ReactiveRequest$Builder;
            aload 4 /* content */
            invokevirtual org.eclipse.jetty.reactive.client.ReactiveRequest$Builder.content:(Lorg/eclipse/jetty/reactive/client/ReactiveRequest$Content;)Lorg/eclipse/jetty/reactive/client/ReactiveRequest$Builder;
            invokevirtual org.eclipse.jetty.reactive.client.ReactiveRequest$Builder.build:()Lorg/eclipse/jetty/reactive/client/ReactiveRequest;
            putfield org.springframework.http.client.reactive.JettyClientHttpRequest.reactiveRequest:Lorg/eclipse/jetty/reactive/client/ReactiveRequest;
         3: .line 93
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic get(Lorg/springframework/http/client/reactive/JettyClientHttpRequest;)Ljava/util/function/Supplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  org/springframework/http/client/reactive/JettyClientHttpRequest.completes()Lreactor/core/publisher/Mono; (7)
                  ()Lorg/reactivestreams/Publisher;
            invokevirtual org.springframework.http.client.reactive.JettyClientHttpRequest.doCommit:(Ljava/util/function/Supplier;)Lreactor/core/publisher/Mono;
            areturn
        end local 4 // org.eclipse.jetty.reactive.client.ReactiveRequest$Content content
        end local 2 // reactor.core.publisher.Flux chunks
        end local 1 // org.reactivestreams.Publisher body
        end local 0 // org.springframework.http.client.reactive.JettyClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/springframework/http/client/reactive/JettyClientHttpRequest;
            0    4     1     body  Lorg/reactivestreams/Publisher<+Lorg/springframework/core/io/buffer/DataBuffer;>;
            1    4     2   chunks  Lreactor/core/publisher/Flux<Lorg/eclipse/jetty/reactive/client/ContentChunk;>;
            2    4     4  content  Lorg/eclipse/jetty/reactive/client/ReactiveRequest$Content;
    Signature: (Lorg/reactivestreams/Publisher<+Lorg/springframework/core/io/buffer/DataBuffer;>;)Lreactor/core/publisher/Mono<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      body  

  public reactor.core.publisher.Mono<java.lang.Void> writeAndFlushWith(org.reactivestreams.Publisher<? extends org.reactivestreams.Publisher<? extends org.springframework.core.io.buffer.DataBuffer>>);
    descriptor: (Lorg/reactivestreams/Publisher;)Lreactor/core/publisher/Mono;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.springframework.http.client.reactive.JettyClientHttpRequest this
        start local 1 // org.reactivestreams.Publisher body
         0: .line 98
            aload 1 /* body */
            invokestatic reactor.core.publisher.Flux.from:(Lorg/reactivestreams/Publisher;)Lreactor/core/publisher/Flux;
         1: .line 99
            invokestatic java.util.function.Function.identity:()Ljava/util/function/Function;
            invokevirtual reactor.core.publisher.Flux.flatMap:(Ljava/util/function/Function;)Lreactor/core/publisher/Flux;
         2: .line 100
            ldc Lorg/springframework/core/io/buffer/PooledDataBuffer;
            invokedynamic accept()Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  org/springframework/core/io/buffer/DataBufferUtils.release(Lorg/springframework/core/io/buffer/DataBuffer;)Z (6)
                  (Lorg/springframework/core/io/buffer/PooledDataBuffer;)V
            invokevirtual reactor.core.publisher.Flux.doOnDiscard:(Ljava/lang/Class;Ljava/util/function/Consumer;)Lreactor/core/publisher/Flux;
         3: .line 101
            aload 0 /* this */
            invokedynamic apply(Lorg/springframework/http/client/reactive/JettyClientHttpRequest;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  org/springframework/http/client/reactive/JettyClientHttpRequest.toContentChunk(Lorg/springframework/core/io/buffer/DataBuffer;)Lorg/eclipse/jetty/reactive/client/ContentChunk; (7)
                  (Lorg/springframework/core/io/buffer/DataBuffer;)Lorg/eclipse/jetty/reactive/client/ContentChunk;
            invokevirtual reactor.core.publisher.Flux.map:(Ljava/util/function/Function;)Lreactor/core/publisher/Flux;
         4: .line 98
            astore 2 /* chunks */
        start local 2 // reactor.core.publisher.Flux chunks
         5: .line 102
            aload 2 /* chunks */
            aload 0 /* this */
            invokevirtual org.springframework.http.client.reactive.JettyClientHttpRequest.getContentType:()Ljava/lang/String;
            invokestatic org.eclipse.jetty.reactive.client.ReactiveRequest$Content.fromPublisher:(Lorg/reactivestreams/Publisher;Ljava/lang/String;)Lorg/eclipse/jetty/reactive/client/ReactiveRequest$Content;
            astore 4 /* content */
        start local 4 // org.eclipse.jetty.reactive.client.ReactiveRequest$Content content
         6: .line 103
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.http.client.reactive.JettyClientHttpRequest.jettyRequest:Lorg/eclipse/jetty/client/api/Request;
            invokestatic org.eclipse.jetty.reactive.client.ReactiveRequest.newBuilder:(Lorg/eclipse/jetty/client/api/Request;)Lorg/eclipse/jetty/reactive/client/ReactiveRequest$Builder;
            aload 4 /* content */
            invokevirtual org.eclipse.jetty.reactive.client.ReactiveRequest$Builder.content:(Lorg/eclipse/jetty/reactive/client/ReactiveRequest$Content;)Lorg/eclipse/jetty/reactive/client/ReactiveRequest$Builder;
            invokevirtual org.eclipse.jetty.reactive.client.ReactiveRequest$Builder.build:()Lorg/eclipse/jetty/reactive/client/ReactiveRequest;
            putfield org.springframework.http.client.reactive.JettyClientHttpRequest.reactiveRequest:Lorg/eclipse/jetty/reactive/client/ReactiveRequest;
         7: .line 104
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic get(Lorg/springframework/http/client/reactive/JettyClientHttpRequest;)Ljava/util/function/Supplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  org/springframework/http/client/reactive/JettyClientHttpRequest.completes()Lreactor/core/publisher/Mono; (7)
                  ()Lorg/reactivestreams/Publisher;
            invokevirtual org.springframework.http.client.reactive.JettyClientHttpRequest.doCommit:(Ljava/util/function/Supplier;)Lreactor/core/publisher/Mono;
            areturn
        end local 4 // org.eclipse.jetty.reactive.client.ReactiveRequest$Content content
        end local 2 // reactor.core.publisher.Flux chunks
        end local 1 // org.reactivestreams.Publisher body
        end local 0 // org.springframework.http.client.reactive.JettyClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/springframework/http/client/reactive/JettyClientHttpRequest;
            0    8     1     body  Lorg/reactivestreams/Publisher<+Lorg/reactivestreams/Publisher<+Lorg/springframework/core/io/buffer/DataBuffer;>;>;
            5    8     2   chunks  Lreactor/core/publisher/Flux<Lorg/eclipse/jetty/reactive/client/ContentChunk;>;
            6    8     4  content  Lorg/eclipse/jetty/reactive/client/ReactiveRequest$Content;
    Signature: (Lorg/reactivestreams/Publisher<+Lorg/reactivestreams/Publisher<+Lorg/springframework/core/io/buffer/DataBuffer;>;>;)Lreactor/core/publisher/Mono<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      body  

  private java.lang.String getContentType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.springframework.http.client.reactive.JettyClientHttpRequest this
         0: .line 108
            aload 0 /* this */
            invokevirtual org.springframework.http.client.reactive.JettyClientHttpRequest.getHeaders:()Lorg/springframework/http/HttpHeaders;
            invokevirtual org.springframework.http.HttpHeaders.getContentType:()Lorg/springframework/http/MediaType;
            astore 1 /* contentType */
        start local 1 // org.springframework.http.MediaType contentType
         1: .line 109
            aload 1 /* contentType */
            ifnull 2
            aload 1 /* contentType */
            invokevirtual org.springframework.http.MediaType.toString:()Ljava/lang/String;
            goto 3
      StackMap locals: org.springframework.http.MediaType
      StackMap stack:
         2: ldc "application/octet-stream"
      StackMap locals:
      StackMap stack: java.lang.String
         3: areturn
        end local 1 // org.springframework.http.MediaType contentType
        end local 0 // org.springframework.http.client.reactive.JettyClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/springframework/http/client/reactive/JettyClientHttpRequest;
            1    4     1  contentType  Lorg/springframework/http/MediaType;

  private reactor.core.publisher.Mono<java.lang.Void> completes();
    descriptor: ()Lreactor/core/publisher/Mono;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.http.client.reactive.JettyClientHttpRequest this
         0: .line 113
            invokestatic reactor.core.publisher.Mono.empty:()Lreactor/core/publisher/Mono;
            areturn
        end local 0 // org.springframework.http.client.reactive.JettyClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/client/reactive/JettyClientHttpRequest;
    Signature: ()Lreactor/core/publisher/Mono<Ljava/lang/Void;>;

  private org.eclipse.jetty.reactive.client.ContentChunk toContentChunk(org.springframework.core.io.buffer.DataBuffer);
    descriptor: (Lorg/springframework/core/io/buffer/DataBuffer;)Lorg/eclipse/jetty/reactive/client/ContentChunk;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // org.springframework.http.client.reactive.JettyClientHttpRequest this
        start local 1 // org.springframework.core.io.buffer.DataBuffer buffer
         0: .line 117
            new org.eclipse.jetty.reactive.client.ContentChunk
            dup
            aload 1 /* buffer */
            invokeinterface org.springframework.core.io.buffer.DataBuffer.asByteBuffer:()Ljava/nio/ByteBuffer;
            new org.springframework.http.client.reactive.JettyClientHttpRequest$1
            dup
            aload 0 /* this */
            aload 1 /* buffer */
            invokespecial org.springframework.http.client.reactive.JettyClientHttpRequest$1.<init>:(Lorg/springframework/http/client/reactive/JettyClientHttpRequest;Lorg/springframework/core/io/buffer/DataBuffer;)V
            invokespecial org.eclipse.jetty.reactive.client.ContentChunk.<init>:(Ljava/nio/ByteBuffer;Lorg/eclipse/jetty/util/Callback;)V
            areturn
        end local 1 // org.springframework.core.io.buffer.DataBuffer buffer
        end local 0 // org.springframework.http.client.reactive.JettyClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/springframework/http/client/reactive/JettyClientHttpRequest;
            0    1     1  buffer  Lorg/springframework/core/io/buffer/DataBuffer;
    MethodParameters:
        Name  Flags
      buffer  

  protected void applyCookies();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.http.client.reactive.JettyClientHttpRequest this
         0: .line 134
            aload 0 /* this */
            invokevirtual org.springframework.http.client.reactive.JettyClientHttpRequest.getCookies:()Lorg/springframework/util/MultiValueMap;
            invokeinterface org.springframework.util.MultiValueMap.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.stream:()Ljava/util/stream/Stream;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  java/util/Collection.stream()Ljava/util/stream/Stream; (9 itf)
                  (Ljava/util/List;)Ljava/util/stream/Stream;
            invokeinterface java.util.stream.Stream.flatMap:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
         1: .line 135
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  org/springframework/http/client/reactive/JettyClientHttpRequest.lambda$7(Lorg/springframework/http/HttpCookie;)Ljava/net/HttpCookie; (6)
                  (Lorg/springframework/http/HttpCookie;)Ljava/net/HttpCookie;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
         2: .line 136
            aload 0 /* this */
            getfield org.springframework.http.client.reactive.JettyClientHttpRequest.jettyRequest:Lorg/eclipse/jetty/client/api/Request;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic accept(Lorg/eclipse/jetty/client/api/Request;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  org/eclipse/jetty/client/api/Request.cookie(Ljava/net/HttpCookie;)Lorg/eclipse/jetty/client/api/Request; (9 itf)
                  (Ljava/net/HttpCookie;)V
            invokeinterface java.util.stream.Stream.forEach:(Ljava/util/function/Consumer;)V
         3: .line 137
            return
        end local 0 // org.springframework.http.client.reactive.JettyClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/springframework/http/client/reactive/JettyClientHttpRequest;

  protected void applyHeaders();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.springframework.http.client.reactive.JettyClientHttpRequest this
         0: .line 141
            aload 0 /* this */
            invokevirtual org.springframework.http.client.reactive.JettyClientHttpRequest.getHeaders:()Lorg/springframework/http/HttpHeaders;
            astore 1 /* headers */
        start local 1 // org.springframework.http.HttpHeaders headers
         1: .line 142
            aload 1 /* headers */
            aload 0 /* this */
            invokedynamic accept(Lorg/springframework/http/client/reactive/JettyClientHttpRequest;)Ljava/util/function/BiConsumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  org/springframework/http/client/reactive/JettyClientHttpRequest.lambda$9(Ljava/lang/String;Ljava/util/List;)V (7)
                  (Ljava/lang/String;Ljava/util/List;)V
            invokevirtual org.springframework.http.HttpHeaders.forEach:(Ljava/util/function/BiConsumer;)V
         2: .line 143
            aload 1 /* headers */
            ldc "Accept"
            invokevirtual org.springframework.http.HttpHeaders.containsKey:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 144
            aload 0 /* this */
            getfield org.springframework.http.client.reactive.JettyClientHttpRequest.jettyRequest:Lorg/eclipse/jetty/client/api/Request;
            ldc "Accept"
            ldc "*/*"
            invokeinterface org.eclipse.jetty.client.api.Request.header:(Ljava/lang/String;Ljava/lang/String;)Lorg/eclipse/jetty/client/api/Request;
            pop
         4: .line 146
      StackMap locals: org.springframework.http.HttpHeaders
      StackMap stack:
            return
        end local 1 // org.springframework.http.HttpHeaders headers
        end local 0 // org.springframework.http.client.reactive.JettyClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/springframework/http/client/reactive/JettyClientHttpRequest;
            1    5     1  headers  Lorg/springframework/http/HttpHeaders;

  org.eclipse.jetty.reactive.client.ReactiveRequest getReactiveRequest();
    descriptor: ()Lorg/eclipse/jetty/reactive/client/ReactiveRequest;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.http.client.reactive.JettyClientHttpRequest this
         0: .line 149
            aload 0 /* this */
            getfield org.springframework.http.client.reactive.JettyClientHttpRequest.reactiveRequest:Lorg/eclipse/jetty/reactive/client/ReactiveRequest;
            ifnonnull 2
         1: .line 150
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.http.client.reactive.JettyClientHttpRequest.jettyRequest:Lorg/eclipse/jetty/client/api/Request;
            invokestatic org.eclipse.jetty.reactive.client.ReactiveRequest.newBuilder:(Lorg/eclipse/jetty/client/api/Request;)Lorg/eclipse/jetty/reactive/client/ReactiveRequest$Builder;
            invokevirtual org.eclipse.jetty.reactive.client.ReactiveRequest$Builder.build:()Lorg/eclipse/jetty/reactive/client/ReactiveRequest;
            putfield org.springframework.http.client.reactive.JettyClientHttpRequest.reactiveRequest:Lorg/eclipse/jetty/reactive/client/ReactiveRequest;
         2: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.http.client.reactive.JettyClientHttpRequest.reactiveRequest:Lorg/eclipse/jetty/reactive/client/ReactiveRequest;
            areturn
        end local 0 // org.springframework.http.client.reactive.JettyClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/http/client/reactive/JettyClientHttpRequest;

  private static java.net.HttpCookie lambda$7(org.springframework.http.HttpCookie);
    descriptor: (Lorg/springframework/http/HttpCookie;)Ljava/net/HttpCookie;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.springframework.http.HttpCookie cookie
         0: .line 135
            new java.net.HttpCookie
            dup
            aload 0 /* cookie */
            invokevirtual org.springframework.http.HttpCookie.getName:()Ljava/lang/String;
            aload 0 /* cookie */
            invokevirtual org.springframework.http.HttpCookie.getValue:()Ljava/lang/String;
            invokespecial java.net.HttpCookie.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            areturn
        end local 0 // org.springframework.http.HttpCookie cookie
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  cookie  Lorg/springframework/http/HttpCookie;

  private void lambda$9(java.lang.String, java.util.List);
    descriptor: (Ljava/lang/String;Ljava/util/List;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.http.client.reactive.JettyClientHttpRequest this
        start local 1 // java.lang.String key
        start local 2 // java.util.List value
         0: .line 142
            aload 2 /* value */
            aload 0 /* this */
            aload 1 /* key */
            invokedynamic accept(Lorg/springframework/http/client/reactive/JettyClientHttpRequest;Ljava/lang/String;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  org/springframework/http/client/reactive/JettyClientHttpRequest.lambda$10(Ljava/lang/String;Ljava/lang/String;)V (7)
                  (Ljava/lang/String;)V
            invokeinterface java.util.List.forEach:(Ljava/util/function/Consumer;)V
            return
        end local 2 // java.util.List value
        end local 1 // java.lang.String key
        end local 0 // org.springframework.http.client.reactive.JettyClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/springframework/http/client/reactive/JettyClientHttpRequest;
            0    1     1    key  Ljava/lang/String;
            0    1     2  value  Ljava/util/List<Ljava/lang/String;>;

  private void lambda$10(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.http.client.reactive.JettyClientHttpRequest this
        start local 2 // java.lang.String v
         0: .line 142
            aload 0 /* this */
            getfield org.springframework.http.client.reactive.JettyClientHttpRequest.jettyRequest:Lorg/eclipse/jetty/client/api/Request;
            aload 1
            aload 2 /* v */
            invokeinterface org.eclipse.jetty.client.api.Request.header:(Ljava/lang/String;Ljava/lang/String;)Lorg/eclipse/jetty/client/api/Request;
            return
        end local 2 // java.lang.String v
        end local 0 // org.springframework.http.client.reactive.JettyClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/client/reactive/JettyClientHttpRequest;
            0    1     2     v  Ljava/lang/String;
}
SourceFile: "JettyClientHttpRequest.java"
NestMembers:
  org.springframework.http.client.reactive.JettyClientHttpRequest$1
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public Builder = org.eclipse.jetty.reactive.client.ReactiveRequest$Builder of org.eclipse.jetty.reactive.client.ReactiveRequest
  public abstract Content = org.eclipse.jetty.reactive.client.ReactiveRequest$Content of org.eclipse.jetty.reactive.client.ReactiveRequest
  org.springframework.http.client.reactive.JettyClientHttpRequest$1