class io.undertow.server.handlers.sse.ServerSentEventConnection$4 implements java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.undertow.server.handlers.sse.ServerSentEventConnection$4
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$4 this
0: .line 304
aload 0 /* this */
aload 1
putfield io.undertow.server.handlers.sse.ServerSentEventConnection$4.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$4 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/undertow/server/handlers/sse/ServerSentEventConnection$4;
MethodParameters:
Name Flags
this$0 final
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 // io.undertow.server.handlers.sse.ServerSentEventConnection$4 this
0: .line 307
aload 0 /* this */
getfield io.undertow.server.handlers.sse.ServerSentEventConnection$4.this$0:Lio/undertow/server/handlers/sse/ServerSentEventConnection;
getfield io.undertow.server.handlers.sse.ServerSentEventConnection.shutdown:Z
ifne 1
aload 0 /* this */
getfield io.undertow.server.handlers.sse.ServerSentEventConnection$4.this$0:Lio/undertow/server/handlers/sse/ServerSentEventConnection;
getfield io.undertow.server.handlers.sse.ServerSentEventConnection.open:I
ifne 4
1: .line 308
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield io.undertow.server.handlers.sse.ServerSentEventConnection$4.this$0:Lio/undertow/server/handlers/sse/ServerSentEventConnection;
getfield io.undertow.server.handlers.sse.ServerSentEventConnection.timerKey:Lorg/xnio/XnioExecutor$Key;
ifnull 3
2: .line 309
aload 0 /* this */
getfield io.undertow.server.handlers.sse.ServerSentEventConnection$4.this$0:Lio/undertow/server/handlers/sse/ServerSentEventConnection;
getfield io.undertow.server.handlers.sse.ServerSentEventConnection.timerKey:Lorg/xnio/XnioExecutor$Key;
invokeinterface org.xnio.XnioExecutor$Key.remove:()Z
pop
3: .line 311
StackMap locals:
StackMap stack:
return
4: .line 313
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield io.undertow.server.handlers.sse.ServerSentEventConnection$4.this$0:Lio/undertow/server/handlers/sse/ServerSentEventConnection;
getfield io.undertow.server.handlers.sse.ServerSentEventConnection.pooled:Lio/undertow/connector/PooledByteBuffer;
ifnonnull 9
5: .line 314
aload 0 /* this */
getfield io.undertow.server.handlers.sse.ServerSentEventConnection$4.this$0:Lio/undertow/server/handlers/sse/ServerSentEventConnection;
aload 0 /* this */
getfield io.undertow.server.handlers.sse.ServerSentEventConnection$4.this$0:Lio/undertow/server/handlers/sse/ServerSentEventConnection;
getfield io.undertow.server.handlers.sse.ServerSentEventConnection.exchange:Lio/undertow/server/HttpServerExchange;
invokevirtual io.undertow.server.HttpServerExchange.getConnection:()Lio/undertow/server/ServerConnection;
invokevirtual io.undertow.server.ServerConnection.getByteBufferPool:()Lio/undertow/connector/ByteBufferPool;
invokeinterface io.undertow.connector.ByteBufferPool.allocate:()Lio/undertow/connector/PooledByteBuffer;
putfield io.undertow.server.handlers.sse.ServerSentEventConnection.pooled:Lio/undertow/connector/PooledByteBuffer;
6: .line 315
aload 0 /* this */
getfield io.undertow.server.handlers.sse.ServerSentEventConnection$4.this$0:Lio/undertow/server/handlers/sse/ServerSentEventConnection;
getfield io.undertow.server.handlers.sse.ServerSentEventConnection.pooled:Lio/undertow/connector/PooledByteBuffer;
invokeinterface io.undertow.connector.PooledByteBuffer.getBuffer:()Ljava/nio/ByteBuffer;
ldc ":\n"
getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
pop
7: .line 316
aload 0 /* this */
getfield io.undertow.server.handlers.sse.ServerSentEventConnection$4.this$0:Lio/undertow/server/handlers/sse/ServerSentEventConnection;
getfield io.undertow.server.handlers.sse.ServerSentEventConnection.pooled:Lio/undertow/connector/PooledByteBuffer;
invokeinterface io.undertow.connector.PooledByteBuffer.getBuffer:()Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/Buffer;
pop
8: .line 317
aload 0 /* this */
getfield io.undertow.server.handlers.sse.ServerSentEventConnection$4.this$0:Lio/undertow/server/handlers/sse/ServerSentEventConnection;
getfield io.undertow.server.handlers.sse.ServerSentEventConnection.writeListener:Lio/undertow/server/handlers/sse/ServerSentEventConnection$SseWriteListener;
aload 0 /* this */
getfield io.undertow.server.handlers.sse.ServerSentEventConnection$4.this$0:Lio/undertow/server/handlers/sse/ServerSentEventConnection;
getfield io.undertow.server.handlers.sse.ServerSentEventConnection.sink:Lorg/xnio/channels/StreamSinkChannel;
invokevirtual io.undertow.server.handlers.sse.ServerSentEventConnection$SseWriteListener.handleEvent:(Lorg/xnio/channels/StreamSinkChannel;)V
9: .line 319
StackMap locals:
StackMap stack:
return
end local 0 // io.undertow.server.handlers.sse.ServerSentEventConnection$4 this
LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lio/undertow/server/handlers/sse/ServerSentEventConnection$4;
}
SourceFile: "ServerSentEventConnection.java"
EnclosingMethod: io.undertow.server.handlers.sse.ServerSentEventConnection.setKeepAliveTime:(J)V
NestHost: io.undertow.server.handlers.sse.ServerSentEventConnection
InnerClasses:
io.undertow.server.handlers.sse.ServerSentEventConnection$4
private SseWriteListener = io.undertow.server.handlers.sse.ServerSentEventConnection$SseWriteListener of io.undertow.server.handlers.sse.ServerSentEventConnection
public abstract Key = org.xnio.XnioExecutor$Key of org.xnio.XnioExecutor