public class org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor implements org.eclipse.jetty.server.HttpInput$Interceptor, org.eclipse.jetty.util.component.Destroyable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor
super_class: java.lang.Object
{
private final org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$Decoder _decoder;
descriptor: Lorg/eclipse/jetty/server/handler/gzip/GzipHttpInputInterceptor$Decoder;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private java.nio.ByteBuffer _chunk;
descriptor: Ljava/nio/ByteBuffer;
flags: (0x0002) ACC_PRIVATE
public void <init>(org.eclipse.jetty.io.ByteBufferPool, int);
descriptor: (Lorg/eclipse/jetty/io/ByteBufferPool;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$Decoder
dup
aload 0
aload 1
iload 2
invokespecial org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$Decoder.<init>:(Lorg/eclipse/jetty/server/handler/gzip/GzipHttpInputInterceptor;Lorg/eclipse/jetty/io/ByteBufferPool;I)V
putfield org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor._decoder:Lorg/eclipse/jetty/server/handler/gzip/GzipHttpInputInterceptor$Decoder;
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/jetty/server/handler/gzip/GzipHttpInputInterceptor;
0 3 1 pool Lorg/eclipse/jetty/io/ByteBufferPool;
0 3 2 bufferSize I
MethodParameters:
Name Flags
pool
bufferSize
public org.eclipse.jetty.server.HttpInput$Content readFrom(org.eclipse.jetty.server.HttpInput$Content);
descriptor: (Lorg/eclipse/jetty/server/HttpInput$Content;)Lorg/eclipse/jetty/server/HttpInput$Content;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor._decoder:Lorg/eclipse/jetty/server/handler/gzip/GzipHttpInputInterceptor$Decoder;
aload 1
invokevirtual org.eclipse.jetty.server.HttpInput$Content.getByteBuffer:()Ljava/nio/ByteBuffer;
invokevirtual org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$Decoder.decodeChunks:(Ljava/nio/ByteBuffer;)V
1: aload 0
getfield org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor._chunk:Ljava/nio/ByteBuffer;
astore 2
start local 2 2: aload 2
ifnonnull 4
3: aconst_null
areturn
4: StackMap locals: java.nio.ByteBuffer
StackMap stack:
new org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$1
dup
aload 0
aload 2
aload 2
invokespecial org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$1.<init>:(Lorg/eclipse/jetty/server/handler/gzip/GzipHttpInputInterceptor;Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/jetty/server/handler/gzip/GzipHttpInputInterceptor;
0 5 1 content Lorg/eclipse/jetty/server/HttpInput$Content;
2 5 2 chunk Ljava/nio/ByteBuffer;
MethodParameters:
Name Flags
content
public void destroy();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor._decoder:Lorg/eclipse/jetty/server/handler/gzip/GzipHttpInputInterceptor$Decoder;
invokevirtual org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$Decoder.destroy:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/jetty/server/handler/gzip/GzipHttpInputInterceptor;
}
SourceFile: "GzipHttpInputInterceptor.java"
NestMembers:
org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$1 org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$Decoder
InnerClasses:
public Content = org.eclipse.jetty.server.HttpInput$Content of org.eclipse.jetty.server.HttpInput
public abstract Interceptor = org.eclipse.jetty.server.HttpInput$Interceptor of org.eclipse.jetty.server.HttpInput
org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$1
private Decoder = org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$Decoder of org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor