class io.undertow.server.handlers.sse.ServerSentEventConnection$5 implements java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.undertow.server.handlers.sse.ServerSentEventConnection$5
super_class: java.lang.Object
{
final io.undertow.server.handlers.sse.ServerSentEventConnection this$0;
descriptor: Lio/undertow/server/handlers/sse/ServerSentEventConnection;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(io.undertow.server.handlers.sse.ServerSentEventConnection);
descriptor: (Lio/undertow/server/handlers/sse/ServerSentEventConnection;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // io.undertow.server.handlers.sse.ServerSentEventConnection$5 this
0: .line 411
aload 0 /* this */
aload 1
putfield io.undertow.server.handlers.sse.ServerSentEventConnection$5.this$0:Lio/undertow/server/handlers/sse/ServerSentEventConnection;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // io.undertow.server.handlers.sse.ServerSentEventConnection$5 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/undertow/server/handlers/sse/ServerSentEventConnection$5;
MethodParameters:
Name Flags
this$0 final
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 // io.undertow.server.handlers.sse.ServerSentEventConnection$5 this
0: .line 415
aload 0 /* this */
getfield io.undertow.server.handlers.sse.ServerSentEventConnection$5.this$0:Lio/undertow/server/handlers/sse/ServerSentEventConnection;
dup
astore 1
monitorenter
1: .line 416
aload 0 /* this */
getfield io.undertow.server.handlers.sse.ServerSentEventConnection$5.this$0:Lio/undertow/server/handlers/sse/ServerSentEventConnection;
getfield io.undertow.server.handlers.sse.ServerSentEventConnection.queue:Ljava/util/Deque;
invokeinterface java.util.Deque.isEmpty:()Z
ifeq 6
aload 0 /* this */
getfield io.undertow.server.handlers.sse.ServerSentEventConnection$5.this$0:Lio/undertow/server/handlers/sse/ServerSentEventConnection;
getfield io.undertow.server.handlers.sse.ServerSentEventConnection.pooled:Lio/undertow/connector/PooledByteBuffer;
ifnonnull 6
2: .line 418
aload 0 /* this */
getfield io.undertow.server.handlers.sse.ServerSentEventConnection$5.this$0:Lio/undertow/server/handlers/sse/ServerSentEventConnection;
getfield io.undertow.server.handlers.sse.ServerSentEventConnection.sink:Lorg/xnio/channels/StreamSinkChannel;
invokeinterface org.xnio.channels.StreamSinkChannel.shutdownWrites:()V
3: .line 419
goto 5
StackMap locals: io.undertow.server.handlers.sse.ServerSentEventConnection$5 io.undertow.server.handlers.sse.ServerSentEventConnection
StackMap stack: java.io.IOException
4: pop
5: .line 422
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield io.undertow.server.handlers.sse.ServerSentEventConnection$5.this$0:Lio/undertow/server/handlers/sse/ServerSentEventConnection;
invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
6: .line 415
StackMap locals:
StackMap stack:
aload 1
monitorexit
7: goto 10
StackMap locals:
StackMap stack: java.lang.Throwable
8: aload 1
monitorexit
9: athrow
10: .line 425
StackMap locals:
StackMap stack:
return
end local 0 // io.undertow.server.handlers.sse.ServerSentEventConnection$5 this
LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lio/undertow/server/handlers/sse/ServerSentEventConnection$5;
Exception table:
from to target type
2 3 4 Class java.io.IOException
1 7 8 any
8 9 8 any
}
SourceFile: "ServerSentEventConnection.java"
EnclosingMethod: io.undertow.server.handlers.sse.ServerSentEventConnection.shutdown:()V
NestHost: io.undertow.server.handlers.sse.ServerSentEventConnection
InnerClasses:
io.undertow.server.handlers.sse.ServerSentEventConnection$5