class org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier implements reactor.core.CoreSubscriber<java.lang.Void>, org.reactivestreams.Subscription
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier
  super_class: java.lang.Object
{
  private final reactor.core.CoreSubscriber<? super java.lang.Void> completionSubscriber;
    descriptor: Lreactor/core/CoreSubscriber;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lreactor/core/CoreSubscriber<-Ljava/lang/Void;>;

  private final org.springframework.http.server.reactive.ChannelSendOperator<T>.WriteBarrier writeBarrier;
    descriptor: Lorg/springframework/http/server/reactive/ChannelSendOperator$WriteBarrier;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/springframework/http/server/reactive/ChannelSendOperator<TT;>.WriteBarrier;

  private org.reactivestreams.Subscription subscription;
    descriptor: Lorg/reactivestreams/Subscription;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  final org.springframework.http.server.reactive.ChannelSendOperator this$0;
    descriptor: Lorg/springframework/http/server/reactive/ChannelSendOperator;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(reactor.core.CoreSubscriber<? super java.lang.Void>, org.springframework.http.server.reactive.ChannelSendOperator<T>.WriteBarrier);
    descriptor: (Lorg/springframework/http/server/reactive/ChannelSendOperator;Lreactor/core/CoreSubscriber;Lorg/springframework/http/server/reactive/ChannelSendOperator$WriteBarrier;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier this
        start local 2 // reactor.core.CoreSubscriber subscriber
        start local 3 // org.springframework.http.server.reactive.ChannelSendOperator$WriteBarrier writeBarrier
         0: .line 345
            aload 0 /* this */
            aload 1
            putfield org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier.this$0:Lorg/springframework/http/server/reactive/ChannelSendOperator;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 346
            aload 0 /* this */
            aload 2 /* subscriber */
            putfield org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier.completionSubscriber:Lreactor/core/CoreSubscriber;
         2: .line 347
            aload 0 /* this */
            aload 3 /* writeBarrier */
            putfield org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier.writeBarrier:Lorg/springframework/http/server/reactive/ChannelSendOperator$WriteBarrier;
         3: .line 348
            return
        end local 3 // org.springframework.http.server.reactive.ChannelSendOperator$WriteBarrier writeBarrier
        end local 2 // reactor.core.CoreSubscriber subscriber
        end local 0 // org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/springframework/http/server/reactive/ChannelSendOperator$WriteCompletionBarrier;
            0    4     2    subscriber  Lreactor/core/CoreSubscriber<-Ljava/lang/Void;>;
            0    4     3  writeBarrier  Lorg/springframework/http/server/reactive/ChannelSendOperator<TT;>.WriteBarrier;
    Signature: (Lreactor/core/CoreSubscriber<-Ljava/lang/Void;>;Lorg/springframework/http/server/reactive/ChannelSendOperator<TT;>.WriteBarrier;)V
    MethodParameters:
              Name  Flags
      this$0        final
      subscriber    
      writeBarrier  

  public void connect();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier this
         0: .line 356
            aload 0 /* this */
            getfield org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier.completionSubscriber:Lreactor/core/CoreSubscriber;
            aload 0 /* this */
            invokeinterface reactor.core.CoreSubscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         1: .line 357
            return
        end local 0 // org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/http/server/reactive/ChannelSendOperator$WriteCompletionBarrier;

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier this
        start local 1 // org.reactivestreams.Subscription subscription
         0: .line 363
            aload 0 /* this */
            aload 1 /* subscription */
            putfield org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier.subscription:Lorg/reactivestreams/Subscription;
         1: .line 364
            aload 1 /* subscription */
            ldc 9223372036854775807
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         2: .line 365
            return
        end local 1 // org.reactivestreams.Subscription subscription
        end local 0 // org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/springframework/http/server/reactive/ChannelSendOperator$WriteCompletionBarrier;
            0    3     1  subscription  Lorg/reactivestreams/Subscription;
    MethodParameters:
              Name  Flags
      subscription  

  public void onNext(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier this
        start local 1 // java.lang.Void aVoid
         0: .line 369
            return
        end local 1 // java.lang.Void aVoid
        end local 0 // org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/springframework/http/server/reactive/ChannelSendOperator$WriteCompletionBarrier;
            0    1     1  aVoid  Ljava/lang/Void;
    MethodParameters:
       Name  Flags
      aVoid  

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier this
        start local 1 // java.lang.Throwable ex
         0: .line 373
            aload 0 /* this */
            getfield org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier.completionSubscriber:Lreactor/core/CoreSubscriber;
            aload 1 /* ex */
            invokeinterface reactor.core.CoreSubscriber.onError:(Ljava/lang/Throwable;)V
         1: .line 374
            return
        end local 1 // java.lang.Throwable ex
        end local 0 // org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/http/server/reactive/ChannelSendOperator$WriteCompletionBarrier;
            0    2     1    ex  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      ex    

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier this
         0: .line 378
            aload 0 /* this */
            getfield org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier.completionSubscriber:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.onComplete:()V
         1: .line 379
            return
        end local 0 // org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/http/server/reactive/ChannelSendOperator$WriteCompletionBarrier;

  public reactor.util.context.Context currentContext();
    descriptor: ()Lreactor/util/context/Context;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier this
         0: .line 383
            aload 0 /* this */
            getfield org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier.completionSubscriber:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
            areturn
        end local 0 // org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/server/reactive/ChannelSendOperator$WriteCompletionBarrier;

  public void request(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=2
        start local 0 // org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier this
        start local 1 // long n
         0: .line 390
            return
        end local 1 // long n
        end local 0 // org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/server/reactive/ChannelSendOperator$WriteCompletionBarrier;
            0    1     1     n  J
    MethodParameters:
      Name  Flags
      n     

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier this
         0: .line 394
            aload 0 /* this */
            getfield org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier.writeBarrier:Lorg/springframework/http/server/reactive/ChannelSendOperator$WriteBarrier;
            invokevirtual org.springframework.http.server.reactive.ChannelSendOperator$WriteBarrier.cancel:()V
         1: .line 395
            aload 0 /* this */
            getfield org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier.subscription:Lorg/reactivestreams/Subscription;
            astore 1 /* subscription */
        start local 1 // org.reactivestreams.Subscription subscription
         2: .line 396
            aload 1 /* subscription */
            ifnull 4
         3: .line 397
            aload 1 /* subscription */
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         4: .line 399
      StackMap locals: org.reactivestreams.Subscription
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription subscription
        end local 0 // org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lorg/springframework/http/server/reactive/ChannelSendOperator$WriteCompletionBarrier;
            2    5     1  subscription  Lorg/reactivestreams/Subscription;

  public void onNext(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Void
            invokevirtual org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier.onNext:(Ljava/lang/Void;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lreactor/core/CoreSubscriber<Ljava/lang/Void;>;Lorg/reactivestreams/Subscription;
SourceFile: "ChannelSendOperator.java"
NestHost: org.springframework.http.server.reactive.ChannelSendOperator
InnerClasses:
  private WriteBarrier = org.springframework.http.server.reactive.ChannelSendOperator$WriteBarrier of org.springframework.http.server.reactive.ChannelSendOperator
  private WriteCompletionBarrier = org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier of org.springframework.http.server.reactive.ChannelSendOperator