class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$1 extends io.netty.handler.codec.http2.Http2ConnectionAdapter
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$1
super_class: io.netty.handler.codec.http2.Http2ConnectionAdapter
{
final io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController this$0;
descriptor: Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController);
descriptor: (Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$1.this$0:Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController;
aload 0
invokespecial io.netty.handler.codec.http2.Http2ConnectionAdapter.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$1;
MethodParameters:
Name Flags
this$0 final
public void onStreamAdded(io.netty.handler.codec.http2.Http2Stream);
descriptor: (Lio/netty/handler/codec/http2/Http2Stream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$1.this$0:Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController;
getfield io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.stateKey:Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;
new io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState
dup
aload 0
getfield io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$1.this$0:Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController;
aload 1
invokespecial io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState.<init>:(Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController;Lio/netty/handler/codec/http2/Http2Stream;)V
invokeinterface io.netty.handler.codec.http2.Http2Stream.setProperty:(Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;Ljava/lang/Object;)Ljava/lang/Object;
pop
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$1;
0 2 1 stream Lio/netty/handler/codec/http2/Http2Stream;
MethodParameters:
Name Flags
stream
public void onStreamActive(io.netty.handler.codec.http2.Http2Stream);
descriptor: (Lio/netty/handler/codec/http2/Http2Stream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$1.this$0:Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController;
getfield io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.monitor:Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$WritabilityMonitor;
aload 0
getfield io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$1.this$0:Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController;
aload 1
invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.state:(Lio/netty/handler/codec/http2/Http2Stream;)Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;
aload 0
getfield io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$1.this$0:Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController;
getfield io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.initialWindowSize:I
invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$WritabilityMonitor.windowSize:(Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;I)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$1;
0 2 1 stream Lio/netty/handler/codec/http2/Http2Stream;
MethodParameters:
Name Flags
stream
public void onStreamClosed(io.netty.handler.codec.http2.Http2Stream);
descriptor: (Lio/netty/handler/codec/http2/Http2Stream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$1.this$0:Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController;
aload 1
invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.state:(Lio/netty/handler/codec/http2/Http2Stream;)Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;
getstatic io.netty.handler.codec.http2.Http2Error.STREAM_CLOSED:Lio/netty/handler/codec/http2/Http2Error;
aconst_null
invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState.cancel:(Lio/netty/handler/codec/http2/Http2Error;Ljava/lang/Throwable;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$1;
0 2 1 stream Lio/netty/handler/codec/http2/Http2Stream;
MethodParameters:
Name Flags
stream
public void onStreamHalfClosed(io.netty.handler.codec.http2.Http2Stream);
descriptor: (Lio/netty/handler/codec/http2/Http2Stream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: getstatic io.netty.handler.codec.http2.Http2Stream$State.HALF_CLOSED_LOCAL:Lio/netty/handler/codec/http2/Http2Stream$State;
aload 1
invokeinterface io.netty.handler.codec.http2.Http2Stream.state:()Lio/netty/handler/codec/http2/Http2Stream$State;
if_acmpne 2
1: aload 0
getfield io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$1.this$0:Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController;
aload 1
invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.state:(Lio/netty/handler/codec/http2/Http2Stream;)Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;
getstatic io.netty.handler.codec.http2.Http2Error.STREAM_CLOSED:Lio/netty/handler/codec/http2/Http2Error;
aconst_null
invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState.cancel:(Lio/netty/handler/codec/http2/Http2Error;Ljava/lang/Throwable;)V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$1;
0 3 1 stream Lio/netty/handler/codec/http2/Http2Stream;
MethodParameters:
Name Flags
stream
}
SourceFile: "DefaultHttp2RemoteFlowController.java"
EnclosingMethod: io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.<init>:(Lio/netty/handler/codec/http2/Http2Connection;Lio/netty/handler/codec/http2/StreamByteDistributor;Lio/netty/handler/codec/http2/Http2RemoteFlowController$Listener;)V
NestHost: io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
InnerClasses:
io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$1
private final FlowState = io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState of io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
private WritabilityMonitor = io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$WritabilityMonitor of io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
public abstract PropertyKey = io.netty.handler.codec.http2.Http2Connection$PropertyKey of io.netty.handler.codec.http2.Http2Connection
public abstract Listener = io.netty.handler.codec.http2.Http2RemoteFlowController$Listener of io.netty.handler.codec.http2.Http2RemoteFlowController
public final State = io.netty.handler.codec.http2.Http2Stream$State of io.netty.handler.codec.http2.Http2Stream