class org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$Decoder extends org.eclipse.jetty.http.GZIPContentDecoder
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$Decoder
super_class: org.eclipse.jetty.http.GZIPContentDecoder
{
final org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor this$0;
descriptor: Lorg/eclipse/jetty/server/handler/gzip/GzipHttpInputInterceptor;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor, org.eclipse.jetty.io.ByteBufferPool, int);
descriptor: (Lorg/eclipse/jetty/server/handler/gzip/GzipHttpInputInterceptor;Lorg/eclipse/jetty/io/ByteBufferPool;I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=4
start local 0 // org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$Decoder this
start local 2 // org.eclipse.jetty.io.ByteBufferPool pool
start local 3 // int bufferSize
0: .line 70
aload 0 /* this */
aload 1
putfield org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$Decoder.this$0:Lorg/eclipse/jetty/server/handler/gzip/GzipHttpInputInterceptor;
1: .line 71
aload 0 /* this */
aload 2 /* pool */
iload 3 /* bufferSize */
invokespecial org.eclipse.jetty.http.GZIPContentDecoder.<init>:(Lorg/eclipse/jetty/io/ByteBufferPool;I)V
2: .line 72
return
end local 3 // int bufferSize
end local 2 // org.eclipse.jetty.io.ByteBufferPool pool
end local 0 // org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$Decoder this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/jetty/server/handler/gzip/GzipHttpInputInterceptor$Decoder;
0 3 2 pool Lorg/eclipse/jetty/io/ByteBufferPool;
0 3 3 bufferSize I
MethodParameters:
Name Flags
this$0 final
pool
bufferSize
protected boolean decodedChunk(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)Z
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 // org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$Decoder this
start local 1 // java.nio.ByteBuffer chunk
0: .line 77
aload 0 /* this */
getfield org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$Decoder.this$0:Lorg/eclipse/jetty/server/handler/gzip/GzipHttpInputInterceptor;
aload 1 /* chunk */
putfield org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor._chunk:Ljava/nio/ByteBuffer;
1: .line 78
iconst_1
ireturn
end local 1 // java.nio.ByteBuffer chunk
end local 0 // org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$Decoder this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/jetty/server/handler/gzip/GzipHttpInputInterceptor$Decoder;
0 2 1 chunk Ljava/nio/ByteBuffer;
MethodParameters:
Name Flags
chunk final
public void decodeChunks(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$Decoder this
start local 1 // java.nio.ByteBuffer compressed
0: .line 84
aload 0 /* this */
getfield org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$Decoder.this$0:Lorg/eclipse/jetty/server/handler/gzip/GzipHttpInputInterceptor;
aconst_null
putfield org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor._chunk:Ljava/nio/ByteBuffer;
1: .line 85
aload 0 /* this */
aload 1 /* compressed */
invokespecial org.eclipse.jetty.http.GZIPContentDecoder.decodeChunks:(Ljava/nio/ByteBuffer;)V
2: .line 86
return
end local 1 // java.nio.ByteBuffer compressed
end local 0 // org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$Decoder this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/jetty/server/handler/gzip/GzipHttpInputInterceptor$Decoder;
0 3 1 compressed Ljava/nio/ByteBuffer;
MethodParameters:
Name Flags
compressed
}
SourceFile: "GzipHttpInputInterceptor.java"
NestHost: org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor
InnerClasses:
private Decoder = org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$Decoder of org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor