public class io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl implements io.vertx.ext.stomp.StompServerConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl
  super_class: java.lang.Object
{
  private static final io.vertx.core.impl.logging.Logger log;
    descriptor: Lio/vertx/core/impl/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final io.vertx.ext.stomp.StompServer server;
    descriptor: Lio/vertx/ext/stomp/StompServer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.net.NetSocket socket;
    descriptor: Lio/vertx/core/net/NetSocket;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  protected final io.vertx.core.Handler<io.vertx.ext.stomp.ServerFrame> handler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: Lio/vertx/core/Handler<Lio/vertx/ext/stomp/ServerFrame;>;

  public volatile long lastClientActivity;
    descriptor: J
    flags: (0x0041) ACC_PUBLIC, ACC_VOLATILE

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

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

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

  public void <init>(io.vertx.core.net.NetSocket, io.vertx.ext.stomp.StompServer, io.vertx.core.Handler<io.vertx.ext.stomp.ServerFrame>);
    descriptor: (Lio/vertx/core/net/NetSocket;Lio/vertx/ext/stomp/StompServer;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl this
        start local 1 // io.vertx.core.net.NetSocket socket
        start local 2 // io.vertx.ext.stomp.StompServer server
        start local 3 // io.vertx.core.Handler writingFrameHandler
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 0 /* this */
            ldc -1
            putfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.pinger:J
         2: .line 48
            aload 0 /* this */
            ldc -1
            putfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.ponger:J
         3: .line 51
            aload 1 /* socket */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 52
            aload 2 /* server */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 53
            aload 0 /* this */
            aload 1 /* socket */
            putfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.socket:Lio/vertx/core/net/NetSocket;
         6: .line 54
            aload 0 /* this */
            aload 2 /* server */
            putfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.server:Lio/vertx/ext/stomp/StompServer;
         7: .line 55
            aload 0 /* this */
            invokestatic java.util.UUID.randomUUID:()Ljava/util/UUID;
            invokevirtual java.util.UUID.toString:()Ljava/lang/String;
            putfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.sessionId:Ljava/lang/String;
         8: .line 56
            aload 0 /* this */
            aload 3 /* writingFrameHandler */
            putfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.handler:Lio/vertx/core/Handler;
         9: .line 57
            return
        end local 3 // io.vertx.core.Handler writingFrameHandler
        end local 2 // io.vertx.ext.stomp.StompServer server
        end local 1 // io.vertx.core.net.NetSocket socket
        end local 0 // io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   10     0                 this  Lio/vertx/ext/stomp/impl/StompServerTCPConnectionImpl;
            0   10     1               socket  Lio/vertx/core/net/NetSocket;
            0   10     2               server  Lio/vertx/ext/stomp/StompServer;
            0   10     3  writingFrameHandler  Lio/vertx/core/Handler<Lio/vertx/ext/stomp/ServerFrame;>;
    Signature: (Lio/vertx/core/net/NetSocket;Lio/vertx/ext/stomp/StompServer;Lio/vertx/core/Handler<Lio/vertx/ext/stomp/ServerFrame;>;)V
    MethodParameters:
                     Name  Flags
      socket               
      server               
      writingFrameHandler  

  public void <init>(io.vertx.ext.stomp.StompServer, io.vertx.core.Handler<io.vertx.ext.stomp.ServerFrame>);
    descriptor: (Lio/vertx/ext/stomp/StompServer;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl this
        start local 1 // io.vertx.ext.stomp.StompServer server
        start local 2 // io.vertx.core.Handler writingFrameHandler
         0: .line 59
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 0 /* this */
            ldc -1
            putfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.pinger:J
         2: .line 48
            aload 0 /* this */
            ldc -1
            putfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.ponger:J
         3: .line 60
            aload 1 /* server */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 61
            aload 0 /* this */
            aconst_null
            putfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.socket:Lio/vertx/core/net/NetSocket;
         5: .line 62
            aload 0 /* this */
            aload 1 /* server */
            putfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.server:Lio/vertx/ext/stomp/StompServer;
         6: .line 63
            aload 0 /* this */
            aload 2 /* writingFrameHandler */
            putfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.handler:Lio/vertx/core/Handler;
         7: .line 64
            aload 0 /* this */
            invokestatic java.util.UUID.randomUUID:()Ljava/util/UUID;
            invokevirtual java.util.UUID.toString:()Ljava/lang/String;
            putfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.sessionId:Ljava/lang/String;
         8: .line 65
            return
        end local 2 // io.vertx.core.Handler writingFrameHandler
        end local 1 // io.vertx.ext.stomp.StompServer server
        end local 0 // io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    9     0                 this  Lio/vertx/ext/stomp/impl/StompServerTCPConnectionImpl;
            0    9     1               server  Lio/vertx/ext/stomp/StompServer;
            0    9     2  writingFrameHandler  Lio/vertx/core/Handler<Lio/vertx/ext/stomp/ServerFrame;>;
    Signature: (Lio/vertx/ext/stomp/StompServer;Lio/vertx/core/Handler<Lio/vertx/ext/stomp/ServerFrame;>;)V
    MethodParameters:
                     Name  Flags
      server               
      writingFrameHandler  

  public io.vertx.ext.stomp.StompServerConnection write(io.vertx.ext.stomp.Frame);
    descriptor: (Lio/vertx/ext/stomp/Frame;)Lio/vertx/ext/stomp/StompServerConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl this
        start local 1 // io.vertx.ext.stomp.Frame frame
         0: .line 69
            aload 0 /* this */
            getfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.handler:Lio/vertx/core/Handler;
            ifnull 2
         1: .line 70
            aload 0 /* this */
            getfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.handler:Lio/vertx/core/Handler;
            new io.vertx.ext.stomp.impl.ServerFrameImpl
            dup
            aload 1 /* frame */
            aload 0 /* this */
            invokespecial io.vertx.ext.stomp.impl.ServerFrameImpl.<init>:(Lio/vertx/ext/stomp/Frame;Lio/vertx/ext/stomp/StompServerConnection;)V
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* frame */
            aload 0 /* this */
            getfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.server:Lio/vertx/ext/stomp/StompServer;
            invokeinterface io.vertx.ext.stomp.StompServer.options:()Lio/vertx/ext/stomp/StompServerOptions;
            invokevirtual io.vertx.ext.stomp.StompServerOptions.isTrailingLine:()Z
            invokevirtual io.vertx.ext.stomp.Frame.toBuffer:(Z)Lio/vertx/core/buffer/Buffer;
            invokevirtual io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.write:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/ext/stomp/StompServerConnection;
            areturn
        end local 1 // io.vertx.ext.stomp.Frame frame
        end local 0 // io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/vertx/ext/stomp/impl/StompServerTCPConnectionImpl;
            0    3     1  frame  Lio/vertx/ext/stomp/Frame;
    MethodParameters:
       Name  Flags
      frame  

  public io.vertx.ext.stomp.StompServerConnection write(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/ext/stomp/StompServerConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl this
        start local 1 // io.vertx.core.buffer.Buffer buffer
         0: .line 77
            aload 0 /* this */
            getfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.socket:Lio/vertx/core/net/NetSocket;
            aload 1 /* buffer */
            invokeinterface io.vertx.core.net.NetSocket.write:(Ljava/lang/Object;)Lio/vertx/core/Future;
            pop
         1: .line 78
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.buffer.Buffer buffer
        end local 0 // io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/ext/stomp/impl/StompServerTCPConnectionImpl;
            0    2     1  buffer  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
        Name  Flags
      buffer  

  public io.vertx.ext.stomp.StompServer server();
    descriptor: ()Lio/vertx/ext/stomp/StompServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl this
         0: .line 83
            aload 0 /* this */
            getfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.server:Lio/vertx/ext/stomp/StompServer;
            areturn
        end local 0 // io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/stomp/impl/StompServerTCPConnectionImpl;

  public io.vertx.ext.stomp.StompServerHandler handler();
    descriptor: ()Lio/vertx/ext/stomp/StompServerHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl this
         0: .line 88
            aload 0 /* this */
            getfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.server:Lio/vertx/ext/stomp/StompServer;
            invokeinterface io.vertx.ext.stomp.StompServer.stompHandler:()Lio/vertx/ext/stomp/StompServerHandler;
            areturn
        end local 0 // io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/stomp/impl/StompServerTCPConnectionImpl;

  public java.lang.String session();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl this
         0: .line 93
            aload 0 /* this */
            getfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.sessionId:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/stomp/impl/StompServerTCPConnectionImpl;

  public javax.net.ssl.SSLSession sslSession();
    descriptor: ()Ljavax/net/ssl/SSLSession;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl this
         0: .line 98
            aload 0 /* this */
            getfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.socket:Lio/vertx/core/net/NetSocket;
            invokeinterface io.vertx.core.net.NetSocket.sslSession:()Ljavax/net/ssl/SSLSession;
            areturn
        end local 0 // io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/stomp/impl/StompServerTCPConnectionImpl;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl this
         0: .line 103
            aload 0 /* this */
            invokevirtual io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.cancelHeartbeat:()V
         1: .line 104
            aload 0 /* this */
            invokevirtual io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.handler:()Lio/vertx/ext/stomp/StompServerHandler;
            aload 0 /* this */
            invokeinterface io.vertx.ext.stomp.StompServerHandler.onClose:(Lio/vertx/ext/stomp/StompServerConnection;)V
         2: .line 105
            aload 0 /* this */
            getfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.socket:Lio/vertx/core/net/NetSocket;
            invokeinterface io.vertx.core.net.NetSocket.close:()Lio/vertx/core/Future;
            pop
         3: .line 106
            return
        end local 0 // io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/ext/stomp/impl/StompServerTCPConnectionImpl;

  public void ping();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl this
         0: .line 113
            aload 0 /* this */
            getfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.handler:Lio/vertx/core/Handler;
            ifnull 2
         1: .line 114
            aload 0 /* this */
            getfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.handler:Lio/vertx/core/Handler;
            new io.vertx.ext.stomp.impl.ServerFrameImpl
            dup
            getstatic io.vertx.ext.stomp.Frames.PING:Lio/vertx/ext/stomp/Frame;
            aload 0 /* this */
            invokespecial io.vertx.ext.stomp.impl.ServerFrameImpl.<init>:(Lio/vertx/ext/stomp/Frame;Lio/vertx/ext/stomp/StompServerConnection;)V
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.socket:Lio/vertx/core/net/NetSocket;
            ldc "\n"
            invokestatic io.vertx.core.buffer.Buffer.buffer:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.net.NetSocket.write:(Ljava/lang/Object;)Lio/vertx/core/Future;
            pop
         3: .line 117
            return
        end local 0 // io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/ext/stomp/impl/StompServerTCPConnectionImpl;

  public synchronized void cancelHeartbeat();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl this
         0: .line 120
            aload 0 /* this */
            getfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.pinger:J
            lconst_0
            lcmp
            iflt 3
         1: .line 121
            aload 0 /* this */
            getfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.server:Lio/vertx/ext/stomp/StompServer;
            invokeinterface io.vertx.ext.stomp.StompServer.vertx:()Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.pinger:J
            invokeinterface io.vertx.core.Vertx.cancelTimer:(J)Z
            pop
         2: .line 122
            aload 0 /* this */
            ldc -1
            putfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.pinger:J
         3: .line 125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.ponger:J
            lconst_0
            lcmp
            iflt 6
         4: .line 126
            aload 0 /* this */
            getfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.server:Lio/vertx/ext/stomp/StompServer;
            invokeinterface io.vertx.ext.stomp.StompServer.vertx:()Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.ponger:J
            invokeinterface io.vertx.core.Vertx.cancelTimer:(J)Z
            pop
         5: .line 127
            aload 0 /* this */
            ldc -1
            putfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.ponger:J
         6: .line 129
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/ext/stomp/impl/StompServerTCPConnectionImpl;

  public void onServerActivity();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl this
         0: .line 133
            aload 0 /* this */
            invokestatic java.lang.System.nanoTime:()J
            putfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.lastClientActivity:J
         1: .line 134
            return
        end local 0 // io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/stomp/impl/StompServerTCPConnectionImpl;

  public synchronized void configureHeartbeat(long, long, io.vertx.core.Handler<io.vertx.ext.stomp.StompServerConnection>);
    descriptor: (JJLio/vertx/core/Handler;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=7, locals=6, args_size=4
        start local 0 // io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl this
        start local 1 // long ping
        start local 3 // long pong
        start local 5 // io.vertx.core.Handler pingHandler
         0: .line 138
            lload 1 /* ping */
            lconst_0
            lcmp
            ifle 2
         1: .line 139
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.server:Lio/vertx/ext/stomp/StompServer;
            invokeinterface io.vertx.ext.stomp.StompServer.vertx:()Lio/vertx/core/Vertx;
            lload 1 /* ping */
            aload 0 /* this */
            aload 5 /* pingHandler */
            invokedynamic handle(Lio/vertx/ext/stomp/impl/StompServerTCPConnectionImpl;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/stomp/impl/StompServerTCPConnectionImpl.lambda$0(Lio/vertx/core/Handler;Ljava/lang/Long;)V (7)
                  (Ljava/lang/Long;)V
            invokeinterface io.vertx.core.Vertx.setPeriodic:(JLio/vertx/core/Handler;)J
            putfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.pinger:J
         2: .line 141
      StackMap locals:
      StackMap stack:
            lload 3 /* pong */
            lconst_0
            lcmp
            ifle 4
         3: .line 142
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.server:Lio/vertx/ext/stomp/StompServer;
            invokeinterface io.vertx.ext.stomp.StompServer.vertx:()Lio/vertx/core/Vertx;
            lload 3 /* pong */
            aload 0 /* this */
            lload 3 /* pong */
            invokedynamic handle(Lio/vertx/ext/stomp/impl/StompServerTCPConnectionImpl;J)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/stomp/impl/StompServerTCPConnectionImpl.lambda$1(JLjava/lang/Long;)V (7)
                  (Ljava/lang/Long;)V
            invokeinterface io.vertx.core.Vertx.setPeriodic:(JLio/vertx/core/Handler;)J
            putfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.ponger:J
         4: .line 151
      StackMap locals:
      StackMap stack:
            return
        end local 5 // io.vertx.core.Handler pingHandler
        end local 3 // long pong
        end local 1 // long ping
        end local 0 // io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lio/vertx/ext/stomp/impl/StompServerTCPConnectionImpl;
            0    5     1         ping  J
            0    5     3         pong  J
            0    5     5  pingHandler  Lio/vertx/core/Handler<Lio/vertx/ext/stomp/StompServerConnection;>;
    Signature: (JJLio/vertx/core/Handler<Lio/vertx/ext/stomp/StompServerConnection;>;)V
    MethodParameters:
             Name  Flags
      ping         
      pong         
      pingHandler  

  private void lambda$0(io.vertx.core.Handler, java.lang.Long);
    descriptor: (Lio/vertx/core/Handler;Ljava/lang/Long;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl this
        start local 2 // java.lang.Long l
         0: .line 139
            aload 1
            aload 0 /* this */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 2 // java.lang.Long l
        end local 0 // io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/stomp/impl/StompServerTCPConnectionImpl;
            0    1     2     l  Ljava/lang/Long;

  private void lambda$1(long, java.lang.Long);
    descriptor: (JLjava/lang/Long;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=8, args_size=3
        start local 0 // io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl this
        start local 3 // java.lang.Long l
         0: .line 143
            invokestatic java.lang.System.nanoTime:()J
            aload 0 /* this */
            getfield io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.lastClientActivity:J
            lsub
            lstore 4 /* delta */
        start local 4 // long delta
         1: .line 144
            getstatic java.util.concurrent.TimeUnit.MILLISECONDS:Ljava/util/concurrent/TimeUnit;
            lload 4 /* delta */
            getstatic java.util.concurrent.TimeUnit.NANOSECONDS:Ljava/util/concurrent/TimeUnit;
            invokevirtual java.util.concurrent.TimeUnit.convert:(JLjava/util/concurrent/TimeUnit;)J
            lstore 6 /* deltaInMs */
        start local 6 // long deltaInMs
         2: .line 145
            lload 6 /* deltaInMs */
            lload 1
            ldc 2
            lmul
            lcmp
            ifle 5
         3: .line 146
            getstatic io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.log:Lio/vertx/core/impl/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "Disconnecting client "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " - no client activity in the last "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            lload 6 /* deltaInMs */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc " ms"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface io.vertx.core.impl.logging.Logger.warn:(Ljava/lang/Object;)V
         4: .line 147
            aload 0 /* this */
            invokevirtual io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl.close:()V
        end local 6 // long deltaInMs
        end local 4 // long delta
         5: .line 149
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Long l
        end local 0 // io.vertx.ext.stomp.impl.StompServerTCPConnectionImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lio/vertx/ext/stomp/impl/StompServerTCPConnectionImpl;
            0    6     3          l  Ljava/lang/Long;
            1    5     4      delta  J
            2    5     6  deltaInMs  J
}
SourceFile: "StompServerTCPConnectionImpl.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles