class io.vertx.ext.web.handler.sockjs.impl.SockJSSession extends io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase implements io.vertx.core.shareddata.Shareable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.web.handler.sockjs.impl.SockJSSession
  super_class: io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase
{
  private static final io.vertx.core.logging.Logger log;
    descriptor: Lio/vertx/core/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final io.vertx.core.shareddata.LocalMap<java.lang.String, io.vertx.ext.web.handler.sockjs.impl.SockJSSession> sessions;
    descriptor: Lio/vertx/core/shareddata/LocalMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/shareddata/LocalMap<Ljava/lang/String;Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;>;

  private final java.util.Deque<java.lang.String> pendingWrites;
    descriptor: Ljava/util/Deque;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Deque<Ljava/lang/String;>;

  private java.util.List<io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>> writeAcks;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;>;

  private final io.vertx.core.Context context;
    descriptor: Lio/vertx/core/Context;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.streams.impl.InboundBuffer<io.vertx.core.buffer.Buffer> pendingReads;
    descriptor: Lio/vertx/core/streams/impl/InboundBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/streams/impl/InboundBuffer<Lio/vertx/core/buffer/Buffer;>;

  private io.vertx.ext.web.handler.sockjs.impl.TransportListener listener;
    descriptor: Lio/vertx/ext/web/handler/sockjs/impl/TransportListener;
    flags: (0x0002) ACC_PRIVATE

  private boolean closed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean openWritten;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private final java.lang.String id;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long timeout;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.Handler<io.vertx.ext.web.handler.sockjs.SockJSSocket> sockHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/Handler<Lio/vertx/ext/web/handler/sockjs/SockJSSocket;>;

  private long heartbeatID;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long timeoutTimerID;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private int maxQueueSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int messagesSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.Handler<java.lang.Void> drainHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;

  private io.vertx.core.Handler<java.lang.Void> endHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;

  private io.vertx.core.Handler<java.lang.Throwable> exceptionHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Throwable;>;

  private boolean handleCalled;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.net.SocketAddress localAddress;
    descriptor: Lio/vertx/core/net/SocketAddress;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.net.SocketAddress remoteAddress;
    descriptor: Lio/vertx/core/net/SocketAddress;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String uri;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.MultiMap headers;
    descriptor: Lio/vertx/core/MultiMap;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.Context transportCtx;
    descriptor: Lio/vertx/core/Context;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 74
            ldc Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            invokestatic io.vertx.core.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/logging/Logger;
            putstatic io.vertx.ext.web.handler.sockjs.impl.SockJSSession.log:Lio/vertx/core/logging/Logger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(io.vertx.core.Vertx, io.vertx.core.shareddata.LocalMap<java.lang.String, io.vertx.ext.web.handler.sockjs.impl.SockJSSession>, io.vertx.ext.web.RoutingContext, long, io.vertx.core.Handler<io.vertx.ext.web.handler.sockjs.SockJSSocket>);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/shareddata/LocalMap;Lio/vertx/ext/web/RoutingContext;JLio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=10, locals=7, args_size=6
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.core.shareddata.LocalMap sessions
        start local 3 // io.vertx.ext.web.RoutingContext rc
        start local 4 // long heartbeatInterval
        start local 6 // io.vertx.core.Handler sockHandler
         0: .line 102
            aload 0 /* this */
            aload 1 /* vertx */
            aload 2 /* sessions */
            aload 3 /* rc */
            aconst_null
            ldc -1
            lload 4 /* heartbeatInterval */
            aload 6 /* sockHandler */
            invokespecial io.vertx.ext.web.handler.sockjs.impl.SockJSSession.<init>:(Lio/vertx/core/Vertx;Lio/vertx/core/shareddata/LocalMap;Lio/vertx/ext/web/RoutingContext;Ljava/lang/String;JJLio/vertx/core/Handler;)V
         1: .line 103
            return
        end local 6 // io.vertx.core.Handler sockHandler
        end local 4 // long heartbeatInterval
        end local 3 // io.vertx.ext.web.RoutingContext rc
        end local 2 // io.vertx.core.shareddata.LocalMap sessions
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            0    2     1              vertx  Lio/vertx/core/Vertx;
            0    2     2           sessions  Lio/vertx/core/shareddata/LocalMap<Ljava/lang/String;Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;>;
            0    2     3                 rc  Lio/vertx/ext/web/RoutingContext;
            0    2     4  heartbeatInterval  J
            0    2     6        sockHandler  Lio/vertx/core/Handler<Lio/vertx/ext/web/handler/sockjs/SockJSSocket;>;
    Signature: (Lio/vertx/core/Vertx;Lio/vertx/core/shareddata/LocalMap<Ljava/lang/String;Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;>;Lio/vertx/ext/web/RoutingContext;JLio/vertx/core/Handler<Lio/vertx/ext/web/handler/sockjs/SockJSSocket;>;)V
    MethodParameters:
                   Name  Flags
      vertx              
      sessions           
      rc                 
      heartbeatInterval  
      sockHandler        

  void <init>(io.vertx.core.Vertx, io.vertx.core.shareddata.LocalMap<java.lang.String, io.vertx.ext.web.handler.sockjs.impl.SockJSSession>, io.vertx.ext.web.RoutingContext, java.lang.String, long, long, io.vertx.core.Handler<io.vertx.ext.web.handler.sockjs.SockJSSocket>);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/shareddata/LocalMap;Lio/vertx/ext/web/RoutingContext;Ljava/lang/String;JJLio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=10, args_size=8
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.core.shareddata.LocalMap sessions
        start local 3 // io.vertx.ext.web.RoutingContext rc
        start local 4 // java.lang.String id
        start local 5 // long timeout
        start local 7 // long heartbeatInterval
        start local 9 // io.vertx.core.Handler sockHandler
         0: .line 107
            aload 0 /* this */
            aload 1 /* vertx */
            aload 3 /* rc */
            invokeinterface io.vertx.ext.web.RoutingContext.session:()Lio/vertx/ext/web/Session;
            aload 3 /* rc */
            invokeinterface io.vertx.ext.web.RoutingContext.user:()Lio/vertx/ext/auth/User;
            invokespecial io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/web/Session;Lio/vertx/ext/auth/User;)V
         1: .line 76
            aload 0 /* this */
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.pendingWrites:Ljava/util/Deque;
         2: .line 87
            aload 0 /* this */
            ldc -1
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.timeoutTimerID:J
         3: .line 88
            aload 0 /* this */
            ldc 65536
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.maxQueueSize:I
         4: .line 108
            aload 0 /* this */
            aload 2 /* sessions */
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.sessions:Lio/vertx/core/shareddata/LocalMap;
         5: .line 109
            aload 0 /* this */
            aload 4 /* id */
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.id:Ljava/lang/String;
         6: .line 110
            aload 0 /* this */
            lload 5 /* timeout */
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.timeout:J
         7: .line 111
            aload 0 /* this */
            aload 9 /* sockHandler */
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.sockHandler:Lio/vertx/core/Handler;
         8: .line 112
            aload 0 /* this */
            aload 1 /* vertx */
            invokeinterface io.vertx.core.Vertx.getOrCreateContext:()Lio/vertx/core/Context;
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.context:Lio/vertx/core/Context;
         9: .line 113
            aload 0 /* this */
            new io.vertx.core.streams.impl.InboundBuffer
            dup
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.context:Lio/vertx/core/Context;
            invokespecial io.vertx.core.streams.impl.InboundBuffer.<init>:(Lio/vertx/core/Context;)V
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.pendingReads:Lio/vertx/core/streams/impl/InboundBuffer;
        10: .line 117
            aload 0 /* this */
            aload 1 /* vertx */
            lload 7 /* heartbeatInterval */
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;)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/SockJSSession.lambda$0(Ljava/lang/Long;)V (7)
                  (Ljava/lang/Long;)V
            invokeinterface io.vertx.core.Vertx.setPeriodic:(JLio/vertx/core/Handler;)J
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.heartbeatID:J
        11: .line 122
            return
        end local 9 // io.vertx.core.Handler sockHandler
        end local 7 // long heartbeatInterval
        end local 5 // long timeout
        end local 4 // java.lang.String id
        end local 3 // io.vertx.ext.web.RoutingContext rc
        end local 2 // io.vertx.core.shareddata.LocalMap sessions
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            0   12     1              vertx  Lio/vertx/core/Vertx;
            0   12     2           sessions  Lio/vertx/core/shareddata/LocalMap<Ljava/lang/String;Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;>;
            0   12     3                 rc  Lio/vertx/ext/web/RoutingContext;
            0   12     4                 id  Ljava/lang/String;
            0   12     5            timeout  J
            0   12     7  heartbeatInterval  J
            0   12     9        sockHandler  Lio/vertx/core/Handler<Lio/vertx/ext/web/handler/sockjs/SockJSSocket;>;
    Signature: (Lio/vertx/core/Vertx;Lio/vertx/core/shareddata/LocalMap<Ljava/lang/String;Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;>;Lio/vertx/ext/web/RoutingContext;Ljava/lang/String;JJLio/vertx/core/Handler<Lio/vertx/ext/web/handler/sockjs/SockJSSocket;>;)V
    MethodParameters:
                   Name  Flags
      vertx              
      sessions           
      rc                 
      id                 
      timeout            
      heartbeatInterval  
      sockHandler        

  public io.vertx.ext.web.handler.sockjs.SockJSSocket write(io.vertx.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
        start local 1 // io.vertx.core.buffer.Buffer buffer
        start local 2 // io.vertx.core.Handler handler
         0: .line 126
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         1: .line 127
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.closed:Z
            ifeq 6
         2: .line 128
            aload 2 /* handler */
            ifnull 4
         3: .line 129
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.context:Lio/vertx/core/Context;
            aload 2 /* handler */
            invokedynamic handle(Lio/vertx/core/Handler;)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/SockJSSession.lambda$1(Lio/vertx/core/Handler;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
         4: .line 131
      StackMap locals: io.vertx.ext.web.handler.sockjs.impl.SockJSSession
      StackMap stack:
            aload 0 /* this */
            aload 3
            monitorexit
         5: areturn
         6: .line 133
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            invokeinterface io.vertx.core.buffer.Buffer.toString:()Ljava/lang/String;
            astore 4 /* msgStr */
        start local 4 // java.lang.String msgStr
         7: .line 134
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.pendingWrites:Ljava/util/Deque;
            aload 4 /* msgStr */
            invokeinterface java.util.Deque.add:(Ljava/lang/Object;)Z
            pop
         8: .line 135
            aload 0 /* this */
            dup
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.messagesSize:I
            aload 4 /* msgStr */
            invokevirtual java.lang.String.length:()I
            iadd
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.messagesSize:I
         9: .line 136
            aload 2 /* handler */
            ifnull 13
        10: .line 137
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.writeAcks:Ljava/util/List;
            ifnonnull 12
        11: .line 138
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.writeAcks:Ljava/util/List;
        12: .line 140
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.writeAcks:Ljava/util/List;
            aload 2 /* handler */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        13: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.listener:Lio/vertx/ext/web/handler/sockjs/impl/TransportListener;
            ifnull 19
        14: .line 143
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.transportCtx:Lio/vertx/core/Context;
            astore 5 /* ctx */
        start local 5 // io.vertx.core.Context ctx
        15: .line 144
            invokestatic io.vertx.core.Vertx.currentContext:()Lio/vertx/core/Context;
            aload 5 /* ctx */
            if_acmpeq 18
        16: .line 145
            aload 5 /* ctx */
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;)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/SockJSSession.lambda$2(Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
        17: .line 146
            goto 19
        18: .line 147
      StackMap locals: io.vertx.core.Context
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.writePendingMessages:()V
        end local 5 // io.vertx.core.Context ctx
        end local 4 // java.lang.String msgStr
        19: .line 126
      StackMap locals:
      StackMap stack:
            aload 3
            monitorexit
        20: goto 23
      StackMap locals:
      StackMap stack: java.lang.Throwable
        21: aload 3
            monitorexit
        22: athrow
        23: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.core.buffer.Buffer buffer
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   24     0     this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            0   24     1   buffer  Lio/vertx/core/buffer/Buffer;
            0   24     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            7   19     4   msgStr  Ljava/lang/String;
           15   19     5      ctx  Lio/vertx/core/Context;
      Exception table:
        from    to  target  type
           1     5      21  any
           6    20      21  any
          21    22      21  any
    Signature: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
    MethodParameters:
         Name  Flags
      buffer   
      handler  

  public synchronized io.vertx.ext.web.handler.sockjs.impl.SockJSSession handler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
        start local 1 // io.vertx.core.Handler handler
         0: .line 156
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.pendingReads:Lio/vertx/core/streams/impl/InboundBuffer;
            aload 1 /* handler */
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/impl/InboundBuffer;
            pop
         1: .line 157
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> fetch(long);
    descriptor: (J)Lio/vertx/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
        start local 1 // long amount
         0: .line 162
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.pendingReads:Lio/vertx/core/streams/impl/InboundBuffer;
            lload 1 /* amount */
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.fetch:(J)Z
            pop
         1: .line 163
            aload 0 /* this */
            areturn
        end local 1 // long amount
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            0    2     1  amount  J
    Signature: (J)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
        Name  Flags
      amount  

  public synchronized io.vertx.ext.web.handler.sockjs.impl.SockJSSession pause();
    descriptor: ()Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
         0: .line 168
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.pendingReads:Lio/vertx/core/streams/impl/InboundBuffer;
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.pause:()Lio/vertx/core/streams/impl/InboundBuffer;
            pop
         1: .line 169
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;

  public synchronized io.vertx.ext.web.handler.sockjs.impl.SockJSSession resume();
    descriptor: ()Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
         0: .line 174
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.pendingReads:Lio/vertx/core/streams/impl/InboundBuffer;
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.resume:()Z
            pop
         1: .line 175
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;

  public synchronized io.vertx.ext.web.handler.sockjs.impl.SockJSSession setWriteQueueMaxSize(int);
    descriptor: (I)Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
        start local 1 // int maxQueueSize
         0: .line 180
            iload 1 /* maxQueueSize */
            iconst_1
            if_icmpge 2
         1: .line 181
            new java.lang.IllegalArgumentException
            dup
            ldc "maxQueueSize must be >= 1"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* maxQueueSize */
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.maxQueueSize:I
         3: .line 184
            aload 0 /* this */
            areturn
        end local 1 // int maxQueueSize
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            0    4     1  maxQueueSize  I
    MethodParameters:
              Name  Flags
      maxQueueSize  

  public synchronized boolean writeQueueFull();
    descriptor: ()Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
         0: .line 189
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.messagesSize:I
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.maxQueueSize:I
            if_icmplt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;

  public synchronized io.vertx.ext.web.handler.sockjs.impl.SockJSSession drainHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
        start local 1 // io.vertx.core.Handler handler
         0: .line 194
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.drainHandler:Lio/vertx/core/Handler;
         1: .line 195
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
    MethodParameters:
         Name  Flags
      handler  

  public synchronized io.vertx.ext.web.handler.sockjs.impl.SockJSSession exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
        start local 1 // io.vertx.core.Handler handler
         0: .line 200
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.exceptionHandler:Lio/vertx/core/Handler;
         1: .line 201
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
    MethodParameters:
         Name  Flags
      handler  

  public synchronized io.vertx.ext.web.handler.sockjs.impl.SockJSSession endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
        start local 1 // io.vertx.core.Handler endHandler
         0: .line 206
            aload 0 /* this */
            aload 1 /* endHandler */
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.endHandler:Lio/vertx/core/Handler;
         1: .line 207
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler endHandler
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            0    2     1  endHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
    MethodParameters:
            Name  Flags
      endHandler  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
         0: .line 214
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 215
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.closed:Z
            ifne 4
         2: .line 216
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.closed:Z
         3: .line 217
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.handleClosed:()V
         4: .line 219
      StackMap locals: io.vertx.ext.web.handler.sockjs.impl.SockJSSession
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.doClose:()V
         5: .line 214
            aload 1
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 1
            monitorexit
         8: athrow
         9: .line 221
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
      Exception table:
        from    to  target  type
           1     6       7  any
           7     8       7  any

  private synchronized void doClose();
    descriptor: ()V
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
         0: .line 224
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.transportCtx:Lio/vertx/core/Context;
            astore 1 /* ctx */
        start local 1 // io.vertx.core.Context ctx
         1: .line 225
            aload 1 /* ctx */
            invokestatic io.vertx.core.Vertx.currentContext:()Lio/vertx/core/Context;
            if_acmpeq 4
         2: .line 226
            aload 1 /* ctx */
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;)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/SockJSSession.lambda$3(Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
         3: .line 227
            goto 6
         4: .line 228
      StackMap locals: io.vertx.core.Context
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.listener:Lio/vertx/ext/web/handler/sockjs/impl/TransportListener;
            ifnull 6
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.handleCalled:Z
            ifeq 6
         5: .line 229
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.listener:Lio/vertx/ext/web/handler/sockjs/impl/TransportListener;
            invokeinterface io.vertx.ext.web.handler.sockjs.impl.TransportListener.sessionClosed:()V
         6: .line 232
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.Context ctx
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            1    7     1   ctx  Lio/vertx/core/Context;

  public synchronized io.vertx.core.net.SocketAddress remoteAddress();
    descriptor: ()Lio/vertx/core/net/SocketAddress;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
         0: .line 236
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.remoteAddress:Lio/vertx/core/net/SocketAddress;
            areturn
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;

  public synchronized io.vertx.core.net.SocketAddress localAddress();
    descriptor: ()Lio/vertx/core/net/SocketAddress;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
         0: .line 241
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.localAddress:Lio/vertx/core/net/SocketAddress;
            areturn
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;

  public synchronized io.vertx.core.MultiMap headers();
    descriptor: ()Lio/vertx/core/MultiMap;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
         0: .line 246
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.headers:Lio/vertx/core/MultiMap;
            areturn
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;

  public synchronized java.lang.String uri();
    descriptor: ()Ljava/lang/String;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
         0: .line 251
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.uri:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;

  synchronized boolean isClosed();
    descriptor: ()Z
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
         0: .line 255
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.closed:Z
            ireturn
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;

  synchronized void resetListener();
    descriptor: ()V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
         0: .line 259
            aload 0 /* this */
            aconst_null
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.listener:Lio/vertx/ext/web/handler/sockjs/impl/TransportListener;
         1: .line 262
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.setTimer:()V
         2: .line 263
            return
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;

  private void cancelTimer();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
         0: .line 266
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.timeoutTimerID:J
            ldc -1
            lcmp
            ifeq 2
         1: .line 267
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.timeoutTimerID:J
            invokeinterface io.vertx.core.Vertx.cancelTimer:(J)Z
            pop
         2: .line 269
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;

  private void setTimer();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
         0: .line 272
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.timeout:J
            ldc -1
            lcmp
            ifeq 3
         1: .line 273
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.cancelTimer:()V
         2: .line 274
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.timeout:J
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;)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/SockJSSession.lambda$4(Ljava/lang/Long;)V (7)
                  (Ljava/lang/Long;)V
            invokeinterface io.vertx.core.Vertx.setTimer:(JLio/vertx/core/Handler;)J
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.timeoutTimerID:J
         3: .line 284
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;

  private synchronized void writePendingMessages();
    descriptor: ()V
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
         0: .line 287
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.listener:Lio/vertx/ext/web/handler/sockjs/impl/TransportListener;
            ifnull 14
         1: .line 288
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.pendingWrites:Ljava/util/Deque;
            invokeinterface java.util.Deque.toArray:()[Ljava/lang/Object;
            invokestatic io.vertx.ext.web.handler.sockjs.impl.JsonCodec.encode:(Ljava/lang/Object;)Ljava/lang/String;
            astore 1 /* json */
        start local 1 // java.lang.String json
         2: .line 289
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.pendingWrites:Ljava/util/Deque;
            invokeinterface java.util.Deque.clear:()V
         3: .line 290
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.writeAcks:Ljava/util/List;
            ifnull 8
         4: .line 291
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.writeAcks:Ljava/util/List;
            astore 2 /* acks */
        start local 2 // java.util.List acks
         5: .line 292
            aload 0 /* this */
            aconst_null
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.writeAcks:Ljava/util/List;
         6: .line 293
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.listener:Lio/vertx/ext/web/handler/sockjs/impl/TransportListener;
            new java.lang.StringBuilder
            dup
            ldc "a"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* json */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 2 /* acks */
            invokedynamic handle(Ljava/util/List;)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/SockJSSession.lambda$5(Ljava/util/List;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.ext.web.handler.sockjs.impl.TransportListener.sendFrame:(Ljava/lang/String;Lio/vertx/core/Handler;)V
        end local 2 // java.util.List acks
         7: .line 296
            goto 9
         8: .line 297
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.listener:Lio/vertx/ext/web/handler/sockjs/impl/TransportListener;
            new java.lang.StringBuilder
            dup
            ldc "a"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* json */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aconst_null
            invokeinterface io.vertx.ext.web.handler.sockjs.impl.TransportListener.sendFrame:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         9: .line 299
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.messagesSize:I
        10: .line 300
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.drainHandler:Lio/vertx/core/Handler;
            ifnull 14
        11: .line 301
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.drainHandler:Lio/vertx/core/Handler;
            astore 2 /* dh */
        start local 2 // io.vertx.core.Handler dh
        12: .line 302
            aload 0 /* this */
            aconst_null
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.drainHandler:Lio/vertx/core/Handler;
        13: .line 303
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.context:Lio/vertx/core/Context;
            aload 2 /* dh */
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
        end local 2 // io.vertx.core.Handler dh
        end local 1 // java.lang.String json
        14: .line 306
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            2   14     1  json  Ljava/lang/String;
            5    7     2  acks  Ljava/util/List<Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;>;
           12   14     2    dh  Lio/vertx/core/Handler<Ljava/lang/Void;>;

  synchronized io.vertx.core.Context context();
    descriptor: ()Lio/vertx/core/Context;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
         0: .line 309
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.transportCtx:Lio/vertx/core/Context;
            areturn
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;

  synchronized void register(io.vertx.core.http.HttpServerRequest, io.vertx.ext.web.handler.sockjs.impl.TransportListener);
    descriptor: (Lio/vertx/core/http/HttpServerRequest;Lio/vertx/ext/web/handler/sockjs/impl/TransportListener;)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
        start local 1 // io.vertx.core.http.HttpServerRequest req
        start local 2 // io.vertx.ext.web.handler.sockjs.impl.TransportListener lst
         0: .line 313
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.vertx:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.getOrCreateContext:()Lio/vertx/core/Context;
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.transportCtx:Lio/vertx/core/Context;
         1: .line 314
            aload 0 /* this */
            aload 1 /* req */
            invokeinterface io.vertx.core.http.HttpServerRequest.localAddress:()Lio/vertx/core/net/SocketAddress;
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.localAddress:Lio/vertx/core/net/SocketAddress;
         2: .line 315
            aload 0 /* this */
            aload 1 /* req */
            invokeinterface io.vertx.core.http.HttpServerRequest.remoteAddress:()Lio/vertx/core/net/SocketAddress;
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.remoteAddress:Lio/vertx/core/net/SocketAddress;
         3: .line 316
            aload 0 /* this */
            aload 1 /* req */
            invokeinterface io.vertx.core.http.HttpServerRequest.uri:()Ljava/lang/String;
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.uri:Ljava/lang/String;
         4: .line 317
            aload 0 /* this */
            aload 1 /* req */
            invokeinterface io.vertx.core.http.HttpServerRequest.headers:()Lio/vertx/core/MultiMap;
            invokestatic io.vertx.ext.web.handler.sockjs.impl.BaseTransport.removeCookieHeaders:(Lio/vertx/core/MultiMap;)Lio/vertx/core/MultiMap;
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.headers:Lio/vertx/core/MultiMap;
         5: .line 318
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.closed:Z
            ifeq 9
         6: .line 320
            aload 0 /* this */
            aload 2 /* lst */
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.writeClosed:(Lio/vertx/ext/web/handler/sockjs/impl/TransportListener;)V
         7: .line 322
            aload 2 /* lst */
            invokeinterface io.vertx.ext.web.handler.sockjs.impl.TransportListener.close:()V
         8: .line 323
            goto 27
      StackMap locals:
      StackMap stack:
         9: aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.listener:Lio/vertx/ext/web/handler/sockjs/impl/TransportListener;
            ifnull 13
        10: .line 324
            aload 0 /* this */
            aload 2 /* lst */
            sipush 2010
            ldc "Another connection still open"
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.writeClosed:(Lio/vertx/ext/web/handler/sockjs/impl/TransportListener;ILjava/lang/String;)V
        11: .line 326
            aload 2 /* lst */
            invokeinterface io.vertx.ext.web.handler.sockjs.impl.TransportListener.close:()V
        12: .line 327
            goto 27
        13: .line 329
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.cancelTimer:()V
        14: .line 331
            aload 0 /* this */
            aload 2 /* lst */
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.listener:Lio/vertx/ext/web/handler/sockjs/impl/TransportListener;
        15: .line 333
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.openWritten:Z
            ifne 19
        16: .line 334
            aload 0 /* this */
            aload 2 /* lst */
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.writeOpen:(Lio/vertx/ext/web/handler/sockjs/impl/TransportListener;)V
        17: .line 335
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.sockHandler:Lio/vertx/core/Handler;
            aload 0 /* this */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        18: .line 336
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.handleCalled:Z
        19: .line 339
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.listener:Lio/vertx/ext/web/handler/sockjs/impl/TransportListener;
            ifnull 27
        20: .line 340
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.closed:Z
            ifeq 25
        21: .line 342
            aload 0 /* this */
            aload 2 /* lst */
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.writeClosed:(Lio/vertx/ext/web/handler/sockjs/impl/TransportListener;)V
        22: .line 343
            aload 0 /* this */
            aconst_null
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.listener:Lio/vertx/ext/web/handler/sockjs/impl/TransportListener;
        23: .line 344
            aload 2 /* lst */
            invokeinterface io.vertx.ext.web.handler.sockjs.impl.TransportListener.close:()V
        24: .line 345
            goto 27
        25: .line 346
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.pendingWrites:Ljava/util/Deque;
            invokeinterface java.util.Deque.isEmpty:()Z
            ifne 27
        26: .line 347
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.writePendingMessages:()V
        27: .line 352
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.ext.web.handler.sockjs.impl.TransportListener lst
        end local 1 // io.vertx.core.http.HttpServerRequest req
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   28     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            0   28     1   req  Lio/vertx/core/http/HttpServerRequest;
            0   28     2   lst  Lio/vertx/ext/web/handler/sockjs/impl/TransportListener;
    MethodParameters:
      Name  Flags
      req   
      lst   

  void shutdown();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
         0: .line 357
            aload 0 /* this */
            invokespecial io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase.close:()V
         1: .line 358
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.heartbeatID:J
            ldc -1
            lcmp
            ifeq 3
         2: .line 359
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.heartbeatID:J
            invokeinterface io.vertx.core.Vertx.cancelTimer:(J)Z
            pop
         3: .line 361
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.timeoutTimerID:J
            ldc -1
            lcmp
            ifeq 5
         4: .line 362
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.timeoutTimerID:J
            invokeinterface io.vertx.core.Vertx.cancelTimer:(J)Z
            pop
         5: .line 364
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.id:Ljava/lang/String;
            ifnull 7
         6: .line 366
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.sessions:Lio/vertx/core/shareddata/LocalMap;
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.id:Ljava/lang/String;
            invokeinterface io.vertx.core.shareddata.LocalMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         7: .line 369
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.closed:Z
            ifne 10
         8: .line 370
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.closed:Z
         9: .line 371
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.handleClosed:()V
        10: .line 373
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;

  private void handleClosed();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
         0: .line 376
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.pendingReads:Lio/vertx/core/streams/impl/InboundBuffer;
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.clear:()Lio/vertx/core/streams/impl/InboundBuffer;
            pop
         1: .line 377
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.pendingWrites:Ljava/util/Deque;
            invokeinterface java.util.Deque.clear:()V
         2: .line 378
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.writeAcks:Ljava/util/List;
            ifnull 5
         3: .line 379
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.writeAcks:Ljava/util/List;
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;)Ljava/util/function/Consumer;
              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/SockJSSession.lambda$7(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokeinterface java.util.List.forEach:(Ljava/util/function/Consumer;)V
         4: .line 384
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.writeAcks:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         5: .line 386
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.endHandler:Lio/vertx/core/Handler;
            astore 1 /* handler */
        start local 1 // io.vertx.core.Handler handler
         6: .line 387
            aload 1 /* handler */
            ifnull 8
         7: .line 388
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.context:Lio/vertx/core/Context;
            aload 1 /* handler */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic handle(Lio/vertx/core/Handler;)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/core/Handler.handle(Ljava/lang/Object;)V (9 itf)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
         8: .line 390
      StackMap locals: io.vertx.core.Handler
      StackMap stack:
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            6    9     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;

  private java.lang.String[] parseMessageString(java.lang.String);
    descriptor: (Ljava/lang/String;)[Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
        start local 1 // java.lang.String msgs
         0: .line 395
            aload 1 /* msgs */
            ldc "["
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 3
         1: .line 397
            aload 1 /* msgs */
            ldc [Ljava/lang/String;
            invokestatic io.vertx.ext.web.handler.sockjs.impl.JsonCodec.decodeValue:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;
            checkcast java.lang.String[]
            astore 2 /* parts */
        start local 2 // java.lang.String[] parts
         2: .line 398
            goto 5
        end local 2 // java.lang.String[] parts
         3: .line 400
      StackMap locals:
      StackMap stack:
            aload 1 /* msgs */
            ldc Ljava/lang/String;
            invokestatic io.vertx.ext.web.handler.sockjs.impl.JsonCodec.decodeValue:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* str */
        start local 3 // java.lang.String str
         4: .line 401
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            aload 3 /* str */
            aastore
            astore 2 /* parts */
        end local 3 // java.lang.String str
        start local 2 // java.lang.String[] parts
         5: .line 403
      StackMap locals: java.lang.String[]
      StackMap stack:
            aload 2 /* parts */
         6: areturn
        end local 2 // java.lang.String[] parts
         7: .line 404
      StackMap locals: io.vertx.ext.web.handler.sockjs.impl.SockJSSession java.lang.String
      StackMap stack: io.vertx.core.json.DecodeException
            pop
         8: .line 405
            aconst_null
            areturn
        end local 1 // java.lang.String msgs
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            0    9     1   msgs  Ljava/lang/String;
            2    3     2  parts  [Ljava/lang/String;
            5    7     2  parts  [Ljava/lang/String;
            4    5     3    str  Ljava/lang/String;
      Exception table:
        from    to  target  type
           0     6       7  Class io.vertx.core.json.DecodeException
    MethodParameters:
      Name  Flags
      msgs  

  synchronized boolean handleMessages(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
        start local 1 // java.lang.String messages
         0: .line 410
            aload 0 /* this */
            aload 1 /* messages */
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.parseMessageString:(Ljava/lang/String;)[Ljava/lang/String;
            astore 2 /* msgArr */
        start local 2 // java.lang.String[] msgArr
         1: .line 411
            aload 2 /* msgArr */
            ifnonnull 3
         2: .line 412
            iconst_0
            ireturn
         3: .line 414
      StackMap locals: java.lang.String[]
      StackMap stack:
            aload 0 /* this */
            aload 2 /* msgArr */
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.handleMessages:([Ljava/lang/String;)V
         4: .line 415
            iconst_1
            ireturn
        end local 2 // java.lang.String[] msgArr
        end local 1 // java.lang.String messages
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            0    5     1  messages  Ljava/lang/String;
            1    5     2    msgArr  [Ljava/lang/String;
    MethodParameters:
          Name  Flags
      messages  

  private synchronized void handleMessages(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
        start local 1 // java.lang.String[] messages
         0: .line 420
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.context:Lio/vertx/core/Context;
            invokestatic io.vertx.core.Vertx.currentContext:()Lio/vertx/core/Context;
            if_acmpne 7
         1: .line 421
            aload 1 /* messages */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: io.vertx.ext.web.handler.sockjs.impl.SockJSSession java.lang.String[] top int int java.lang.String[]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* msg */
        start local 2 // java.lang.String msg
         3: .line 422
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.pendingReads:Lio/vertx/core/streams/impl/InboundBuffer;
            aload 2 /* msg */
            invokestatic io.vertx.core.buffer.Buffer.buffer:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.write:(Ljava/lang/Object;)Z
            pop
        end local 2 // java.lang.String msg
         4: .line 421
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 2
         6: .line 424
            goto 8
         7: .line 425
      StackMap locals: io.vertx.ext.web.handler.sockjs.impl.SockJSSession java.lang.String[]
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.context:Lio/vertx/core/Context;
            aload 0 /* this */
            aload 1 /* messages */
            invokedynamic handle(Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;[Ljava/lang/String;)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/SockJSSession.lambda$10([Ljava/lang/String;Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
         8: .line 429
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String[] messages
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            0    9     1  messages  [Ljava/lang/String;
            3    4     2       msg  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      messages  

  void handleException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
        start local 1 // java.lang.Throwable t
         0: .line 433
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         1: .line 434
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.exceptionHandler:Lio/vertx/core/Handler;
            astore 2 /* eh */
        start local 2 // io.vertx.core.Handler eh
         2: .line 433
            aload 3
            monitorexit
         3: goto 6
        end local 2 // io.vertx.core.Handler eh
      StackMap locals: io.vertx.ext.web.handler.sockjs.impl.SockJSSession java.lang.Throwable top io.vertx.ext.web.handler.sockjs.impl.SockJSSession
      StackMap stack: java.lang.Throwable
         4: aload 3
            monitorexit
         5: athrow
        start local 2 // io.vertx.core.Handler eh
         6: .line 436
      StackMap locals: io.vertx.ext.web.handler.sockjs.impl.SockJSSession java.lang.Throwable io.vertx.core.Handler
      StackMap stack:
            aload 2 /* eh */
            ifnull 9
         7: .line 437
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.context:Lio/vertx/core/Context;
            aload 2 /* eh */
            aload 1 /* t */
            invokedynamic handle(Lio/vertx/core/Handler;Ljava/lang/Throwable;)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/SockJSSession.lambda$11(Lio/vertx/core/Handler;Ljava/lang/Throwable;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
         8: .line 438
            goto 10
         9: .line 439
      StackMap locals:
      StackMap stack:
            getstatic io.vertx.ext.web.handler.sockjs.impl.SockJSSession.log:Lio/vertx/core/logging/Logger;
            ldc "Unhandled exception"
            aload 1 /* t */
            invokevirtual io.vertx.core.logging.Logger.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V
        10: .line 441
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.Handler eh
        end local 1 // java.lang.Throwable t
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            0   11     1     t  Ljava/lang/Throwable;
            2    4     2    eh  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
            6   11     2    eh  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    MethodParameters:
      Name  Flags
      t     

  void writeClosed(io.vertx.ext.web.handler.sockjs.impl.TransportListener);
    descriptor: (Lio/vertx/ext/web/handler/sockjs/impl/TransportListener;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
        start local 1 // io.vertx.ext.web.handler.sockjs.impl.TransportListener lst
         0: .line 444
            aload 0 /* this */
            aload 1 /* lst */
            sipush 3000
            ldc "Go away!"
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.writeClosed:(Lio/vertx/ext/web/handler/sockjs/impl/TransportListener;ILjava/lang/String;)V
         1: .line 445
            return
        end local 1 // io.vertx.ext.web.handler.sockjs.impl.TransportListener lst
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            0    2     1   lst  Lio/vertx/ext/web/handler/sockjs/impl/TransportListener;
    MethodParameters:
      Name  Flags
      lst   

  private void writeClosed(io.vertx.ext.web.handler.sockjs.impl.TransportListener, int, java.lang.String);
    descriptor: (Lio/vertx/ext/web/handler/sockjs/impl/TransportListener;ILjava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
        start local 1 // io.vertx.ext.web.handler.sockjs.impl.TransportListener lst
        start local 2 // int code
        start local 3 // java.lang.String msg
         0: .line 448
            new java.lang.StringBuilder
            dup
            ldc "c["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* code */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ",\""
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* msg */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\"]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 4 /* sb */
        start local 4 // java.lang.String sb
         1: .line 449
            aload 1 /* lst */
            aload 4 /* sb */
            aconst_null
            invokeinterface io.vertx.ext.web.handler.sockjs.impl.TransportListener.sendFrame:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         2: .line 450
            return
        end local 4 // java.lang.String sb
        end local 3 // java.lang.String msg
        end local 2 // int code
        end local 1 // io.vertx.ext.web.handler.sockjs.impl.TransportListener lst
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            0    3     1   lst  Lio/vertx/ext/web/handler/sockjs/impl/TransportListener;
            0    3     2  code  I
            0    3     3   msg  Ljava/lang/String;
            1    3     4    sb  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      lst   
      code  
      msg   

  private synchronized void writeOpen(io.vertx.ext.web.handler.sockjs.impl.TransportListener);
    descriptor: (Lio/vertx/ext/web/handler/sockjs/impl/TransportListener;)V
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
        start local 1 // io.vertx.ext.web.handler.sockjs.impl.TransportListener lst
         0: .line 453
            aload 1 /* lst */
            ldc "o"
            aconst_null
            invokeinterface io.vertx.ext.web.handler.sockjs.impl.TransportListener.sendFrame:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 454
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.openWritten:Z
         2: .line 455
            return
        end local 1 // io.vertx.ext.web.handler.sockjs.impl.TransportListener lst
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            0    3     1   lst  Lio/vertx/ext/web/handler/sockjs/impl/TransportListener;
    MethodParameters:
      Name  Flags
      lst   

  public io.vertx.core.streams.ReadStream pause();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.pause:()Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.web.handler.sockjs.SockJSSocket pause();
    descriptor: ()Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.pause:()Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream handler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    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.core.Handler
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.handler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.web.handler.sockjs.SockJSSocket handler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.handler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream endHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.web.handler.sockjs.SockJSSocket endHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.WriteStream write(java.lang.Object, io.vertx.core.Handler);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)Lio/vertx/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.buffer.Buffer
            aload 2
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.write:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.WriteStream setWriteQueueMaxSize(int);
    descriptor: (I)Lio/vertx/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.setWriteQueueMaxSize:(I)Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.web.handler.sockjs.SockJSSocket setWriteQueueMaxSize(int);
    descriptor: (I)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.setWriteQueueMaxSize:(I)Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream resume();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.resume:()Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.web.handler.sockjs.SockJSSocket resume();
    descriptor: ()Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.resume:()Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.web.handler.sockjs.SockJSSocket exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.WriteStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.WriteStream drainHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.web.handler.sockjs.SockJSSocket drainHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void lambda$0(java.lang.Long);
    descriptor: (Ljava/lang/Long;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
        start local 1 // java.lang.Long tid
         0: .line 118
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.listener:Lio/vertx/ext/web/handler/sockjs/impl/TransportListener;
            ifnull 2
         1: .line 119
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.listener:Lio/vertx/ext/web/handler/sockjs/impl/TransportListener;
            ldc "h"
            aconst_null
            invokeinterface io.vertx.ext.web.handler.sockjs.impl.TransportListener.sendFrame:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         2: .line 121
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Long tid
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            0    3     1   tid  Ljava/lang/Long;

  private static void lambda$1(io.vertx.core.Handler, java.lang.Void);
    descriptor: (Lio/vertx/core/Handler;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // java.lang.Void v
         0: .line 129
            aload 0
            getstatic io.vertx.core.net.impl.ConnectionBase.CLOSED_EXCEPTION:Lio/vertx/core/VertxException;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 1 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     v  Ljava/lang/Void;

  private void lambda$2(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
        start local 1 // java.lang.Void v
         0: .line 145
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.writePendingMessages:()V
            return
        end local 1 // java.lang.Void v
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            0    1     1     v  Ljava/lang/Void;

  private void lambda$3(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
        start local 1 // java.lang.Void v
         0: .line 226
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.doClose:()V
            return
        end local 1 // java.lang.Void v
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            0    1     1     v  Ljava/lang/Void;

  private void lambda$4(java.lang.Long);
    descriptor: (Ljava/lang/Long;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
        start local 1 // java.lang.Long id1
         0: .line 275
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.heartbeatID:J
            invokeinterface io.vertx.core.Vertx.cancelTimer:(J)Z
            pop
         1: .line 276
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.listener:Lio/vertx/ext/web/handler/sockjs/impl/TransportListener;
            ifnonnull 3
         2: .line 277
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.shutdown:()V
         3: .line 279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.listener:Lio/vertx/ext/web/handler/sockjs/impl/TransportListener;
            ifnull 5
         4: .line 280
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.listener:Lio/vertx/ext/web/handler/sockjs/impl/TransportListener;
            invokeinterface io.vertx.ext.web.handler.sockjs.impl.TransportListener.close:()V
         5: .line 282
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Long id1
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            0    6     1   id1  Ljava/lang/Long;

  private static void lambda$5(java.util.List, io.vertx.core.AsyncResult);
    descriptor: (Ljava/util/List;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.AsyncResult ar
         0: .line 294
            aload 0
            aload 1 /* ar */
            invokedynamic accept(Lio/vertx/core/AsyncResult;)Ljava/util/function/Consumer;
              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/SockJSSession.lambda$6(Lio/vertx/core/AsyncResult;Lio/vertx/core/Handler;)V (6)
                  (Lio/vertx/core/Handler;)V
            invokeinterface java.util.List.forEach:(Ljava/util/function/Consumer;)V
         1: .line 295
            return
        end local 1 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     1    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$7(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
        start local 1 // io.vertx.core.Handler handler
         0: .line 380
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSession.context:Lio/vertx/core/Context;
            aload 1 /* handler */
            invokedynamic handle(Lio/vertx/core/Handler;)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/SockJSSession.lambda$8(Lio/vertx/core/Handler;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
         1: .line 383
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private void lambda$10(java.lang.String[], java.lang.Void);
    descriptor: ([Ljava/lang/String;Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
        start local 2 // java.lang.Void v
         0: .line 426
            aload 0 /* this */
            aload 1
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSession.handleMessages:([Ljava/lang/String;)V
         1: .line 427
            return
        end local 2 // java.lang.Void v
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSession;
            0    2     2     v  Ljava/lang/Void;

  private static void lambda$11(io.vertx.core.Handler, java.lang.Throwable, java.lang.Void);
    descriptor: (Lio/vertx/core/Handler;Ljava/lang/Throwable;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 2 // java.lang.Void v
         0: .line 437
            aload 0
            aload 1
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 2 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     2     v  Ljava/lang/Void;

  private static void lambda$6(io.vertx.core.AsyncResult, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/AsyncResult;Lio/vertx/core/Handler;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.Handler a
         0: .line 294
            aload 1 /* a */
            aload 0
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 1 // io.vertx.core.Handler a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     a  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$8(io.vertx.core.Handler, java.lang.Void);
    descriptor: (Lio/vertx/core/Handler;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // java.lang.Void v
         0: .line 381
            aload 0
            getstatic io.vertx.core.net.impl.ConnectionBase.CLOSED_EXCEPTION:Lio/vertx/core/VertxException;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         1: .line 382
            return
        end local 1 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     1     v  Ljava/lang/Void;
}
SourceFile: "SockJSSession.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles