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 start local 2 start local 3 0: aload 0
aload 1
putfield org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier.this$0:Lorg/springframework/http/server/reactive/ChannelSendOperator;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 2
putfield org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier.completionSubscriber:Lreactor/core/CoreSubscriber;
2: aload 0
aload 3
putfield org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier.writeBarrier:Lorg/springframework/http/server/reactive/ChannelSendOperator$WriteBarrier;
3: return
end local 3 end local 2 end local 0 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 0: aload 0
getfield org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier.completionSubscriber:Lreactor/core/CoreSubscriber;
aload 0
invokeinterface reactor.core.CoreSubscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
1: return
end local 0 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 start local 1 0: aload 0
aload 1
putfield org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier.subscription:Lorg/reactivestreams/Subscription;
1: aload 1
ldc 9223372036854775807
invokeinterface org.reactivestreams.Subscription.request:(J)V
2: return
end local 1 end local 0 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 start local 1 0: return
end local 1 end local 0 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 start local 1 0: aload 0
getfield org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier.completionSubscriber:Lreactor/core/CoreSubscriber;
aload 1
invokeinterface reactor.core.CoreSubscriber.onError:(Ljava/lang/Throwable;)V
1: return
end local 1 end local 0 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 0: aload 0
getfield org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier.completionSubscriber:Lreactor/core/CoreSubscriber;
invokeinterface reactor.core.CoreSubscriber.onComplete:()V
1: return
end local 0 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 0: aload 0
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 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 start local 1 0: return
end local 1 end local 0 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 0: aload 0
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: aload 0
getfield org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier.subscription:Lorg/reactivestreams/Subscription;
astore 1
start local 1 2: aload 1
ifnull 4
3: aload 1
invokeinterface org.reactivestreams.Subscription.cancel:()V
4: StackMap locals: org.reactivestreams.Subscription
StackMap stack:
return
end local 1 end local 0 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: 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