class org.eclipse.jetty.server.HttpConnection$SendCallback extends org.eclipse.jetty.util.IteratingCallback
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.jetty.server.HttpConnection$SendCallback
super_class: org.eclipse.jetty.util.IteratingCallback
{
private org.eclipse.jetty.http.MetaData$Response _info;
descriptor: Lorg/eclipse/jetty/http/MetaData$Response;
flags: (0x0002) ACC_PRIVATE
private boolean _head;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private java.nio.ByteBuffer _content;
descriptor: Ljava/nio/ByteBuffer;
flags: (0x0002) ACC_PRIVATE
private boolean _lastContent;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private org.eclipse.jetty.util.Callback _callback;
descriptor: Lorg/eclipse/jetty/util/Callback;
flags: (0x0002) ACC_PRIVATE
private java.nio.ByteBuffer ;
descriptor: Ljava/nio/ByteBuffer;
flags: (0x0002) ACC_PRIVATE
private boolean _shutdownOut;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
final org.eclipse.jetty.server.HttpConnection this$0;
descriptor: Lorg/eclipse/jetty/server/HttpConnection;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private static volatile int[] $SWITCH_TABLE$org$eclipse$jetty$http$HttpGenerator$Result;
descriptor: [I
flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC
private void <init>(org.eclipse.jetty.server.HttpConnection);
descriptor: (Lorg/eclipse/jetty/server/HttpConnection;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
1: aload 0
iconst_1
invokespecial org.eclipse.jetty.util.IteratingCallback.<init>:(Z)V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/jetty/server/HttpConnection$SendCallback;
MethodParameters:
Name Flags
this$0 final
public org.eclipse.jetty.util.thread.Invocable$InvocationType getInvocationType();
descriptor: ()Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._callback:Lorg/eclipse/jetty/util/Callback;
invokeinterface org.eclipse.jetty.util.Callback.getInvocationType:()Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/server/HttpConnection$SendCallback;
private boolean reset(org.eclipse.jetty.http.MetaData$Response, boolean, java.nio.ByteBuffer, boolean, org.eclipse.jetty.util.Callback);
descriptor: (Lorg/eclipse/jetty/http/MetaData$Response;ZLjava/nio/ByteBuffer;ZLorg/eclipse/jetty/util/Callback;)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
invokevirtual org.eclipse.jetty.server.HttpConnection$SendCallback.reset:()Z
ifeq 11
1: aload 0
aload 1
putfield org.eclipse.jetty.server.HttpConnection$SendCallback._info:Lorg/eclipse/jetty/http/MetaData$Response;
2: aload 0
iload 2
putfield org.eclipse.jetty.server.HttpConnection$SendCallback._head:Z
3: aload 0
aload 3
putfield org.eclipse.jetty.server.HttpConnection$SendCallback._content:Ljava/nio/ByteBuffer;
4: aload 0
iload 4
putfield org.eclipse.jetty.server.HttpConnection$SendCallback._lastContent:Z
5: aload 0
aload 5
putfield org.eclipse.jetty.server.HttpConnection$SendCallback._callback:Lorg/eclipse/jetty/util/Callback;
6: aload 0
aconst_null
putfield org.eclipse.jetty.server.HttpConnection$SendCallback._header:Ljava/nio/ByteBuffer;
7: aload 0
iconst_0
putfield org.eclipse.jetty.server.HttpConnection$SendCallback._shutdownOut:Z
8: aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
invokevirtual org.eclipse.jetty.server.HttpConnection.getConnector:()Lorg/eclipse/jetty/server/Connector;
invokeinterface org.eclipse.jetty.server.Connector.isShutdown:()Z
ifeq 10
9: aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
getfield org.eclipse.jetty.server.HttpConnection._generator:Lorg/eclipse/jetty/http/HttpGenerator;
iconst_0
invokevirtual org.eclipse.jetty.http.HttpGenerator.setPersistent:(Z)V
10: StackMap locals:
StackMap stack:
iconst_1
ireturn
11: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.jetty.server.HttpConnection$SendCallback.isClosed:()Z
ifeq 13
12: aload 5
new org.eclipse.jetty.io.EofException
dup
invokespecial org.eclipse.jetty.io.EofException.<init>:()V
invokeinterface org.eclipse.jetty.util.Callback.failed:(Ljava/lang/Throwable;)V
goto 14
13: StackMap locals:
StackMap stack:
aload 5
new java.nio.channels.WritePendingException
dup
invokespecial java.nio.channels.WritePendingException.<init>:()V
invokeinterface org.eclipse.jetty.util.Callback.failed:(Ljava/lang/Throwable;)V
14: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lorg/eclipse/jetty/server/HttpConnection$SendCallback;
0 15 1 info Lorg/eclipse/jetty/http/MetaData$Response;
0 15 2 head Z
0 15 3 content Ljava/nio/ByteBuffer;
0 15 4 last Z
0 15 5 callback Lorg/eclipse/jetty/util/Callback;
MethodParameters:
Name Flags
info
head
content
last
callback
public org.eclipse.jetty.util.IteratingCallback$Action process();
descriptor: ()Lorg/eclipse/jetty/util/IteratingCallback$Action;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=6, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._callback:Lorg/eclipse/jetty/util/Callback;
ifnonnull 2
1: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
getfield org.eclipse.jetty.server.HttpConnection._chunk:Ljava/nio/ByteBuffer;
astore 1
start local 1 3: StackMap locals: java.nio.ByteBuffer
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
getfield org.eclipse.jetty.server.HttpConnection._generator:Lorg/eclipse/jetty/http/HttpGenerator;
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._info:Lorg/eclipse/jetty/http/MetaData$Response;
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._head:Z
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._header:Ljava/nio/ByteBuffer;
aload 1
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._content:Ljava/nio/ByteBuffer;
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._lastContent:Z
invokevirtual org.eclipse.jetty.http.HttpGenerator.generateResponse:(Lorg/eclipse/jetty/http/MetaData$Response;ZLjava/nio/ByteBuffer;Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;Z)Lorg/eclipse/jetty/http/HttpGenerator$Result;
astore 2
start local 2 4: getstatic org.eclipse.jetty.server.HttpConnection.LOG:Lorg/eclipse/jetty/util/log/Logger;
invokeinterface org.eclipse.jetty.util.log.Logger.isDebugEnabled:()Z
ifeq 13
5: getstatic org.eclipse.jetty.server.HttpConnection.LOG:Lorg/eclipse/jetty/util/log/Logger;
ldc "{} generate: {} ({},{},{})@{}"
bipush 6
anewarray java.lang.Object
dup
iconst_0
6: aload 0
aastore
dup
iconst_1
7: aload 2
aastore
dup
iconst_2
8: aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._header:Ljava/nio/ByteBuffer;
invokestatic org.eclipse.jetty.util.BufferUtil.toSummaryString:(Ljava/nio/ByteBuffer;)Ljava/lang/String;
aastore
dup
iconst_3
9: aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._content:Ljava/nio/ByteBuffer;
invokestatic org.eclipse.jetty.util.BufferUtil.toSummaryString:(Ljava/nio/ByteBuffer;)Ljava/lang/String;
aastore
dup
iconst_4
10: aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._lastContent:Z
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
aastore
dup
iconst_5
11: aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
getfield org.eclipse.jetty.server.HttpConnection._generator:Lorg/eclipse/jetty/http/HttpGenerator;
invokevirtual org.eclipse.jetty.http.HttpGenerator.getState:()Lorg/eclipse/jetty/http/HttpGenerator$State;
aastore
12: invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
13: StackMap locals: org.eclipse.jetty.http.HttpGenerator$Result
StackMap stack:
invokestatic org.eclipse.jetty.server.HttpConnection$SendCallback.$SWITCH_TABLE$org$eclipse$jetty$http$HttpGenerator$Result:()[I
aload 2
invokevirtual org.eclipse.jetty.http.HttpGenerator$Result.ordinal:()I
iaload
tableswitch { // 1 - 8
1: 17
2: 14
3: 15
4: 19
5: 23
6: 60
7: 55
8: 57
default: 61
}
14: StackMap locals:
StackMap stack:
new org.eclipse.jetty.io.EofException
dup
ldc "request lifecycle violation"
invokespecial org.eclipse.jetty.io.EofException.<init>:(Ljava/lang/String;)V
athrow
15: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
getfield org.eclipse.jetty.server.HttpConnection._bufferPool:Lorg/eclipse/jetty/io/ByteBufferPool;
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
getfield org.eclipse.jetty.server.HttpConnection._config:Lorg/eclipse/jetty/server/HttpConfiguration;
invokevirtual org.eclipse.jetty.server.HttpConfiguration.getResponseHeaderSize:()I
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
getfield org.eclipse.jetty.server.HttpConnection._config:Lorg/eclipse/jetty/server/HttpConfiguration;
invokevirtual org.eclipse.jetty.server.HttpConfiguration.isUseDirectByteBuffers:()Z
invokeinterface org.eclipse.jetty.io.ByteBufferPool.acquire:(IZ)Ljava/nio/ByteBuffer;
putfield org.eclipse.jetty.server.HttpConnection$SendCallback._header:Ljava/nio/ByteBuffer;
16: goto 3
17: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
getfield org.eclipse.jetty.server.HttpConnection._bufferPool:Lorg/eclipse/jetty/io/ByteBufferPool;
bipush 12
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
getfield org.eclipse.jetty.server.HttpConnection._config:Lorg/eclipse/jetty/server/HttpConfiguration;
invokevirtual org.eclipse.jetty.server.HttpConfiguration.isUseDirectByteBuffers:()Z
invokeinterface org.eclipse.jetty.io.ByteBufferPool.acquire:(IZ)Ljava/nio/ByteBuffer;
dup_x1
putfield org.eclipse.jetty.server.HttpConnection._chunk:Ljava/nio/ByteBuffer;
astore 1
18: goto 3
19: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
getfield org.eclipse.jetty.server.HttpConnection._chunk:Ljava/nio/ByteBuffer;
ifnull 21
20: aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
getfield org.eclipse.jetty.server.HttpConnection._bufferPool:Lorg/eclipse/jetty/io/ByteBufferPool;
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
getfield org.eclipse.jetty.server.HttpConnection._chunk:Ljava/nio/ByteBuffer;
invokeinterface org.eclipse.jetty.io.ByteBufferPool.release:(Ljava/nio/ByteBuffer;)V
21: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
getfield org.eclipse.jetty.server.HttpConnection._bufferPool:Lorg/eclipse/jetty/io/ByteBufferPool;
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
getfield org.eclipse.jetty.server.HttpConnection._config:Lorg/eclipse/jetty/server/HttpConfiguration;
invokevirtual org.eclipse.jetty.server.HttpConfiguration.getResponseHeaderSize:()I
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
getfield org.eclipse.jetty.server.HttpConnection._config:Lorg/eclipse/jetty/server/HttpConfiguration;
invokevirtual org.eclipse.jetty.server.HttpConfiguration.isUseDirectByteBuffers:()Z
invokeinterface org.eclipse.jetty.io.ByteBufferPool.acquire:(IZ)Ljava/nio/ByteBuffer;
dup_x1
putfield org.eclipse.jetty.server.HttpConnection._chunk:Ljava/nio/ByteBuffer;
astore 1
22: goto 3
23: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._head:Z
ifne 24
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
getfield org.eclipse.jetty.server.HttpConnection._generator:Lorg/eclipse/jetty/http/HttpGenerator;
invokevirtual org.eclipse.jetty.http.HttpGenerator.isNoContent:()Z
ifeq 26
24: StackMap locals:
StackMap stack:
aload 1
invokestatic org.eclipse.jetty.util.BufferUtil.clear:(Ljava/nio/ByteBuffer;)V
25: aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._content:Ljava/nio/ByteBuffer;
invokestatic org.eclipse.jetty.util.BufferUtil.clear:(Ljava/nio/ByteBuffer;)V
26: StackMap locals:
StackMap stack:
iconst_0
istore 3
start local 3 27: lconst_0
lstore 4
start local 4 28: aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._header:Ljava/nio/ByteBuffer;
invokestatic org.eclipse.jetty.util.BufferUtil.hasContent:(Ljava/nio/ByteBuffer;)Z
ifeq 31
29: iload 3
iconst_4
iadd
i2b
istore 3
30: lload 4
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._header:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.remaining:()I
i2l
ladd
lstore 4
31: StackMap locals: int long
StackMap stack:
aload 1
invokestatic org.eclipse.jetty.util.BufferUtil.hasContent:(Ljava/nio/ByteBuffer;)Z
ifeq 34
32: iload 3
iconst_2
iadd
i2b
istore 3
33: lload 4
aload 1
invokevirtual java.nio.ByteBuffer.remaining:()I
i2l
ladd
lstore 4
34: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._content:Ljava/nio/ByteBuffer;
invokestatic org.eclipse.jetty.util.BufferUtil.hasContent:(Ljava/nio/ByteBuffer;)Z
ifeq 37
35: iload 3
iconst_1
iadd
i2b
istore 3
36: lload 4
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._content:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.remaining:()I
i2l
ladd
lstore 4
37: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
getfield org.eclipse.jetty.server.HttpConnection.bytesOut:Ljava/util/concurrent/atomic/LongAdder;
lload 4
invokevirtual java.util.concurrent.atomic.LongAdder.add:(J)V
38: iload 3
tableswitch { // 1 - 7
1: 51
2: 49
3: 47
4: 45
5: 43
6: 41
7: 39
default: 53
}
39: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
invokevirtual org.eclipse.jetty.server.HttpConnection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
aload 0
iconst_3
anewarray java.nio.ByteBuffer
dup
iconst_0
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._header:Ljava/nio/ByteBuffer;
aastore
dup
iconst_1
aload 1
aastore
dup
iconst_2
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._content:Ljava/nio/ByteBuffer;
aastore
invokeinterface org.eclipse.jetty.io.EndPoint.write:(Lorg/eclipse/jetty/util/Callback;[Ljava/nio/ByteBuffer;)V
40: goto 54
41: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
invokevirtual org.eclipse.jetty.server.HttpConnection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
aload 0
iconst_2
anewarray java.nio.ByteBuffer
dup
iconst_0
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._header:Ljava/nio/ByteBuffer;
aastore
dup
iconst_1
aload 1
aastore
invokeinterface org.eclipse.jetty.io.EndPoint.write:(Lorg/eclipse/jetty/util/Callback;[Ljava/nio/ByteBuffer;)V
42: goto 54
43: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
invokevirtual org.eclipse.jetty.server.HttpConnection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
aload 0
iconst_2
anewarray java.nio.ByteBuffer
dup
iconst_0
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._header:Ljava/nio/ByteBuffer;
aastore
dup
iconst_1
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._content:Ljava/nio/ByteBuffer;
aastore
invokeinterface org.eclipse.jetty.io.EndPoint.write:(Lorg/eclipse/jetty/util/Callback;[Ljava/nio/ByteBuffer;)V
44: goto 54
45: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
invokevirtual org.eclipse.jetty.server.HttpConnection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
aload 0
iconst_1
anewarray java.nio.ByteBuffer
dup
iconst_0
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._header:Ljava/nio/ByteBuffer;
aastore
invokeinterface org.eclipse.jetty.io.EndPoint.write:(Lorg/eclipse/jetty/util/Callback;[Ljava/nio/ByteBuffer;)V
46: goto 54
47: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
invokevirtual org.eclipse.jetty.server.HttpConnection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
aload 0
iconst_2
anewarray java.nio.ByteBuffer
dup
iconst_0
aload 1
aastore
dup
iconst_1
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._content:Ljava/nio/ByteBuffer;
aastore
invokeinterface org.eclipse.jetty.io.EndPoint.write:(Lorg/eclipse/jetty/util/Callback;[Ljava/nio/ByteBuffer;)V
48: goto 54
49: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
invokevirtual org.eclipse.jetty.server.HttpConnection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
aload 0
iconst_1
anewarray java.nio.ByteBuffer
dup
iconst_0
aload 1
aastore
invokeinterface org.eclipse.jetty.io.EndPoint.write:(Lorg/eclipse/jetty/util/Callback;[Ljava/nio/ByteBuffer;)V
50: goto 54
51: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
invokevirtual org.eclipse.jetty.server.HttpConnection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
aload 0
iconst_1
anewarray java.nio.ByteBuffer
dup
iconst_0
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._content:Ljava/nio/ByteBuffer;
aastore
invokeinterface org.eclipse.jetty.io.EndPoint.write:(Lorg/eclipse/jetty/util/Callback;[Ljava/nio/ByteBuffer;)V
52: goto 54
53: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.jetty.server.HttpConnection$SendCallback.succeeded:()V
54: StackMap locals:
StackMap stack:
getstatic org.eclipse.jetty.util.IteratingCallback$Action.SCHEDULED:Lorg/eclipse/jetty/util/IteratingCallback$Action;
areturn
end local 4 end local 3 55: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield org.eclipse.jetty.server.HttpConnection$SendCallback._shutdownOut:Z
56: goto 3
57: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
invokevirtual org.eclipse.jetty.server.HttpConnection.getConnector:()Lorg/eclipse/jetty/server/Connector;
invokeinterface org.eclipse.jetty.server.Connector.isShutdown:()Z
ifeq 59
58: aload 0
iconst_1
putfield org.eclipse.jetty.server.HttpConnection$SendCallback._shutdownOut:Z
59: StackMap locals:
StackMap stack:
getstatic org.eclipse.jetty.util.IteratingCallback$Action.SUCCEEDED:Lorg/eclipse/jetty/util/IteratingCallback$Action;
areturn
60: StackMap locals:
StackMap stack:
goto 3
61: StackMap locals:
StackMap stack:
new java.lang.IllegalStateException
dup
new java.lang.StringBuilder
dup
ldc "generateResponse="
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 2
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 62 0 this Lorg/eclipse/jetty/server/HttpConnection$SendCallback;
3 62 1 chunk Ljava/nio/ByteBuffer;
4 62 2 result Lorg/eclipse/jetty/http/HttpGenerator$Result;
27 55 3 gatherWrite B
28 55 4 bytes J
Exceptions:
throws java.lang.Exception
private void ();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._header:Ljava/nio/ByteBuffer;
astore 1
start local 1 1: aload 0
aconst_null
putfield org.eclipse.jetty.server.HttpConnection$SendCallback._header:Ljava/nio/ByteBuffer;
2: aload 1
ifnull 4
3: aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
getfield org.eclipse.jetty.server.HttpConnection._bufferPool:Lorg/eclipse/jetty/io/ByteBufferPool;
aload 1
invokeinterface org.eclipse.jetty.io.ByteBufferPool.release:(Ljava/nio/ByteBuffer;)V
4: StackMap locals: java.nio.ByteBuffer
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/jetty/server/HttpConnection$SendCallback;
1 5 1 h Ljava/nio/ByteBuffer;
protected void onCompleteSuccess();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.jetty.server.HttpConnection$SendCallback.releaseHeader:()V
1: aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._callback:Lorg/eclipse/jetty/util/Callback;
invokeinterface org.eclipse.jetty.util.Callback.succeeded:()V
2: aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._shutdownOut:Z
ifeq 4
3: aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
invokevirtual org.eclipse.jetty.server.HttpConnection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
invokeinterface org.eclipse.jetty.io.EndPoint.shutdownOutput:()V
4: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/jetty/server/HttpConnection$SendCallback;
public void onCompleteFailure(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.jetty.server.HttpConnection$SendCallback.releaseHeader:()V
1: aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._callback:Lorg/eclipse/jetty/util/Callback;
aload 1
invokestatic org.eclipse.jetty.server.HttpConnection.access$0:(Lorg/eclipse/jetty/server/HttpConnection;Lorg/eclipse/jetty/util/Callback;Ljava/lang/Throwable;)V
2: aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._shutdownOut:Z
ifeq 4
3: aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
invokevirtual org.eclipse.jetty.server.HttpConnection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
invokeinterface org.eclipse.jetty.io.EndPoint.shutdownOutput:()V
4: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/jetty/server/HttpConnection$SendCallback;
0 5 1 x Ljava/lang/Throwable;
MethodParameters:
Name Flags
x final
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[i=%s,cb=%s]"
iconst_3
anewarray java.lang.Object
dup
iconst_0
aload 0
invokespecial org.eclipse.jetty.util.IteratingCallback.toString:()Ljava/lang/String;
aastore
dup
iconst_1
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._info:Lorg/eclipse/jetty/http/MetaData$Response;
aastore
dup
iconst_2
aload 0
getfield org.eclipse.jetty.server.HttpConnection$SendCallback._callback:Lorg/eclipse/jetty/util/Callback;
aastore
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 1 0 this Lorg/eclipse/jetty/server/HttpConnection$SendCallback;
static int[] $SWITCH_TABLE$org$eclipse$jetty$http$HttpGenerator$Result();
descriptor: ()[I
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=3, locals=1, args_size=0
0: getstatic org.eclipse.jetty.server.HttpConnection$SendCallback.$SWITCH_TABLE$org$eclipse$jetty$http$HttpGenerator$Result:[I
dup
ifnull 1
areturn
StackMap locals:
StackMap stack: int[]
1: pop
invokestatic org.eclipse.jetty.http.HttpGenerator$Result.values:()[Lorg/eclipse/jetty/http/HttpGenerator$Result;
arraylength
newarray 10
astore 0
2: aload 0
getstatic org.eclipse.jetty.http.HttpGenerator$Result.CONTINUE:Lorg/eclipse/jetty/http/HttpGenerator$Result;
invokevirtual org.eclipse.jetty.http.HttpGenerator$Result.ordinal:()I
bipush 6
iastore
3: goto 5
StackMap locals: int[]
StackMap stack: java.lang.NoSuchFieldError
4: pop
StackMap locals:
StackMap stack:
5: aload 0
getstatic org.eclipse.jetty.http.HttpGenerator$Result.DONE:Lorg/eclipse/jetty/http/HttpGenerator$Result;
invokevirtual org.eclipse.jetty.http.HttpGenerator$Result.ordinal:()I
bipush 8
iastore
6: goto 8
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
7: pop
StackMap locals:
StackMap stack:
8: aload 0
getstatic org.eclipse.jetty.http.HttpGenerator$Result.FLUSH:Lorg/eclipse/jetty/http/HttpGenerator$Result;
invokevirtual org.eclipse.jetty.http.HttpGenerator$Result.ordinal:()I
iconst_5
iastore
9: goto 11
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
10: pop
StackMap locals:
StackMap stack:
11: aload 0
getstatic org.eclipse.jetty.http.HttpGenerator$Result.NEED_CHUNK:Lorg/eclipse/jetty/http/HttpGenerator$Result;
invokevirtual org.eclipse.jetty.http.HttpGenerator$Result.ordinal:()I
iconst_1
iastore
12: goto 14
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
13: pop
StackMap locals:
StackMap stack:
14: aload 0
getstatic org.eclipse.jetty.http.HttpGenerator$Result.NEED_CHUNK_TRAILER:Lorg/eclipse/jetty/http/HttpGenerator$Result;
invokevirtual org.eclipse.jetty.http.HttpGenerator$Result.ordinal:()I
iconst_4
iastore
15: goto 17
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
16: pop
StackMap locals:
StackMap stack:
17: aload 0
getstatic org.eclipse.jetty.http.HttpGenerator$Result.NEED_HEADER:Lorg/eclipse/jetty/http/HttpGenerator$Result;
invokevirtual org.eclipse.jetty.http.HttpGenerator$Result.ordinal:()I
iconst_3
iastore
18: goto 20
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
19: pop
StackMap locals:
StackMap stack:
20: aload 0
getstatic org.eclipse.jetty.http.HttpGenerator$Result.NEED_INFO:Lorg/eclipse/jetty/http/HttpGenerator$Result;
invokevirtual org.eclipse.jetty.http.HttpGenerator$Result.ordinal:()I
iconst_2
iastore
21: goto 23
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
22: pop
StackMap locals:
StackMap stack:
23: aload 0
getstatic org.eclipse.jetty.http.HttpGenerator$Result.SHUTDOWN_OUT:Lorg/eclipse/jetty/http/HttpGenerator$Result;
invokevirtual org.eclipse.jetty.http.HttpGenerator$Result.ordinal:()I
bipush 7
iastore
24: goto 26
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
25: pop
StackMap locals:
StackMap stack:
26: aload 0
dup
putstatic org.eclipse.jetty.server.HttpConnection$SendCallback.$SWITCH_TABLE$org$eclipse$jetty$http$HttpGenerator$Result:[I
areturn
LocalVariableTable:
Start End Slot Name Signature
Exception table:
from to target type
2 3 4 Class java.lang.NoSuchFieldError
5 6 7 Class java.lang.NoSuchFieldError
8 9 10 Class java.lang.NoSuchFieldError
11 12 13 Class java.lang.NoSuchFieldError
14 15 16 Class java.lang.NoSuchFieldError
17 18 19 Class java.lang.NoSuchFieldError
20 21 22 Class java.lang.NoSuchFieldError
23 24 25 Class java.lang.NoSuchFieldError
}
SourceFile: "HttpConnection.java"
NestHost: org.eclipse.jetty.server.HttpConnection
InnerClasses:
public final Result = org.eclipse.jetty.http.HttpGenerator$Result of org.eclipse.jetty.http.HttpGenerator
public final State = org.eclipse.jetty.http.HttpGenerator$State of org.eclipse.jetty.http.HttpGenerator
public Response = org.eclipse.jetty.http.MetaData$Response of org.eclipse.jetty.http.MetaData
private SendCallback = org.eclipse.jetty.server.HttpConnection$SendCallback of org.eclipse.jetty.server.HttpConnection
protected final Action = org.eclipse.jetty.util.IteratingCallback$Action of org.eclipse.jetty.util.IteratingCallback
public final InvocationType = org.eclipse.jetty.util.thread.Invocable$InvocationType of org.eclipse.jetty.util.thread.Invocable