class org.eclipse.jetty.server.AsyncContentProducer implements org.eclipse.jetty.server.ContentProducer
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.jetty.server.AsyncContentProducer
super_class: java.lang.Object
{
private static final org.slf4j.Logger LOG;
descriptor: Lorg/slf4j/Logger;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private final org.eclipse.jetty.server.HttpChannel _httpChannel;
descriptor: Lorg/eclipse/jetty/server/HttpChannel;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private org.eclipse.jetty.server.HttpInput$Interceptor _interceptor;
descriptor: Lorg/eclipse/jetty/server/HttpInput$Interceptor;
flags: (0x0002) ACC_PRIVATE
private org.eclipse.jetty.server.HttpInput$Content _rawContent;
descriptor: Lorg/eclipse/jetty/server/HttpInput$Content;
flags: (0x0002) ACC_PRIVATE
private org.eclipse.jetty.server.HttpInput$Content _transformedContent;
descriptor: Lorg/eclipse/jetty/server/HttpInput$Content;
flags: (0x0002) ACC_PRIVATE
private boolean _error;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private long _firstByteTimeStamp;
descriptor: J
flags: (0x0002) ACC_PRIVATE
private long _rawContentArrived;
descriptor: J
flags: (0x0002) ACC_PRIVATE
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lorg/eclipse/jetty/server/AsyncContentProducer;
invokestatic org.slf4j.LoggerFactory.getLogger:(Ljava/lang/Class;)Lorg/slf4j/Logger;
putstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
return
LocalVariableTable:
Start End Slot Name Signature
void <init>(org.eclipse.jetty.server.HttpChannel);
descriptor: (Lorg/eclipse/jetty/server/HttpChannel;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
ldc -9223372036854775808
putfield org.eclipse.jetty.server.AsyncContentProducer._firstByteTimeStamp:J
2: aload 0
aload 1
putfield org.eclipse.jetty.server.AsyncContentProducer._httpChannel:Lorg/eclipse/jetty/server/HttpChannel;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/jetty/server/AsyncContentProducer;
0 4 1 httpChannel Lorg/eclipse/jetty/server/HttpChannel;
MethodParameters:
Name Flags
httpChannel
public void recycle();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 2
1: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "recycling {}"
aload 0
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
2: StackMap locals:
StackMap stack:
aload 0
aconst_null
putfield org.eclipse.jetty.server.AsyncContentProducer._interceptor:Lorg/eclipse/jetty/server/HttpInput$Interceptor;
3: aload 0
aconst_null
putfield org.eclipse.jetty.server.AsyncContentProducer._rawContent:Lorg/eclipse/jetty/server/HttpInput$Content;
4: aload 0
aconst_null
putfield org.eclipse.jetty.server.AsyncContentProducer._transformedContent:Lorg/eclipse/jetty/server/HttpInput$Content;
5: aload 0
iconst_0
putfield org.eclipse.jetty.server.AsyncContentProducer._error:Z
6: aload 0
ldc -9223372036854775808
putfield org.eclipse.jetty.server.AsyncContentProducer._firstByteTimeStamp:J
7: aload 0
lconst_0
putfield org.eclipse.jetty.server.AsyncContentProducer._rawContentArrived:J
8: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/eclipse/jetty/server/AsyncContentProducer;
public org.eclipse.jetty.server.HttpInput$Interceptor getInterceptor();
descriptor: ()Lorg/eclipse/jetty/server/HttpInput$Interceptor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._interceptor:Lorg/eclipse/jetty/server/HttpInput$Interceptor;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/server/AsyncContentProducer;
public void setInterceptor(org.eclipse.jetty.server.HttpInput$Interceptor);
descriptor: (Lorg/eclipse/jetty/server/HttpInput$Interceptor;)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 org.eclipse.jetty.server.AsyncContentProducer._interceptor:Lorg/eclipse/jetty/server/HttpInput$Interceptor;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/jetty/server/AsyncContentProducer;
0 2 1 interceptor Lorg/eclipse/jetty/server/HttpInput$Interceptor;
MethodParameters:
Name Flags
interceptor
public int available();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.jetty.server.AsyncContentProducer.nextTransformedContent:()Lorg/eclipse/jetty/server/HttpInput$Content;
astore 1
start local 1 1: aload 1
ifnonnull 2
iconst_0
goto 3
StackMap locals: org.eclipse.jetty.server.HttpInput$Content
StackMap stack:
2: aload 1
invokevirtual org.eclipse.jetty.server.HttpInput$Content.remaining:()I
StackMap locals:
StackMap stack: int
3: istore 2
start local 2 4: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 6
5: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "available = {} {}"
iload 2
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aload 0
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
6: StackMap locals: int
StackMap stack:
iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/jetty/server/AsyncContentProducer;
1 7 1 content Lorg/eclipse/jetty/server/HttpInput$Content;
4 7 2 available I
public boolean hasContent();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._rawContent:Lorg/eclipse/jetty/server/HttpInput$Content;
ifnull 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: istore 1
start local 1 3: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 5
4: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "hasContent = {} {}"
iload 1
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
aload 0
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
5: StackMap locals: int
StackMap stack:
iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/jetty/server/AsyncContentProducer;
3 6 1 hasContent Z
public boolean isError();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 2
1: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "isError = {} {}"
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._error:Z
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
aload 0
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
2: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._error:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/jetty/server/AsyncContentProducer;
public void checkMinDataRate();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=8, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._httpChannel:Lorg/eclipse/jetty/server/HttpChannel;
invokevirtual org.eclipse.jetty.server.HttpChannel.getHttpConfiguration:()Lorg/eclipse/jetty/server/HttpConfiguration;
invokevirtual org.eclipse.jetty.server.HttpConfiguration.getMinRequestDataRate:()J
lstore 1
start local 1 1: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 3
2: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "checkMinDataRate [m={},t={}] {}"
iconst_3
anewarray java.lang.Object
dup
iconst_0
lload 1
invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
aastore
dup
iconst_1
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._firstByteTimeStamp:J
invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
aastore
dup
iconst_2
aload 0
aastore
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
3: StackMap locals: long
StackMap stack:
lload 1
lconst_0
lcmp
ifle 19
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._firstByteTimeStamp:J
ldc -9223372036854775808
lcmp
ifeq 19
4: invokestatic java.lang.System.nanoTime:()J
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._firstByteTimeStamp:J
lsub
lstore 3
start local 3 5: lload 3
lconst_0
lcmp
ifle 19
6: lload 1
getstatic java.util.concurrent.TimeUnit.NANOSECONDS:Ljava/util/concurrent/TimeUnit;
lload 3
invokevirtual java.util.concurrent.TimeUnit.toMillis:(J)J
lmul
getstatic java.util.concurrent.TimeUnit.SECONDS:Ljava/util/concurrent/TimeUnit;
lconst_1
invokevirtual java.util.concurrent.TimeUnit.toMillis:(J)J
ldiv
lstore 5
start local 5 7: aload 0
invokevirtual org.eclipse.jetty.server.AsyncContentProducer.getRawContentArrived:()J
lload 5
lcmp
ifge 19
8: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 10
9: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "checkMinDataRate check failed {}"
aload 0
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
10: StackMap locals: long long
StackMap stack:
new org.eclipse.jetty.http.BadMessageException
dup
sipush 408
11: ldc "Request content data rate < %d B/s"
iconst_1
anewarray java.lang.Object
dup
iconst_0
lload 1
invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
12: invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;)V
astore 7
start local 7 13: aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._httpChannel:Lorg/eclipse/jetty/server/HttpChannel;
invokevirtual org.eclipse.jetty.server.HttpChannel.getState:()Lorg/eclipse/jetty/server/HttpChannelState;
invokevirtual org.eclipse.jetty.server.HttpChannelState.isResponseCommitted:()Z
ifeq 17
14: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 16
15: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "checkMinDataRate aborting channel {}"
aload 0
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
16: StackMap locals: org.eclipse.jetty.http.BadMessageException
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._httpChannel:Lorg/eclipse/jetty/server/HttpChannel;
aload 7
invokevirtual org.eclipse.jetty.server.HttpChannel.abort:(Ljava/lang/Throwable;)V
17: StackMap locals:
StackMap stack:
aload 0
aload 7
invokevirtual org.eclipse.jetty.server.AsyncContentProducer.failCurrentContent:(Ljava/lang/Throwable;)V
18: aload 7
athrow
end local 7 end local 5 end local 3 19: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 20 0 this Lorg/eclipse/jetty/server/AsyncContentProducer;
1 20 1 minRequestDataRate J
5 19 3 period J
7 19 5 minimumData J
13 19 7 bad Lorg/eclipse/jetty/http/BadMessageException;
public long getRawContentArrived();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 2
1: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "getRawContentArrived = {} {}"
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._rawContentArrived:J
invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
aload 0
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
2: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._rawContentArrived:J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/jetty/server/AsyncContentProducer;
public boolean consumeAll(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 2
1: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "consumeAll [e={}] {}"
aload 1
aload 0
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
2: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual org.eclipse.jetty.server.AsyncContentProducer.failCurrentContent:(Ljava/lang/Throwable;)V
3: aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._httpChannel:Lorg/eclipse/jetty/server/HttpChannel;
aload 1
invokevirtual org.eclipse.jetty.server.HttpChannel.failAllContent:(Ljava/lang/Throwable;)Z
istore 2
start local 2 4: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 6
5: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "failed all content of http channel EOF={} {}"
iload 2
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
aload 0
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
6: StackMap locals: int
StackMap stack:
iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/jetty/server/AsyncContentProducer;
0 7 1 x Ljava/lang/Throwable;
4 7 2 atEof Z
MethodParameters:
Name Flags
x
private void failCurrentContent(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._transformedContent:Lorg/eclipse/jetty/server/HttpInput$Content;
ifnull 7
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._transformedContent:Lorg/eclipse/jetty/server/HttpInput$Content;
invokevirtual org.eclipse.jetty.server.HttpInput$Content.isSpecial:()Z
ifne 7
1: aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._transformedContent:Lorg/eclipse/jetty/server/HttpInput$Content;
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._rawContent:Lorg/eclipse/jetty/server/HttpInput$Content;
if_acmpeq 6
2: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 4
3: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "failing currently held transformed content {} {}"
aload 1
aload 0
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
4: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._transformedContent:Lorg/eclipse/jetty/server/HttpInput$Content;
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._transformedContent:Lorg/eclipse/jetty/server/HttpInput$Content;
invokevirtual org.eclipse.jetty.server.HttpInput$Content.remaining:()I
invokevirtual org.eclipse.jetty.server.HttpInput$Content.skip:(I)I
pop
5: aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._transformedContent:Lorg/eclipse/jetty/server/HttpInput$Content;
aload 1
invokevirtual org.eclipse.jetty.server.HttpInput$Content.failed:(Ljava/lang/Throwable;)V
6: StackMap locals:
StackMap stack:
aload 0
aconst_null
putfield org.eclipse.jetty.server.AsyncContentProducer._transformedContent:Lorg/eclipse/jetty/server/HttpInput$Content;
7: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._rawContent:Lorg/eclipse/jetty/server/HttpInput$Content;
ifnull 13
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._rawContent:Lorg/eclipse/jetty/server/HttpInput$Content;
invokevirtual org.eclipse.jetty.server.HttpInput$Content.isSpecial:()Z
ifne 13
8: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 10
9: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "failing currently held raw content {} {}"
aload 1
aload 0
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
10: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._rawContent:Lorg/eclipse/jetty/server/HttpInput$Content;
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._rawContent:Lorg/eclipse/jetty/server/HttpInput$Content;
invokevirtual org.eclipse.jetty.server.HttpInput$Content.remaining:()I
invokevirtual org.eclipse.jetty.server.HttpInput$Content.skip:(I)I
pop
11: aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._rawContent:Lorg/eclipse/jetty/server/HttpInput$Content;
aload 1
invokevirtual org.eclipse.jetty.server.HttpInput$Content.failed:(Ljava/lang/Throwable;)V
12: aload 0
aconst_null
putfield org.eclipse.jetty.server.AsyncContentProducer._rawContent:Lorg/eclipse/jetty/server/HttpInput$Content;
13: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lorg/eclipse/jetty/server/AsyncContentProducer;
0 14 1 x Ljava/lang/Throwable;
MethodParameters:
Name Flags
x
public boolean onContentProducible();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 2
1: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "onContentProducible {}"
aload 0
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
2: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._httpChannel:Lorg/eclipse/jetty/server/HttpChannel;
invokevirtual org.eclipse.jetty.server.HttpChannel.getState:()Lorg/eclipse/jetty/server/HttpChannelState;
invokevirtual org.eclipse.jetty.server.HttpChannelState.onReadReady:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/jetty/server/AsyncContentProducer;
public org.eclipse.jetty.server.HttpInput$Content nextContent();
descriptor: ()Lorg/eclipse/jetty/server/HttpInput$Content;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.jetty.server.AsyncContentProducer.nextTransformedContent:()Lorg/eclipse/jetty/server/HttpInput$Content;
astore 1
start local 1 1: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 3
2: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "nextContent = {} {}"
aload 1
aload 0
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
3: StackMap locals: org.eclipse.jetty.server.HttpInput$Content
StackMap stack:
aload 1
ifnull 5
4: aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._httpChannel:Lorg/eclipse/jetty/server/HttpChannel;
invokevirtual org.eclipse.jetty.server.HttpChannel.getState:()Lorg/eclipse/jetty/server/HttpChannelState;
invokevirtual org.eclipse.jetty.server.HttpChannelState.onReadIdle:()V
5: StackMap locals:
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/jetty/server/AsyncContentProducer;
1 6 1 content Lorg/eclipse/jetty/server/HttpInput$Content;
public void reclaim(org.eclipse.jetty.server.HttpInput$Content);
descriptor: (Lorg/eclipse/jetty/server/HttpInput$Content;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 2
1: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "reclaim {} {}"
aload 1
aload 0
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
2: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._transformedContent:Lorg/eclipse/jetty/server/HttpInput$Content;
aload 1
if_acmpne 7
3: aload 1
invokevirtual org.eclipse.jetty.server.HttpInput$Content.succeeded:()V
4: aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._transformedContent:Lorg/eclipse/jetty/server/HttpInput$Content;
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._rawContent:Lorg/eclipse/jetty/server/HttpInput$Content;
if_acmpne 6
5: aload 0
aconst_null
putfield org.eclipse.jetty.server.AsyncContentProducer._rawContent:Lorg/eclipse/jetty/server/HttpInput$Content;
6: StackMap locals:
StackMap stack:
aload 0
aconst_null
putfield org.eclipse.jetty.server.AsyncContentProducer._transformedContent:Lorg/eclipse/jetty/server/HttpInput$Content;
7: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/eclipse/jetty/server/AsyncContentProducer;
0 8 1 content Lorg/eclipse/jetty/server/HttpInput$Content;
MethodParameters:
Name Flags
content
public boolean isReady();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.jetty.server.AsyncContentProducer.nextTransformedContent:()Lorg/eclipse/jetty/server/HttpInput$Content;
astore 1
start local 1 1: aload 1
ifnull 5
2: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 4
3: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "isReady(), got transformed content {} {}"
aload 1
aload 0
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
4: StackMap locals: org.eclipse.jetty.server.HttpInput$Content
StackMap stack:
iconst_1
ireturn
5: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._httpChannel:Lorg/eclipse/jetty/server/HttpChannel;
invokevirtual org.eclipse.jetty.server.HttpChannel.getState:()Lorg/eclipse/jetty/server/HttpChannelState;
invokevirtual org.eclipse.jetty.server.HttpChannelState.onReadUnready:()V
6: goto 15
7: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.jetty.server.AsyncContentProducer.nextTransformedContent:()Lorg/eclipse/jetty/server/HttpInput$Content;
astore 1
8: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 10
9: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "isReady(), got transformed content after needContent retry {} {}"
aload 1
aload 0
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
10: StackMap locals:
StackMap stack:
aload 1
ifnull 13
11: aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._httpChannel:Lorg/eclipse/jetty/server/HttpChannel;
invokevirtual org.eclipse.jetty.server.HttpChannel.getState:()Lorg/eclipse/jetty/server/HttpChannelState;
invokevirtual org.eclipse.jetty.server.HttpChannelState.onContentAdded:()V
12: iconst_1
ireturn
13: StackMap locals:
StackMap stack:
getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 15
14: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "isReady(), could not transform content after needContent retry {}"
aload 0
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
15: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._httpChannel:Lorg/eclipse/jetty/server/HttpChannel;
invokevirtual org.eclipse.jetty.server.HttpChannel.needContent:()Z
ifne 7
16: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 18
17: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "isReady(), no content for needContent retry {}"
aload 0
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
18: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 19 0 this Lorg/eclipse/jetty/server/AsyncContentProducer;
1 19 1 content Lorg/eclipse/jetty/server/HttpInput$Content;
private org.eclipse.jetty.server.HttpInput$Content nextTransformedContent();
descriptor: ()Lorg/eclipse/jetty/server/HttpInput$Content;
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=1, args_size=1
start local 0 0: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 2
1: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "nextTransformedContent {}"
aload 0
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
2: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._rawContent:Lorg/eclipse/jetty/server/HttpInput$Content;
ifnonnull 6
3: aload 0
aload 0
invokevirtual org.eclipse.jetty.server.AsyncContentProducer.produceRawContent:()Lorg/eclipse/jetty/server/HttpInput$Content;
putfield org.eclipse.jetty.server.AsyncContentProducer._rawContent:Lorg/eclipse/jetty/server/HttpInput$Content;
4: aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._rawContent:Lorg/eclipse/jetty/server/HttpInput$Content;
ifnonnull 6
5: aconst_null
areturn
6: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._transformedContent:Lorg/eclipse/jetty/server/HttpInput$Content;
ifnull 50
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._transformedContent:Lorg/eclipse/jetty/server/HttpInput$Content;
invokevirtual org.eclipse.jetty.server.HttpInput$Content.isEmpty:()Z
ifeq 50
7: aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._transformedContent:Lorg/eclipse/jetty/server/HttpInput$Content;
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._rawContent:Lorg/eclipse/jetty/server/HttpInput$Content;
if_acmpeq 9
8: aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._transformedContent:Lorg/eclipse/jetty/server/HttpInput$Content;
invokevirtual org.eclipse.jetty.server.HttpInput$Content.succeeded:()V
9: StackMap locals:
StackMap stack:
getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 11
10: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "nulling depleted transformed content {}"
aload 0
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
11: StackMap locals:
StackMap stack:
aload 0
aconst_null
putfield org.eclipse.jetty.server.AsyncContentProducer._transformedContent:Lorg/eclipse/jetty/server/HttpInput$Content;
12: goto 50
13: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._rawContent:Lorg/eclipse/jetty/server/HttpInput$Content;
invokevirtual org.eclipse.jetty.server.HttpInput$Content.isSpecial:()Z
ifeq 20
14: aload 0
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._rawContent:Lorg/eclipse/jetty/server/HttpInput$Content;
invokevirtual org.eclipse.jetty.server.HttpInput$Content.getError:()Ljava/lang/Throwable;
ifnull 15
iconst_1
goto 16
StackMap locals:
StackMap stack: org.eclipse.jetty.server.AsyncContentProducer
15: iconst_0
StackMap locals: org.eclipse.jetty.server.AsyncContentProducer
StackMap stack: org.eclipse.jetty.server.AsyncContentProducer int
16: putfield org.eclipse.jetty.server.AsyncContentProducer._error:Z
17: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 19
18: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "raw content is special (with error = {}), returning it {}"
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._error:Z
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
aload 0
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
19: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._rawContent:Lorg/eclipse/jetty/server/HttpInput$Content;
areturn
20: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._interceptor:Lorg/eclipse/jetty/server/HttpInput$Interceptor;
ifnull 25
21: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 23
22: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "using interceptor to transform raw content {}"
aload 0
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
23: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._interceptor:Lorg/eclipse/jetty/server/HttpInput$Interceptor;
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._rawContent:Lorg/eclipse/jetty/server/HttpInput$Content;
invokeinterface org.eclipse.jetty.server.HttpInput$Interceptor.readFrom:(Lorg/eclipse/jetty/server/HttpInput$Content;)Lorg/eclipse/jetty/server/HttpInput$Content;
putfield org.eclipse.jetty.server.AsyncContentProducer._transformedContent:Lorg/eclipse/jetty/server/HttpInput$Content;
24: goto 28
25: StackMap locals:
StackMap stack:
getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 27
26: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "null interceptor, transformed content = raw content {}"
aload 0
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
27: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._rawContent:Lorg/eclipse/jetty/server/HttpInput$Content;
putfield org.eclipse.jetty.server.AsyncContentProducer._transformedContent:Lorg/eclipse/jetty/server/HttpInput$Content;
28: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._transformedContent:Lorg/eclipse/jetty/server/HttpInput$Content;
ifnull 34
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._transformedContent:Lorg/eclipse/jetty/server/HttpInput$Content;
invokevirtual org.eclipse.jetty.server.HttpInput$Content.isEmpty:()Z
ifeq 34
29: aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._transformedContent:Lorg/eclipse/jetty/server/HttpInput$Content;
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._rawContent:Lorg/eclipse/jetty/server/HttpInput$Content;
if_acmpeq 31
30: aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._transformedContent:Lorg/eclipse/jetty/server/HttpInput$Content;
invokevirtual org.eclipse.jetty.server.HttpInput$Content.succeeded:()V
31: StackMap locals:
StackMap stack:
getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 33
32: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "nulling depleted transformed content {}"
aload 0
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
33: StackMap locals:
StackMap stack:
aload 0
aconst_null
putfield org.eclipse.jetty.server.AsyncContentProducer._transformedContent:Lorg/eclipse/jetty/server/HttpInput$Content;
34: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._transformedContent:Lorg/eclipse/jetty/server/HttpInput$Content;
ifnonnull 48
35: aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._rawContent:Lorg/eclipse/jetty/server/HttpInput$Content;
invokevirtual org.eclipse.jetty.server.HttpInput$Content.isEmpty:()Z
ifeq 45
36: aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._rawContent:Lorg/eclipse/jetty/server/HttpInput$Content;
invokevirtual org.eclipse.jetty.server.HttpInput$Content.succeeded:()V
37: aload 0
aconst_null
putfield org.eclipse.jetty.server.AsyncContentProducer._rawContent:Lorg/eclipse/jetty/server/HttpInput$Content;
38: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 40
39: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "nulling depleted raw content {}"
aload 0
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
40: StackMap locals:
StackMap stack:
aload 0
aload 0
invokevirtual org.eclipse.jetty.server.AsyncContentProducer.produceRawContent:()Lorg/eclipse/jetty/server/HttpInput$Content;
putfield org.eclipse.jetty.server.AsyncContentProducer._rawContent:Lorg/eclipse/jetty/server/HttpInput$Content;
41: aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._rawContent:Lorg/eclipse/jetty/server/HttpInput$Content;
ifnonnull 50
42: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 44
43: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "produced null raw content, returning null, {}"
aload 0
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
44: StackMap locals:
StackMap stack:
aconst_null
areturn
45: StackMap locals:
StackMap stack:
getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 50
46: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "raw content is not empty {}"
aload 0
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
47: goto 50
48: StackMap locals:
StackMap stack:
getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 50
49: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "transformed content is not empty {}"
aload 0
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
50: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._transformedContent:Lorg/eclipse/jetty/server/HttpInput$Content;
ifnull 13
51: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 53
52: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "returning transformed content {}"
aload 0
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
53: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._transformedContent:Lorg/eclipse/jetty/server/HttpInput$Content;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 54 0 this Lorg/eclipse/jetty/server/AsyncContentProducer;
private org.eclipse.jetty.server.HttpInput$Content produceRawContent();
descriptor: ()Lorg/eclipse/jetty/server/HttpInput$Content;
flags: (0x0002) ACC_PRIVATE
Code:
stack=7, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._httpChannel:Lorg/eclipse/jetty/server/HttpChannel;
invokevirtual org.eclipse.jetty.server.HttpChannel.produceContent:()Lorg/eclipse/jetty/server/HttpInput$Content;
astore 1
start local 1 1: aload 1
ifnull 7
2: aload 0
dup
getfield org.eclipse.jetty.server.AsyncContentProducer._rawContentArrived:J
aload 1
invokevirtual org.eclipse.jetty.server.HttpInput$Content.remaining:()I
i2l
ladd
putfield org.eclipse.jetty.server.AsyncContentProducer._rawContentArrived:J
3: aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._firstByteTimeStamp:J
ldc -9223372036854775808
lcmp
ifne 5
4: aload 0
invokestatic java.lang.System.nanoTime:()J
putfield org.eclipse.jetty.server.AsyncContentProducer._firstByteTimeStamp:J
5: StackMap locals: org.eclipse.jetty.server.HttpInput$Content
StackMap stack:
getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 7
6: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "produceRawContent updated rawContentArrived to {} and firstByteTimeStamp to {} {}"
iconst_3
anewarray java.lang.Object
dup
iconst_0
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._rawContentArrived:J
invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
aastore
dup
iconst_1
aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._firstByteTimeStamp:J
invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
aastore
dup
iconst_2
aload 0
aastore
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
7: StackMap locals:
StackMap stack:
getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 9
8: getstatic org.eclipse.jetty.server.AsyncContentProducer.LOG:Lorg/slf4j/Logger;
ldc "produceRawContent produced {} {}"
aload 1
aload 0
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
9: StackMap locals:
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/eclipse/jetty/server/AsyncContentProducer;
1 10 1 content Lorg/eclipse/jetty/server/HttpInput$Content;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: ldc "%s@%x[r=%s,t=%s,i=%s,error=%b,c=%s]"
bipush 7
anewarray java.lang.Object
dup
iconst_0
1: aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
aastore
dup
iconst_1
2: aload 0
invokevirtual java.lang.Object.hashCode:()I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_2
3: aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._rawContent:Lorg/eclipse/jetty/server/HttpInput$Content;
aastore
dup
iconst_3
4: aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._transformedContent:Lorg/eclipse/jetty/server/HttpInput$Content;
aastore
dup
iconst_4
5: aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._interceptor:Lorg/eclipse/jetty/server/HttpInput$Interceptor;
aastore
dup
iconst_5
6: aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._error:Z
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
aastore
dup
bipush 6
7: aload 0
getfield org.eclipse.jetty.server.AsyncContentProducer._httpChannel:Lorg/eclipse/jetty/server/HttpChannel;
aastore
8: invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/eclipse/jetty/server/AsyncContentProducer;
}
SourceFile: "AsyncContentProducer.java"
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