class io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1 implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1
super_class: java.lang.Object
{
final io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl this$0;
descriptor: Lio/vertx/ext/web/handler/sockjs/impl/SockJSHandlerImpl;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl);
descriptor: (Lio/vertx/ext/web/handler/sockjs/impl/SockJSHandlerImpl;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1.this$0:Lio/vertx/ext/web/handler/sockjs/impl/SockJSHandlerImpl;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/ext/web/handler/sockjs/impl/SockJSHandlerImpl$1;
MethodParameters:
Name Flags
this$0 final
private void setTimeout(java.util.List<io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1$TimeoutInfo>, long, io.vertx.core.buffer.Buffer);
descriptor: (Ljava/util/List;JLio/vertx/core/buffer/Buffer;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=7, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 4 0: aload 1
new io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1$TimeoutInfo
dup
aload 0
lload 2
aload 4
invokespecial io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1$TimeoutInfo.<init>:(Lio/vertx/ext/web/handler/sockjs/impl/SockJSHandlerImpl$1;JLio/vertx/core/buffer/Buffer;)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
1: return
end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/web/handler/sockjs/impl/SockJSHandlerImpl$1;
0 2 1 timeouts Ljava/util/List<Lio/vertx/ext/web/handler/sockjs/impl/SockJSHandlerImpl$1$TimeoutInfo;>;
0 2 2 delay J
0 2 4 buff Lio/vertx/core/buffer/Buffer;
Signature: (Ljava/util/List<Lio/vertx/ext/web/handler/sockjs/impl/SockJSHandlerImpl$1$TimeoutInfo;>;JLio/vertx/core/buffer/Buffer;)V
MethodParameters:
Name Flags
timeouts
delay
buff
private void runTimeouts(java.util.List<io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1$TimeoutInfo>, io.vertx.core.http.HttpServerResponse);
descriptor: (Ljava/util/List;Lio/vertx/core/http/HttpServerResponse;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 3
start local 3 1: aload 0
aload 1
aload 3
aload 2
invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1.nextTimeout:(Ljava/util/List;Ljava/util/Iterator;Lio/vertx/core/http/HttpServerResponse;)V
2: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/ext/web/handler/sockjs/impl/SockJSHandlerImpl$1;
0 3 1 timeouts Ljava/util/List<Lio/vertx/ext/web/handler/sockjs/impl/SockJSHandlerImpl$1$TimeoutInfo;>;
0 3 2 response Lio/vertx/core/http/HttpServerResponse;
1 3 3 iter Ljava/util/Iterator<Lio/vertx/ext/web/handler/sockjs/impl/SockJSHandlerImpl$1$TimeoutInfo;>;
Signature: (Ljava/util/List<Lio/vertx/ext/web/handler/sockjs/impl/SockJSHandlerImpl$1$TimeoutInfo;>;Lio/vertx/core/http/HttpServerResponse;)V
MethodParameters:
Name Flags
timeouts
response
private void nextTimeout(java.util.List<io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1$TimeoutInfo>, java.util.Iterator<io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1$TimeoutInfo>, io.vertx.core.http.HttpServerResponse);
descriptor: (Ljava/util/List;Ljava/util/Iterator;Lio/vertx/core/http/HttpServerResponse;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=8, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 2
invokeinterface java.util.Iterator.hasNext:()Z
ifeq 4
1: aload 2
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1$TimeoutInfo
astore 4
start local 4 2: aload 0
getfield io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1.this$0:Lio/vertx/ext/web/handler/sockjs/impl/SockJSHandlerImpl;
getfield io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl.vertx:Lio/vertx/core/Vertx;
aload 4
getfield io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1$TimeoutInfo.timeout:J
aload 0
aload 3
aload 4
aload 1
aload 2
invokedynamic handle(Lio/vertx/ext/web/handler/sockjs/impl/SockJSHandlerImpl$1;Lio/vertx/core/http/HttpServerResponse;Lio/vertx/ext/web/handler/sockjs/impl/SockJSHandlerImpl$1$TimeoutInfo;Ljava/util/List;Ljava/util/Iterator;)Lio/vertx/core/Handler;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)V
io/vertx/ext/web/handler/sockjs/impl/SockJSHandlerImpl$1.lambda$0(Lio/vertx/core/http/HttpServerResponse;Lio/vertx/ext/web/handler/sockjs/impl/SockJSHandlerImpl$1$TimeoutInfo;Ljava/util/List;Ljava/util/Iterator;Ljava/lang/Long;)V (7)
(Ljava/lang/Long;)V
invokeinterface io.vertx.core.Vertx.setTimer:(JLio/vertx/core/Handler;)J
pop2
end local 4 3: goto 5
4: StackMap locals:
StackMap stack:
aload 1
invokeinterface java.util.List.clear:()V
5: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/ext/web/handler/sockjs/impl/SockJSHandlerImpl$1;
0 6 1 timeouts Ljava/util/List<Lio/vertx/ext/web/handler/sockjs/impl/SockJSHandlerImpl$1$TimeoutInfo;>;
0 6 2 iter Ljava/util/Iterator<Lio/vertx/ext/web/handler/sockjs/impl/SockJSHandlerImpl$1$TimeoutInfo;>;
0 6 3 response Lio/vertx/core/http/HttpServerResponse;
2 3 4 timeout Lio/vertx/ext/web/handler/sockjs/impl/SockJSHandlerImpl$1$TimeoutInfo;
Signature: (Ljava/util/List<Lio/vertx/ext/web/handler/sockjs/impl/SockJSHandlerImpl$1$TimeoutInfo;>;Ljava/util/Iterator<Lio/vertx/ext/web/handler/sockjs/impl/SockJSHandlerImpl$1$TimeoutInfo;>;Lio/vertx/core/http/HttpServerResponse;)V
MethodParameters:
Name Flags
timeouts
iter
response
public void handle(io.vertx.ext.web.RoutingContext);
descriptor: (Lio/vertx/ext/web/RoutingContext;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface io.vertx.ext.web.RoutingContext.response:()Lio/vertx/core/http/HttpServerResponse;
invokeinterface io.vertx.core.http.HttpServerResponse.headers:()Lio/vertx/core/MultiMap;
ldc "Content-Type"
ldc "application/javascript; charset=UTF-8"
invokeinterface io.vertx.core.MultiMap.set:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/MultiMap;
pop
1: aload 1
invokestatic io.vertx.ext.web.handler.sockjs.impl.BaseTransport.setCORS:(Lio/vertx/ext/web/RoutingContext;)V
2: aload 1
invokeinterface io.vertx.ext.web.RoutingContext.response:()Lio/vertx/core/http/HttpServerResponse;
iconst_1
invokeinterface io.vertx.core.http.HttpServerResponse.setChunked:(Z)Lio/vertx/core/http/HttpServerResponse;
pop
3: iconst_2
invokestatic io.vertx.core.buffer.Buffer.buffer:(I)Lio/vertx/core/buffer/Buffer;
astore 2
start local 2 4: aload 2
ldc "h\n"
invokeinterface io.vertx.core.buffer.Buffer.appendString:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
pop
5: sipush 2050
invokestatic io.vertx.core.buffer.Buffer.buffer:(I)Lio/vertx/core/buffer/Buffer;
astore 3
start local 3 6: iconst_0
istore 4
start local 4 7: goto 10
8: StackMap locals: io.vertx.core.buffer.Buffer io.vertx.core.buffer.Buffer int
StackMap stack:
aload 3
bipush 32
invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
pop
9: iinc 4 1
StackMap locals:
StackMap stack:
10: iload 4
sipush 2048
if_icmplt 8
end local 4 11: aload 3
ldc "h\n"
invokeinterface io.vertx.core.buffer.Buffer.appendString:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
pop
12: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 4
start local 4 13: aload 0
aload 4
lconst_0
aload 2
invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1.setTimeout:(Ljava/util/List;JLio/vertx/core/buffer/Buffer;)V
14: aload 0
aload 4
lconst_1
aload 3
invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1.setTimeout:(Ljava/util/List;JLio/vertx/core/buffer/Buffer;)V
15: aload 0
aload 4
ldc 5
aload 2
invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1.setTimeout:(Ljava/util/List;JLio/vertx/core/buffer/Buffer;)V
16: aload 0
aload 4
ldc 25
aload 2
invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1.setTimeout:(Ljava/util/List;JLio/vertx/core/buffer/Buffer;)V
17: aload 0
aload 4
ldc 125
aload 2
invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1.setTimeout:(Ljava/util/List;JLio/vertx/core/buffer/Buffer;)V
18: aload 0
aload 4
ldc 625
aload 2
invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1.setTimeout:(Ljava/util/List;JLio/vertx/core/buffer/Buffer;)V
19: aload 0
aload 4
ldc 3125
aload 2
invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1.setTimeout:(Ljava/util/List;JLio/vertx/core/buffer/Buffer;)V
20: aload 0
aload 4
aload 1
invokeinterface io.vertx.ext.web.RoutingContext.response:()Lio/vertx/core/http/HttpServerResponse;
invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1.runTimeouts:(Ljava/util/List;Lio/vertx/core/http/HttpServerResponse;)V
21: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 22 0 this Lio/vertx/ext/web/handler/sockjs/impl/SockJSHandlerImpl$1;
0 22 1 rc Lio/vertx/ext/web/RoutingContext;
4 22 2 h Lio/vertx/core/buffer/Buffer;
6 22 3 hs Lio/vertx/core/buffer/Buffer;
7 11 4 i I
13 22 4 timeouts Ljava/util/List<Lio/vertx/ext/web/handler/sockjs/impl/SockJSHandlerImpl$1$TimeoutInfo;>;
MethodParameters:
Name Flags
rc
public void handle(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast io.vertx.ext.web.RoutingContext
invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1.handle:(Lio/vertx/ext/web/RoutingContext;)V
return
LocalVariableTable:
Start End Slot Name Signature
private void lambda$0(io.vertx.core.http.HttpServerResponse, io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1$TimeoutInfo, java.util.List, java.util.Iterator, java.lang.Long);
descriptor: (Lio/vertx/core/http/HttpServerResponse;Lio/vertx/ext/web/handler/sockjs/impl/SockJSHandlerImpl$1$TimeoutInfo;Ljava/util/List;Ljava/util/Iterator;Ljava/lang/Long;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=4, locals=6, args_size=6
start local 0 start local 5 0: aload 1
aload 2
getfield io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1$TimeoutInfo.buff:Lio/vertx/core/buffer/Buffer;
invokeinterface io.vertx.core.http.HttpServerResponse.write:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/HttpServerResponse;
pop
1: aload 0
aload 3
aload 4
aload 1
invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1.nextTimeout:(Ljava/util/List;Ljava/util/Iterator;Lio/vertx/core/http/HttpServerResponse;)V
2: return
end local 5 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/ext/web/handler/sockjs/impl/SockJSHandlerImpl$1;
0 3 5 id Ljava/lang/Long;
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;
SourceFile: "SockJSHandlerImpl.java"
EnclosingMethod: io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl.createChunkingTestHandler:()Lio/vertx/core/Handler;
NestHost: io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl
InnerClasses:
io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1
TimeoutInfo = io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1$TimeoutInfo of io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles