public abstract class io.netty.handler.codec.http.HttpContentDecoder extends io.netty.handler.codec.MessageToMessageDecoder<io.netty.handler.codec.http.HttpObject>
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: io.netty.handler.codec.http.HttpContentDecoder
super_class: io.netty.handler.codec.MessageToMessageDecoder
{
static final java.lang.String IDENTITY;
descriptor: Ljava/lang/String;
flags: (0x0018) ACC_STATIC, ACC_FINAL
protected io.netty.channel.ChannelHandlerContext ctx;
descriptor: Lio/netty/channel/ChannelHandlerContext;
flags: (0x0004) ACC_PROTECTED
private io.netty.channel.embedded.EmbeddedChannel decoder;
descriptor: Lio/netty/channel/embedded/EmbeddedChannel;
flags: (0x0002) ACC_PRIVATE
private boolean continueResponse;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic io.netty.handler.codec.http.HttpHeaderValues.IDENTITY:Lio/netty/util/AsciiString;
invokevirtual io.netty.util.AsciiString.toString:()Ljava/lang/String;
putstatic io.netty.handler.codec.http.HttpContentDecoder.IDENTITY:Ljava/lang/String;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial io.netty.handler.codec.MessageToMessageDecoder.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http/HttpContentDecoder;
protected void decode(io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.HttpObject, java.util.List<java.lang.Object>);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http/HttpObject;Ljava/util/List;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=10, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 2
instanceof io.netty.handler.codec.http.HttpResponse
ifeq 5
aload 2
checkcast io.netty.handler.codec.http.HttpResponse
invokeinterface io.netty.handler.codec.http.HttpResponse.status:()Lio/netty/handler/codec/http/HttpResponseStatus;
invokevirtual io.netty.handler.codec.http.HttpResponseStatus.code:()I
bipush 100
if_icmpne 5
1: aload 2
instanceof io.netty.handler.codec.http.LastHttpContent
ifne 3
2: aload 0
iconst_1
putfield io.netty.handler.codec.http.HttpContentDecoder.continueResponse:Z
3: StackMap locals:
StackMap stack:
aload 3
aload 2
invokestatic io.netty.util.ReferenceCountUtil.retain:(Ljava/lang/Object;)Ljava/lang/Object;
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
4: return
5: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.handler.codec.http.HttpContentDecoder.continueResponse:Z
ifeq 10
6: aload 2
instanceof io.netty.handler.codec.http.LastHttpContent
ifeq 8
7: aload 0
iconst_0
putfield io.netty.handler.codec.http.HttpContentDecoder.continueResponse:Z
8: StackMap locals:
StackMap stack:
aload 3
aload 2
invokestatic io.netty.util.ReferenceCountUtil.retain:(Ljava/lang/Object;)Ljava/lang/Object;
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
9: return
10: StackMap locals:
StackMap stack:
aload 2
instanceof io.netty.handler.codec.http.HttpMessage
ifeq 50
11: aload 0
invokevirtual io.netty.handler.codec.http.HttpContentDecoder.cleanup:()V
12: aload 2
checkcast io.netty.handler.codec.http.HttpMessage
astore 4
start local 4 13: aload 4
invokeinterface io.netty.handler.codec.http.HttpMessage.headers:()Lio/netty/handler/codec/http/HttpHeaders;
astore 5
start local 5 14: aload 5
getstatic io.netty.handler.codec.http.HttpHeaderNames.CONTENT_ENCODING:Lio/netty/util/AsciiString;
invokevirtual io.netty.handler.codec.http.HttpHeaders.get:(Ljava/lang/CharSequence;)Ljava/lang/String;
astore 6
start local 6 15: aload 6
ifnull 18
16: aload 6
invokevirtual java.lang.String.trim:()Ljava/lang/String;
astore 6
17: goto 19
18: StackMap locals: io.netty.handler.codec.http.HttpMessage io.netty.handler.codec.http.HttpHeaders java.lang.String
StackMap stack:
getstatic io.netty.handler.codec.http.HttpContentDecoder.IDENTITY:Ljava/lang/String;
astore 6
19: StackMap locals:
StackMap stack:
aload 0
aload 0
aload 6
invokevirtual io.netty.handler.codec.http.HttpContentDecoder.newContentDecoder:(Ljava/lang/String;)Lio/netty/channel/embedded/EmbeddedChannel;
putfield io.netty.handler.codec.http.HttpContentDecoder.decoder:Lio/netty/channel/embedded/EmbeddedChannel;
20: aload 0
getfield io.netty.handler.codec.http.HttpContentDecoder.decoder:Lio/netty/channel/embedded/EmbeddedChannel;
ifnonnull 25
21: aload 4
instanceof io.netty.handler.codec.http.HttpContent
ifeq 23
22: aload 4
checkcast io.netty.handler.codec.http.HttpContent
invokeinterface io.netty.handler.codec.http.HttpContent.retain:()Lio/netty/handler/codec/http/HttpContent;
pop
23: StackMap locals:
StackMap stack:
aload 3
aload 4
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
24: return
25: StackMap locals:
StackMap stack:
aload 5
getstatic io.netty.handler.codec.http.HttpHeaderNames.CONTENT_LENGTH:Lio/netty/util/AsciiString;
invokevirtual io.netty.handler.codec.http.HttpHeaders.contains:(Ljava/lang/CharSequence;)Z
ifeq 28
26: aload 5
getstatic io.netty.handler.codec.http.HttpHeaderNames.CONTENT_LENGTH:Lio/netty/util/AsciiString;
invokevirtual io.netty.handler.codec.http.HttpHeaders.remove:(Ljava/lang/CharSequence;)Lio/netty/handler/codec/http/HttpHeaders;
pop
27: aload 5
getstatic io.netty.handler.codec.http.HttpHeaderNames.TRANSFER_ENCODING:Lio/netty/util/AsciiString;
getstatic io.netty.handler.codec.http.HttpHeaderValues.CHUNKED:Lio/netty/util/AsciiString;
invokevirtual io.netty.handler.codec.http.HttpHeaders.set:(Ljava/lang/CharSequence;Ljava/lang/Object;)Lio/netty/handler/codec/http/HttpHeaders;
pop
28: StackMap locals:
StackMap stack:
aload 0
aload 6
invokevirtual io.netty.handler.codec.http.HttpContentDecoder.getTargetContentEncoding:(Ljava/lang/String;)Ljava/lang/String;
astore 7
start local 7 29: getstatic io.netty.handler.codec.http.HttpHeaderValues.IDENTITY:Lio/netty/util/AsciiString;
aload 7
invokevirtual io.netty.util.AsciiString.contentEquals:(Ljava/lang/CharSequence;)Z
ifeq 32
30: aload 5
getstatic io.netty.handler.codec.http.HttpHeaderNames.CONTENT_ENCODING:Lio/netty/util/AsciiString;
invokevirtual io.netty.handler.codec.http.HttpHeaders.remove:(Ljava/lang/CharSequence;)Lio/netty/handler/codec/http/HttpHeaders;
pop
31: goto 33
32: StackMap locals: java.lang.CharSequence
StackMap stack:
aload 5
getstatic io.netty.handler.codec.http.HttpHeaderNames.CONTENT_ENCODING:Lio/netty/util/AsciiString;
aload 7
invokevirtual io.netty.handler.codec.http.HttpHeaders.set:(Ljava/lang/CharSequence;Ljava/lang/Object;)Lio/netty/handler/codec/http/HttpHeaders;
pop
33: StackMap locals:
StackMap stack:
aload 4
instanceof io.netty.handler.codec.http.HttpContent
ifeq 49
34: aload 4
instanceof io.netty.handler.codec.http.HttpRequest
ifeq 38
35: aload 4
checkcast io.netty.handler.codec.http.HttpRequest
astore 9
start local 9 36: new io.netty.handler.codec.http.DefaultHttpRequest
dup
aload 9
invokeinterface io.netty.handler.codec.http.HttpRequest.protocolVersion:()Lio/netty/handler/codec/http/HttpVersion;
aload 9
invokeinterface io.netty.handler.codec.http.HttpRequest.method:()Lio/netty/handler/codec/http/HttpMethod;
aload 9
invokeinterface io.netty.handler.codec.http.HttpRequest.uri:()Ljava/lang/String;
invokespecial io.netty.handler.codec.http.DefaultHttpRequest.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpMethod;Ljava/lang/String;)V
astore 8
end local 9 start local 8 37: goto 45
end local 8 StackMap locals:
StackMap stack:
38: aload 4
instanceof io.netty.handler.codec.http.HttpResponse
ifeq 42
39: aload 4
checkcast io.netty.handler.codec.http.HttpResponse
astore 9
start local 9 40: new io.netty.handler.codec.http.DefaultHttpResponse
dup
aload 9
invokeinterface io.netty.handler.codec.http.HttpResponse.protocolVersion:()Lio/netty/handler/codec/http/HttpVersion;
aload 9
invokeinterface io.netty.handler.codec.http.HttpResponse.status:()Lio/netty/handler/codec/http/HttpResponseStatus;
invokespecial io.netty.handler.codec.http.DefaultHttpResponse.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;)V
astore 8
end local 9 start local 8 41: goto 45
end local 8 42: StackMap locals:
StackMap stack:
new io.netty.handler.codec.CodecException
dup
new java.lang.StringBuilder
dup
ldc "Object of class "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 4
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
43: ldc " is not a HttpRequest or HttpResponse"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
44: invokespecial io.netty.handler.codec.CodecException.<init>:(Ljava/lang/String;)V
athrow
start local 8 45: StackMap locals: io.netty.handler.codec.http.HttpMessage
StackMap stack:
aload 8
invokeinterface io.netty.handler.codec.http.HttpMessage.headers:()Lio/netty/handler/codec/http/HttpHeaders;
aload 4
invokeinterface io.netty.handler.codec.http.HttpMessage.headers:()Lio/netty/handler/codec/http/HttpHeaders;
invokevirtual io.netty.handler.codec.http.HttpHeaders.set:(Lio/netty/handler/codec/http/HttpHeaders;)Lio/netty/handler/codec/http/HttpHeaders;
pop
46: aload 8
aload 4
invokeinterface io.netty.handler.codec.http.HttpMessage.decoderResult:()Lio/netty/handler/codec/DecoderResult;
invokeinterface io.netty.handler.codec.http.HttpMessage.setDecoderResult:(Lio/netty/handler/codec/DecoderResult;)V
47: aload 3
aload 8
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 8 48: goto 50
49: StackMap locals:
StackMap stack:
aload 3
aload 4
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 7 end local 6 end local 5 end local 4 50: StackMap locals: io.netty.handler.codec.http.HttpContentDecoder io.netty.channel.ChannelHandlerContext io.netty.handler.codec.http.HttpObject java.util.List
StackMap stack:
aload 2
instanceof io.netty.handler.codec.http.HttpContent
ifeq 56
51: aload 2
checkcast io.netty.handler.codec.http.HttpContent
astore 4
start local 4 52: aload 0
getfield io.netty.handler.codec.http.HttpContentDecoder.decoder:Lio/netty/channel/embedded/EmbeddedChannel;
ifnonnull 55
53: aload 3
aload 4
invokeinterface io.netty.handler.codec.http.HttpContent.retain:()Lio/netty/handler/codec/http/HttpContent;
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
54: goto 56
55: StackMap locals: io.netty.handler.codec.http.HttpContent
StackMap stack:
aload 0
aload 4
aload 3
invokevirtual io.netty.handler.codec.http.HttpContentDecoder.decodeContent:(Lio/netty/handler/codec/http/HttpContent;Ljava/util/List;)V
end local 4 56: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 57 0 this Lio/netty/handler/codec/http/HttpContentDecoder;
0 57 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 57 2 msg Lio/netty/handler/codec/http/HttpObject;
0 57 3 out Ljava/util/List<Ljava/lang/Object;>;
13 50 4 message Lio/netty/handler/codec/http/HttpMessage;
14 50 5 headers Lio/netty/handler/codec/http/HttpHeaders;
15 50 6 contentEncoding Ljava/lang/String;
29 50 7 targetContentEncoding Ljava/lang/CharSequence;
37 38 8 copy Lio/netty/handler/codec/http/HttpMessage;
41 42 8 copy Lio/netty/handler/codec/http/HttpMessage;
45 48 8 copy Lio/netty/handler/codec/http/HttpMessage;
36 37 9 r Lio/netty/handler/codec/http/HttpRequest;
40 41 9 r Lio/netty/handler/codec/http/HttpResponse;
52 56 4 c Lio/netty/handler/codec/http/HttpContent;
Exceptions:
throws java.lang.Exception
Signature: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http/HttpObject;Ljava/util/List<Ljava/lang/Object;>;)V
MethodParameters:
Name Flags
ctx
msg
out
private void decodeContent(io.netty.handler.codec.http.HttpContent, java.util.List<java.lang.Object>);
descriptor: (Lio/netty/handler/codec/http/HttpContent;Ljava/util/List;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokeinterface io.netty.handler.codec.http.HttpContent.content:()Lio/netty/buffer/ByteBuf;
astore 3
start local 3 1: aload 0
aload 3
aload 2
invokevirtual io.netty.handler.codec.http.HttpContentDecoder.decode:(Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
2: aload 1
instanceof io.netty.handler.codec.http.LastHttpContent
ifeq 10
3: aload 0
aload 2
invokevirtual io.netty.handler.codec.http.HttpContentDecoder.finishDecode:(Ljava/util/List;)V
4: aload 1
checkcast io.netty.handler.codec.http.LastHttpContent
astore 4
start local 4 5: aload 4
invokeinterface io.netty.handler.codec.http.LastHttpContent.trailingHeaders:()Lio/netty/handler/codec/http/HttpHeaders;
astore 5
start local 5 6: aload 5
invokevirtual io.netty.handler.codec.http.HttpHeaders.isEmpty:()Z
ifeq 9
7: aload 2
getstatic io.netty.handler.codec.http.LastHttpContent.EMPTY_LAST_CONTENT:Lio/netty/handler/codec/http/LastHttpContent;
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
8: goto 10
9: StackMap locals: io.netty.buffer.ByteBuf io.netty.handler.codec.http.LastHttpContent io.netty.handler.codec.http.HttpHeaders
StackMap stack:
aload 2
new io.netty.handler.codec.http.ComposedLastHttpContent
dup
aload 5
invokespecial io.netty.handler.codec.http.ComposedLastHttpContent.<init>:(Lio/netty/handler/codec/http/HttpHeaders;)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 5 end local 4 10: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lio/netty/handler/codec/http/HttpContentDecoder;
0 11 1 c Lio/netty/handler/codec/http/HttpContent;
0 11 2 out Ljava/util/List<Ljava/lang/Object;>;
1 11 3 content Lio/netty/buffer/ByteBuf;
5 10 4 last Lio/netty/handler/codec/http/LastHttpContent;
6 10 5 headers Lio/netty/handler/codec/http/HttpHeaders;
Signature: (Lio/netty/handler/codec/http/HttpContent;Ljava/util/List<Ljava/lang/Object;>;)V
MethodParameters:
Name Flags
c
out
protected abstract io.netty.channel.embedded.EmbeddedChannel newContentDecoder(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/netty/channel/embedded/EmbeddedChannel;
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
contentEncoding
protected java.lang.String getTargetContentEncoding(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/String;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: getstatic io.netty.handler.codec.http.HttpContentDecoder.IDENTITY:Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http/HttpContentDecoder;
0 1 1 contentEncoding Ljava/lang/String;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
contentEncoding
public void handlerRemoved(io.netty.channel.ChannelHandlerContext);
descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual io.netty.handler.codec.http.HttpContentDecoder.cleanupSafely:(Lio/netty/channel/ChannelHandlerContext;)V
1: aload 0
aload 1
invokespecial io.netty.handler.codec.MessageToMessageDecoder.handlerRemoved:(Lio/netty/channel/ChannelHandlerContext;)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/codec/http/HttpContentDecoder;
0 3 1 ctx Lio/netty/channel/ChannelHandlerContext;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
public void channelInactive(io.netty.channel.ChannelHandlerContext);
descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual io.netty.handler.codec.http.HttpContentDecoder.cleanupSafely:(Lio/netty/channel/ChannelHandlerContext;)V
1: aload 0
aload 1
invokespecial io.netty.handler.codec.MessageToMessageDecoder.channelInactive:(Lio/netty/channel/ChannelHandlerContext;)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/codec/http/HttpContentDecoder;
0 3 1 ctx Lio/netty/channel/ChannelHandlerContext;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
public void handlerAdded(io.netty.channel.ChannelHandlerContext);
descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield io.netty.handler.codec.http.HttpContentDecoder.ctx:Lio/netty/channel/ChannelHandlerContext;
1: aload 0
aload 1
invokespecial io.netty.handler.codec.MessageToMessageDecoder.handlerAdded:(Lio/netty/channel/ChannelHandlerContext;)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/codec/http/HttpContentDecoder;
0 3 1 ctx Lio/netty/channel/ChannelHandlerContext;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
private void cleanup();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.http.HttpContentDecoder.decoder:Lio/netty/channel/embedded/EmbeddedChannel;
ifnull 3
1: aload 0
getfield io.netty.handler.codec.http.HttpContentDecoder.decoder:Lio/netty/channel/embedded/EmbeddedChannel;
invokevirtual io.netty.channel.embedded.EmbeddedChannel.finishAndReleaseAll:()Z
pop
2: aload 0
aconst_null
putfield io.netty.handler.codec.http.HttpContentDecoder.decoder:Lio/netty/channel/embedded/EmbeddedChannel;
3: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/handler/codec/http/HttpContentDecoder;
private void cleanupSafely(io.netty.channel.ChannelHandlerContext);
descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.netty.handler.codec.http.HttpContentDecoder.cleanup:()V
1: goto 4
StackMap locals:
StackMap stack: java.lang.Throwable
2: astore 2
start local 2 3: aload 1
aload 2
invokeinterface io.netty.channel.ChannelHandlerContext.fireExceptionCaught:(Ljava/lang/Throwable;)Lio/netty/channel/ChannelHandlerContext;
pop
end local 2 4: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/handler/codec/http/HttpContentDecoder;
0 5 1 ctx Lio/netty/channel/ChannelHandlerContext;
3 4 2 cause Ljava/lang/Throwable;
Exception table:
from to target type
0 1 2 Class java.lang.Throwable
MethodParameters:
Name Flags
ctx
private void decode(io.netty.buffer.ByteBuf, java.util.List<java.lang.Object>);
descriptor: (Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.handler.codec.http.HttpContentDecoder.decoder:Lio/netty/channel/embedded/EmbeddedChannel;
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 1
invokevirtual io.netty.buffer.ByteBuf.retain:()Lio/netty/buffer/ByteBuf;
aastore
invokevirtual io.netty.channel.embedded.EmbeddedChannel.writeInbound:([Ljava/lang/Object;)Z
pop
1: aload 0
aload 2
invokevirtual io.netty.handler.codec.http.HttpContentDecoder.fetchDecoderOutput:(Ljava/util/List;)V
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/codec/http/HttpContentDecoder;
0 3 1 in Lio/netty/buffer/ByteBuf;
0 3 2 out Ljava/util/List<Ljava/lang/Object;>;
Signature: (Lio/netty/buffer/ByteBuf;Ljava/util/List<Ljava/lang/Object;>;)V
MethodParameters:
Name Flags
in
out
private void finishDecode(java.util.List<java.lang.Object>);
descriptor: (Ljava/util/List;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.handler.codec.http.HttpContentDecoder.decoder:Lio/netty/channel/embedded/EmbeddedChannel;
invokevirtual io.netty.channel.embedded.EmbeddedChannel.finish:()Z
ifeq 2
1: aload 0
aload 1
invokevirtual io.netty.handler.codec.http.HttpContentDecoder.fetchDecoderOutput:(Ljava/util/List;)V
2: StackMap locals:
StackMap stack:
aload 0
aconst_null
putfield io.netty.handler.codec.http.HttpContentDecoder.decoder:Lio/netty/channel/embedded/EmbeddedChannel;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/handler/codec/http/HttpContentDecoder;
0 4 1 out Ljava/util/List<Ljava/lang/Object;>;
Signature: (Ljava/util/List<Ljava/lang/Object;>;)V
MethodParameters:
Name Flags
out
private void fetchDecoderOutput(java.util.List<java.lang.Object>);
descriptor: (Ljava/util/List;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.handler.codec.http.HttpContentDecoder.decoder:Lio/netty/channel/embedded/EmbeddedChannel;
invokevirtual io.netty.channel.embedded.EmbeddedChannel.readInbound:()Ljava/lang/Object;
checkcast io.netty.buffer.ByteBuf
astore 2
start local 2 1: aload 2
ifnonnull 3
2: goto 8
3: StackMap locals: io.netty.buffer.ByteBuf
StackMap stack:
aload 2
invokevirtual io.netty.buffer.ByteBuf.isReadable:()Z
ifne 6
4: aload 2
invokevirtual io.netty.buffer.ByteBuf.release:()Z
pop
5: goto 0
6: StackMap locals:
StackMap stack:
aload 1
new io.netty.handler.codec.http.DefaultHttpContent
dup
aload 2
invokespecial io.netty.handler.codec.http.DefaultHttpContent.<init>:(Lio/netty/buffer/ByteBuf;)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 2 7: goto 0
8: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/netty/handler/codec/http/HttpContentDecoder;
0 9 1 out Ljava/util/List<Ljava/lang/Object;>;
1 7 2 buf Lio/netty/buffer/ByteBuf;
Signature: (Ljava/util/List<Ljava/lang/Object;>;)V
MethodParameters:
Name Flags
out
protected void decode(io.netty.channel.ChannelHandlerContext, java.lang.Object, java.util.List);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Ljava/util/List;)V
flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
aload 2
checkcast io.netty.handler.codec.http.HttpObject
aload 3
invokevirtual io.netty.handler.codec.http.HttpContentDecoder.decode:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http/HttpObject;Ljava/util/List;)V
return
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
}
Signature: Lio/netty/handler/codec/MessageToMessageDecoder<Lio/netty/handler/codec/http/HttpObject;>;
SourceFile: "HttpContentDecoder.java"