class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter$1 implements io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter$ImmediateSendDetector
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter$1
super_class: java.lang.Object
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 // io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter$1 this
0: .line 43
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http2/InboundHttp2ToHttpAdapter$1;
public boolean mustSendImmediately(io.netty.handler.codec.http.FullHttpMessage);
descriptor: (Lio/netty/handler/codec/http/FullHttpMessage;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter$1 this
start local 1 // io.netty.handler.codec.http.FullHttpMessage msg
0: .line 46
aload 1 /* msg */
instanceof io.netty.handler.codec.http.FullHttpResponse
ifeq 3
1: .line 47
aload 1 /* msg */
checkcast io.netty.handler.codec.http.FullHttpResponse
invokeinterface io.netty.handler.codec.http.FullHttpResponse.status:()Lio/netty/handler/codec/http/HttpResponseStatus;
invokevirtual io.netty.handler.codec.http.HttpResponseStatus.codeClass:()Lio/netty/handler/codec/http/HttpStatusClass;
getstatic io.netty.handler.codec.http.HttpStatusClass.INFORMATIONAL:Lio/netty/handler/codec/http/HttpStatusClass;
if_acmpne 2
iconst_1
ireturn
StackMap locals:
StackMap stack:
2: iconst_0
ireturn
3: .line 49
StackMap locals:
StackMap stack:
aload 1 /* msg */
instanceof io.netty.handler.codec.http.FullHttpRequest
ifeq 5
4: .line 50
aload 1 /* msg */
invokeinterface io.netty.handler.codec.http.FullHttpMessage.headers:()Lio/netty/handler/codec/http/HttpHeaders;
getstatic io.netty.handler.codec.http.HttpHeaderNames.EXPECT:Lio/netty/util/AsciiString;
invokevirtual io.netty.handler.codec.http.HttpHeaders.contains:(Ljava/lang/CharSequence;)Z
ireturn
5: .line 52
StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 // io.netty.handler.codec.http.FullHttpMessage msg
end local 0 // io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter$1 this
LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/netty/handler/codec/http2/InboundHttp2ToHttpAdapter$1;
0 6 1 msg Lio/netty/handler/codec/http/FullHttpMessage;
MethodParameters:
Name Flags
msg
public io.netty.handler.codec.http.FullHttpMessage copyIfNeeded(io.netty.handler.codec.http.FullHttpMessage);
descriptor: (Lio/netty/handler/codec/http/FullHttpMessage;)Lio/netty/handler/codec/http/FullHttpMessage;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 // io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter$1 this
start local 1 // io.netty.handler.codec.http.FullHttpMessage msg
0: .line 57
aload 1 /* msg */
instanceof io.netty.handler.codec.http.FullHttpRequest
ifeq 4
1: .line 58
aload 1 /* msg */
checkcast io.netty.handler.codec.http.FullHttpRequest
iconst_0
invokestatic io.netty.buffer.Unpooled.buffer:(I)Lio/netty/buffer/ByteBuf;
invokeinterface io.netty.handler.codec.http.FullHttpRequest.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/FullHttpRequest;
astore 2 /* copy */
start local 2 // io.netty.handler.codec.http.FullHttpRequest copy
2: .line 59
aload 2 /* copy */
invokeinterface io.netty.handler.codec.http.FullHttpRequest.headers:()Lio/netty/handler/codec/http/HttpHeaders;
getstatic io.netty.handler.codec.http.HttpHeaderNames.EXPECT:Lio/netty/util/AsciiString;
invokevirtual io.netty.handler.codec.http.HttpHeaders.remove:(Ljava/lang/CharSequence;)Lio/netty/handler/codec/http/HttpHeaders;
pop
3: .line 60
aload 2 /* copy */
areturn
end local 2 // io.netty.handler.codec.http.FullHttpRequest copy
4: .line 62
StackMap locals:
StackMap stack:
aconst_null
areturn
end local 1 // io.netty.handler.codec.http.FullHttpMessage msg
end local 0 // io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter$1 this
LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/handler/codec/http2/InboundHttp2ToHttpAdapter$1;
0 5 1 msg Lio/netty/handler/codec/http/FullHttpMessage;
2 4 2 copy Lio/netty/handler/codec/http/FullHttpRequest;
MethodParameters:
Name Flags
msg
}
SourceFile: "InboundHttp2ToHttpAdapter.java"
EnclosingMethod: io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
NestHost: io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
InnerClasses:
io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter$1
private abstract ImmediateSendDetector = io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter$ImmediateSendDetector of io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter