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 // io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1 this
         0: .line 165
            aload 0 /* this */
            aload 1
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1.this$0:Lio/vertx/ext/web/handler/sockjs/impl/SockJSHandlerImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1 this
      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 // io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1 this
        start local 1 // java.util.List timeouts
        start local 2 // long delay
        start local 4 // io.vertx.core.buffer.Buffer buff
         0: .line 178
            aload 1 /* timeouts */
            new io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1$TimeoutInfo
            dup
            aload 0 /* this */
            lload 2 /* delay */
            aload 4 /* buff */
            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: .line 179
            return
        end local 4 // io.vertx.core.buffer.Buffer buff
        end local 2 // long delay
        end local 1 // java.util.List timeouts
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1 this
      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 // io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1 this
        start local 1 // java.util.List timeouts
        start local 2 // io.vertx.core.http.HttpServerResponse response
         0: .line 182
            aload 1 /* timeouts */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3 /* iter */
        start local 3 // java.util.Iterator iter
         1: .line 183
            aload 0 /* this */
            aload 1 /* timeouts */
            aload 3 /* iter */
            aload 2 /* response */
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1.nextTimeout:(Ljava/util/List;Ljava/util/Iterator;Lio/vertx/core/http/HttpServerResponse;)V
         2: .line 184
            return
        end local 3 // java.util.Iterator iter
        end local 2 // io.vertx.core.http.HttpServerResponse response
        end local 1 // java.util.List timeouts
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1 this
      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 // io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1 this
        start local 1 // java.util.List timeouts
        start local 2 // java.util.Iterator iter
        start local 3 // io.vertx.core.http.HttpServerResponse response
         0: .line 187
            aload 2 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifeq 4
         1: .line 188
            aload 2 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1$TimeoutInfo
            astore 4 /* timeout */
        start local 4 // io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1$TimeoutInfo timeout
         2: .line 189
            aload 0 /* this */
            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 /* timeout */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1$TimeoutInfo.timeout:J
            aload 0 /* this */
            aload 3 /* response */
            aload 4 /* timeout */
            aload 1 /* timeouts */
            aload 2 /* iter */
            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 // io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1$TimeoutInfo timeout
         3: .line 193
            goto 5
         4: .line 194
      StackMap locals:
      StackMap stack:
            aload 1 /* timeouts */
            invokeinterface java.util.List.clear:()V
         5: .line 196
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.vertx.core.http.HttpServerResponse response
        end local 2 // java.util.Iterator iter
        end local 1 // java.util.List timeouts
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1 this
      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 // io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1 this
        start local 1 // io.vertx.ext.web.RoutingContext rc
         0: .line 199
            aload 1 /* rc */
            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: .line 201
            aload 1 /* rc */
            invokestatic io.vertx.ext.web.handler.sockjs.impl.BaseTransport.setCORS:(Lio/vertx/ext/web/RoutingContext;)V
         2: .line 202
            aload 1 /* rc */
            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: .line 204
            iconst_2
            invokestatic io.vertx.core.buffer.Buffer.buffer:(I)Lio/vertx/core/buffer/Buffer;
            astore 2 /* h */
        start local 2 // io.vertx.core.buffer.Buffer h
         4: .line 205
            aload 2 /* h */
            ldc "h\n"
            invokeinterface io.vertx.core.buffer.Buffer.appendString:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
            pop
         5: .line 207
            sipush 2050
            invokestatic io.vertx.core.buffer.Buffer.buffer:(I)Lio/vertx/core/buffer/Buffer;
            astore 3 /* hs */
        start local 3 // io.vertx.core.buffer.Buffer hs
         6: .line 208
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         7: goto 10
         8: .line 209
      StackMap locals: io.vertx.core.buffer.Buffer io.vertx.core.buffer.Buffer int
      StackMap stack:
            aload 3 /* hs */
            bipush 32
            invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
            pop
         9: .line 208
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 4 /* i */
            sipush 2048
            if_icmplt 8
        end local 4 // int i
        11: .line 211
            aload 3 /* hs */
            ldc "h\n"
            invokeinterface io.vertx.core.buffer.Buffer.appendString:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
            pop
        12: .line 213
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 4 /* timeouts */
        start local 4 // java.util.List timeouts
        13: .line 215
            aload 0 /* this */
            aload 4 /* timeouts */
            lconst_0
            aload 2 /* h */
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1.setTimeout:(Ljava/util/List;JLio/vertx/core/buffer/Buffer;)V
        14: .line 216
            aload 0 /* this */
            aload 4 /* timeouts */
            lconst_1
            aload 3 /* hs */
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1.setTimeout:(Ljava/util/List;JLio/vertx/core/buffer/Buffer;)V
        15: .line 217
            aload 0 /* this */
            aload 4 /* timeouts */
            ldc 5
            aload 2 /* h */
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1.setTimeout:(Ljava/util/List;JLio/vertx/core/buffer/Buffer;)V
        16: .line 218
            aload 0 /* this */
            aload 4 /* timeouts */
            ldc 25
            aload 2 /* h */
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1.setTimeout:(Ljava/util/List;JLio/vertx/core/buffer/Buffer;)V
        17: .line 219
            aload 0 /* this */
            aload 4 /* timeouts */
            ldc 125
            aload 2 /* h */
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1.setTimeout:(Ljava/util/List;JLio/vertx/core/buffer/Buffer;)V
        18: .line 220
            aload 0 /* this */
            aload 4 /* timeouts */
            ldc 625
            aload 2 /* h */
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1.setTimeout:(Ljava/util/List;JLio/vertx/core/buffer/Buffer;)V
        19: .line 221
            aload 0 /* this */
            aload 4 /* timeouts */
            ldc 3125
            aload 2 /* h */
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1.setTimeout:(Ljava/util/List;JLio/vertx/core/buffer/Buffer;)V
        20: .line 223
            aload 0 /* this */
            aload 4 /* timeouts */
            aload 1 /* rc */
            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: .line 225
            return
        end local 4 // java.util.List timeouts
        end local 3 // io.vertx.core.buffer.Buffer hs
        end local 2 // io.vertx.core.buffer.Buffer h
        end local 1 // io.vertx.ext.web.RoutingContext rc
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1 this
      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: .line 1
            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 // io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1 this
        start local 5 // java.lang.Long id
         0: .line 190
            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: .line 191
            aload 0 /* this */
            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: .line 192
            return
        end local 5 // java.lang.Long id
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1 this
      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