public class io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl implements io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl
  super_class: java.lang.Object
{
  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.eventbus.EventBus eb;
    descriptor: Lio/vertx/core/eventbus/EventBus;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final java.util.Map<java.lang.String, java.util.regex.Pattern> compiledREs;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/util/regex/Pattern;>;

  private final io.vertx.ext.bridge.BridgeOptions options;
    descriptor: Lio/vertx/ext/bridge/BridgeOptions;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.Handler<io.vertx.ext.eventbus.bridge.tcp.BridgeEvent> bridgeEventHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/Handler<Lio/vertx/ext/eventbus/bridge/tcp/BridgeEvent;>;

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

  public void <init>(io.vertx.core.Vertx, io.vertx.ext.bridge.BridgeOptions, io.vertx.core.net.NetServerOptions, io.vertx.core.Handler<io.vertx.ext.eventbus.bridge.tcp.BridgeEvent>);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/bridge/BridgeOptions;Lio/vertx/core/net/NetServerOptions;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.ext.bridge.BridgeOptions options
        start local 3 // io.vertx.core.net.NetServerOptions netServerOptions
        start local 4 // io.vertx.core.Handler eventHandler
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 64
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.compiledREs:Ljava/util/Map;
         2: .line 70
            aload 0 /* this */
            aload 1 /* vertx */
            invokeinterface io.vertx.core.Vertx.eventBus:()Lio/vertx/core/eventbus/EventBus;
            putfield io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.eb:Lio/vertx/core/eventbus/EventBus;
         3: .line 71
            aload 0 /* this */
            aload 2 /* options */
            ifnull 4
            aload 2 /* options */
            goto 5
      StackMap locals: io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl io.vertx.core.Vertx io.vertx.ext.bridge.BridgeOptions io.vertx.core.net.NetServerOptions io.vertx.core.Handler
      StackMap stack: io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl
         4: new io.vertx.ext.bridge.BridgeOptions
            dup
            invokespecial io.vertx.ext.bridge.BridgeOptions.<init>:()V
      StackMap locals: io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl io.vertx.core.Vertx io.vertx.ext.bridge.BridgeOptions io.vertx.core.net.NetServerOptions io.vertx.core.Handler
      StackMap stack: io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl io.vertx.ext.bridge.BridgeOptions
         5: putfield io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.options:Lio/vertx/ext/bridge/BridgeOptions;
         6: .line 72
            aload 0 /* this */
            aload 4 /* eventHandler */
            putfield io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.bridgeEventHandler:Lio/vertx/core/Handler;
         7: .line 74
            aload 0 /* this */
            aload 1 /* vertx */
            aload 3 /* netServerOptions */
            ifnonnull 8
            new io.vertx.core.net.NetServerOptions
            dup
            invokespecial io.vertx.core.net.NetServerOptions.<init>:()V
            goto 9
      StackMap locals: io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl io.vertx.core.Vertx io.vertx.ext.bridge.BridgeOptions io.vertx.core.net.NetServerOptions io.vertx.core.Handler
      StackMap stack: io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl io.vertx.core.Vertx
         8: aload 3 /* netServerOptions */
      StackMap locals: io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl io.vertx.core.Vertx io.vertx.ext.bridge.BridgeOptions io.vertx.core.net.NetServerOptions io.vertx.core.Handler
      StackMap stack: io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl io.vertx.core.Vertx io.vertx.core.net.NetServerOptions
         9: invokeinterface io.vertx.core.Vertx.createNetServer:(Lio/vertx/core/net/NetServerOptions;)Lio/vertx/core/net/NetServer;
            putfield io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.server:Lio/vertx/core/net/NetServer;
        10: .line 75
            aload 0 /* this */
            getfield io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.server:Lio/vertx/core/net/NetServer;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl;)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/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl.handler(Lio/vertx/core/net/NetSocket;)V (7)
                  (Lio/vertx/core/net/NetSocket;)V
            invokeinterface io.vertx.core.net.NetServer.connectHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/NetServer;
            pop
        11: .line 76
            return
        end local 4 // io.vertx.core.Handler eventHandler
        end local 3 // io.vertx.core.net.NetServerOptions netServerOptions
        end local 2 // io.vertx.ext.bridge.BridgeOptions options
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   12     0              this  Lio/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl;
            0   12     1             vertx  Lio/vertx/core/Vertx;
            0   12     2           options  Lio/vertx/ext/bridge/BridgeOptions;
            0   12     3  netServerOptions  Lio/vertx/core/net/NetServerOptions;
            0   12     4      eventHandler  Lio/vertx/core/Handler<Lio/vertx/ext/eventbus/bridge/tcp/BridgeEvent;>;
    Signature: (Lio/vertx/core/Vertx;Lio/vertx/ext/bridge/BridgeOptions;Lio/vertx/core/net/NetServerOptions;Lio/vertx/core/Handler<Lio/vertx/ext/eventbus/bridge/tcp/BridgeEvent;>;)V
    MethodParameters:
                  Name  Flags
      vertx             
      options           
      netServerOptions  
      eventHandler      

  public void <init>(io.vertx.core.Vertx, io.vertx.ext.bridge.BridgeOptions, io.vertx.core.net.NetServerOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/bridge/BridgeOptions;Lio/vertx/core/net/NetServerOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.ext.bridge.BridgeOptions options
        start local 3 // io.vertx.core.net.NetServerOptions netServerOptions
         0: .line 79
            aload 0 /* this */
            aload 1 /* vertx */
            aload 2 /* options */
            aload 3 /* netServerOptions */
            aconst_null
            invokespecial io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/bridge/BridgeOptions;Lio/vertx/core/net/NetServerOptions;Lio/vertx/core/Handler;)V
         1: .line 80
            return
        end local 3 // io.vertx.core.net.NetServerOptions netServerOptions
        end local 2 // io.vertx.ext.bridge.BridgeOptions options
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl;
            0    2     1             vertx  Lio/vertx/core/Vertx;
            0    2     2           options  Lio/vertx/ext/bridge/BridgeOptions;
            0    2     3  netServerOptions  Lio/vertx/core/net/NetServerOptions;
    MethodParameters:
                  Name  Flags
      vertx             
      options           
      netServerOptions  

  public io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge listen();
    descriptor: ()Lio/vertx/ext/eventbus/bridge/tcp/TcpEventBusBridge;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
         0: .line 85
            aload 0 /* this */
            getfield io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.server:Lio/vertx/core/net/NetServer;
            invokeinterface io.vertx.core.net.NetServer.listen:()Lio/vertx/core/net/NetServer;
            pop
         1: .line 86
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl;

  public io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge listen(int);
    descriptor: (I)Lio/vertx/ext/eventbus/bridge/tcp/TcpEventBusBridge;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
        start local 1 // int port
         0: .line 91
            aload 0 /* this */
            getfield io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.server:Lio/vertx/core/net/NetServer;
            iload 1 /* port */
            invokeinterface io.vertx.core.net.NetServer.listen:(I)Lio/vertx/core/net/NetServer;
            pop
         1: .line 92
            aload 0 /* this */
            areturn
        end local 1 // int port
        end local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl;
            0    2     1  port  I
    MethodParameters:
      Name  Flags
      port  

  public io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge listen(int, java.lang.String);
    descriptor: (ILjava/lang/String;)Lio/vertx/ext/eventbus/bridge/tcp/TcpEventBusBridge;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
        start local 1 // int port
        start local 2 // java.lang.String address
         0: .line 97
            aload 0 /* this */
            getfield io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.server:Lio/vertx/core/net/NetServer;
            iload 1 /* port */
            aload 2 /* address */
            invokeinterface io.vertx.core.net.NetServer.listen:(ILjava/lang/String;)Lio/vertx/core/net/NetServer;
            pop
         1: .line 98
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String address
        end local 1 // int port
        end local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl;
            0    2     1     port  I
            0    2     2  address  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      port     
      address  

  public io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/eventbus/bridge/tcp/TcpEventBusBridge;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 103
            aload 0 /* this */
            getfield io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.server:Lio/vertx/core/net/NetServer;
            aload 0 /* this */
            aload 1 /* handler */
            invokedynamic handle(Lio/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl;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/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl.lambda$1(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.net.NetServer.listen:(Lio/vertx/core/Handler;)Lio/vertx/core/net/NetServer;
            pop
         1: .line 110
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/eventbus/bridge/tcp/TcpEventBusBridge;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/eventbus/bridge/tcp/TcpEventBusBridge;>;>;)Lio/vertx/ext/eventbus/bridge/tcp/TcpEventBusBridge;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge>>);
    descriptor: (ILjava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/eventbus/bridge/tcp/TcpEventBusBridge;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
        start local 1 // int port
        start local 2 // java.lang.String address
        start local 3 // io.vertx.core.Handler handler
         0: .line 115
            aload 0 /* this */
            getfield io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.server:Lio/vertx/core/net/NetServer;
            iload 1 /* port */
            aload 2 /* address */
            aload 0 /* this */
            aload 3 /* handler */
            invokedynamic handle(Lio/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl;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/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl.lambda$2(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.net.NetServer.listen:(ILjava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/net/NetServer;
            pop
         1: .line 122
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String address
        end local 1 // int port
        end local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl;
            0    2     1     port  I
            0    2     2  address  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/eventbus/bridge/tcp/TcpEventBusBridge;>;>;
    Signature: (ILjava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/eventbus/bridge/tcp/TcpEventBusBridge;>;>;)Lio/vertx/ext/eventbus/bridge/tcp/TcpEventBusBridge;
    MethodParameters:
         Name  Flags
      port     
      address  
      handler  

  public io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge listen(int, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge>>);
    descriptor: (ILio/vertx/core/Handler;)Lio/vertx/ext/eventbus/bridge/tcp/TcpEventBusBridge;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
        start local 1 // int port
        start local 2 // io.vertx.core.Handler handler
         0: .line 127
            aload 0 /* this */
            getfield io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.server:Lio/vertx/core/net/NetServer;
            iload 1 /* port */
            aload 0 /* this */
            aload 2 /* handler */
            invokedynamic handle(Lio/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl;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/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl.lambda$3(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.net.NetServer.listen:(ILio/vertx/core/Handler;)Lio/vertx/core/net/NetServer;
            pop
         1: .line 134
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // int port
        end local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl;
            0    2     1     port  I
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/eventbus/bridge/tcp/TcpEventBusBridge;>;>;
    Signature: (ILio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/eventbus/bridge/tcp/TcpEventBusBridge;>;>;)Lio/vertx/ext/eventbus/bridge/tcp/TcpEventBusBridge;
    MethodParameters:
         Name  Flags
      port     
      handler  

  private void doSendOrPub(boolean, io.vertx.core.net.NetSocket, java.lang.String, io.vertx.core.json.JsonObject, java.util.Map<java.lang.String, io.vertx.core.eventbus.MessageConsumer<?>>, java.util.Map<java.lang.String, io.vertx.core.eventbus.Message<io.vertx.core.json.JsonObject>>);
    descriptor: (ZLio/vertx/core/net/NetSocket;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Ljava/util/Map;Ljava/util/Map;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=14, args_size=7
        start local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
        start local 1 // boolean send
        start local 2 // io.vertx.core.net.NetSocket socket
        start local 3 // java.lang.String address
        start local 4 // io.vertx.core.json.JsonObject msg
        start local 5 // java.util.Map registry
        start local 6 // java.util.Map replies
         0: .line 139
            aload 4 /* msg */
            ldc "body"
            invokevirtual io.vertx.core.json.JsonObject.getJsonObject:(Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
            astore 7 /* body */
        start local 7 // io.vertx.core.json.JsonObject body
         1: .line 140
            aload 4 /* msg */
            ldc "headers"
            invokevirtual io.vertx.core.json.JsonObject.getJsonObject:(Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
            astore 8 /* headers */
        start local 8 // io.vertx.core.json.JsonObject headers
         2: .line 144
            aload 4 /* msg */
            ldc "type"
            ldc "message"
            invokevirtual io.vertx.core.json.JsonObject.getString:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 9 /* type */
        start local 9 // java.lang.String type
         3: .line 145
            aload 0 /* this */
            new io.vertx.core.eventbus.DeliveryOptions
            dup
            invokespecial io.vertx.core.eventbus.DeliveryOptions.<init>:()V
            aload 8 /* headers */
            invokevirtual io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.parseMsgHeaders:(Lio/vertx/core/eventbus/DeliveryOptions;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/eventbus/DeliveryOptions;
            astore 10 /* deliveryOptions */
        start local 10 // io.vertx.core.eventbus.DeliveryOptions deliveryOptions
         4: .line 147
            aload 9 /* type */
            dup
            astore 11
            invokevirtual java.lang.String.hashCode:()I
            lookupswitch { // 5
           -690213213: 5
           -235365105: 6
              3441010: 7
              3526536: 8
            836015164: 9
              default: 48
          }
      StackMap locals: io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl int io.vertx.core.net.NetSocket java.lang.String io.vertx.core.json.JsonObject java.util.Map java.util.Map io.vertx.core.json.JsonObject io.vertx.core.json.JsonObject java.lang.String io.vertx.core.eventbus.DeliveryOptions java.lang.String
      StackMap stack:
         5: aload 11
            ldc "register"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 32
            goto 48
      StackMap locals:
      StackMap stack:
         6: aload 11
            ldc "publish"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 27
            goto 48
      StackMap locals:
      StackMap stack:
         7: aload 11
            ldc "ping"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 46
            goto 48
      StackMap locals:
      StackMap stack:
         8: aload 11
            ldc "send"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 10
            goto 48
      StackMap locals:
      StackMap stack:
         9: aload 11
            ldc "unregister"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 37
            goto 48
        10: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            aload 3 /* address */
            aload 6 /* replies */
            invokevirtual io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.checkMatches:(ZLjava/lang/String;Ljava/util/Map;)Z
            ifeq 25
        11: .line 150
            aload 4 /* msg */
            ldc "replyAddress"
            invokevirtual io.vertx.core.json.JsonObject.getString:(Ljava/lang/String;)Ljava/lang/String;
            astore 12 /* replyAddress */
        start local 12 // java.lang.String replyAddress
        12: .line 152
            aload 12 /* replyAddress */
            ifnull 15
        13: .line 154
            aload 0 /* this */
            getfield io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.eb:Lio/vertx/core/eventbus/EventBus;
            aload 3 /* address */
            aload 7 /* body */
            aload 10 /* deliveryOptions */
            aload 3 /* address */
            aload 12 /* replyAddress */
            aload 2 /* socket */
            aload 6 /* replies */
            invokedynamic handle(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/net/NetSocket;Ljava/util/Map;)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/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl.lambda$4(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/net/NetSocket;Ljava/util/Map;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.eventbus.EventBus.send:(Ljava/lang/String;Ljava/lang/Object;Lio/vertx/core/eventbus/DeliveryOptions;Lio/vertx/core/Handler;)Lio/vertx/core/eventbus/EventBus;
            pop
        14: .line 173
            goto 23
        15: .line 175
      StackMap locals: java.lang.String
      StackMap stack:
            aload 6 /* replies */
            aload 3 /* address */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifeq 22
        16: .line 177
            aload 4 /* msg */
            ldc "failureCode"
            invokevirtual io.vertx.core.json.JsonObject.getInteger:(Ljava/lang/String;)Ljava/lang/Integer;
            astore 13 /* failureCode */
        start local 13 // java.lang.Integer failureCode
        17: .line 178
            aload 13 /* failureCode */
            ifnonnull 20
        18: .line 180
            aload 6 /* replies */
            aload 3 /* address */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.core.eventbus.Message
            aload 7 /* body */
            aload 10 /* deliveryOptions */
            invokeinterface io.vertx.core.eventbus.Message.reply:(Ljava/lang/Object;Lio/vertx/core/eventbus/DeliveryOptions;)V
        19: .line 181
            goto 23
        20: .line 183
      StackMap locals: java.lang.Integer
      StackMap stack:
            aload 6 /* replies */
            aload 3 /* address */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.core.eventbus.Message
            aload 4 /* msg */
            ldc "failureCode"
            invokevirtual io.vertx.core.json.JsonObject.getInteger:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            aload 4 /* msg */
            ldc "message"
            invokevirtual io.vertx.core.json.JsonObject.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokeinterface io.vertx.core.eventbus.Message.fail:(ILjava/lang/String;)V
        end local 13 // java.lang.Integer failureCode
        21: .line 185
            goto 23
        22: .line 187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.eb:Lio/vertx/core/eventbus/EventBus;
            aload 3 /* address */
            aload 7 /* body */
            aload 10 /* deliveryOptions */
            invokeinterface io.vertx.core.eventbus.EventBus.send:(Ljava/lang/String;Ljava/lang/Object;Lio/vertx/core/eventbus/DeliveryOptions;)Lio/vertx/core/eventbus/EventBus;
            pop
        23: .line 191
      StackMap locals:
      StackMap stack:
            aload 6 /* replies */
            aload 3 /* address */
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 12 // java.lang.String replyAddress
        24: .line 192
            goto 49
        25: .line 193
      StackMap locals:
      StackMap stack:
            ldc "access_denied"
            aload 2 /* socket */
            invokestatic io.vertx.ext.eventbus.bridge.tcp.impl.protocol.FrameHelper.sendErrFrame:(Ljava/lang/String;Lio/vertx/core/streams/WriteStream;)V
        26: .line 195
            goto 49
        27: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            aload 3 /* address */
            invokevirtual io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.checkMatches:(ZLjava/lang/String;)Z
            ifeq 30
        28: .line 198
            aload 0 /* this */
            getfield io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.eb:Lio/vertx/core/eventbus/EventBus;
            aload 3 /* address */
            aload 7 /* body */
            aload 10 /* deliveryOptions */
            invokeinterface io.vertx.core.eventbus.EventBus.publish:(Ljava/lang/String;Ljava/lang/Object;Lio/vertx/core/eventbus/DeliveryOptions;)Lio/vertx/core/eventbus/EventBus;
            pop
        29: .line 199
            goto 49
        30: .line 200
      StackMap locals:
      StackMap stack:
            ldc "access_denied"
            aload 2 /* socket */
            invokestatic io.vertx.ext.eventbus.bridge.tcp.impl.protocol.FrameHelper.sendErrFrame:(Ljava/lang/String;Lio/vertx/core/streams/WriteStream;)V
        31: .line 202
            goto 49
        32: .line 204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            aload 3 /* address */
            invokevirtual io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.checkMatches:(ZLjava/lang/String;)Z
            ifeq 35
        33: .line 205
            aload 5 /* registry */
            aload 3 /* address */
            aload 0 /* this */
            getfield io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.eb:Lio/vertx/core/eventbus/EventBus;
            aload 3 /* address */
            aload 6 /* replies */
            aload 2 /* socket */
            invokedynamic handle(Ljava/util/Map;Lio/vertx/core/net/NetSocket;)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/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl.lambda$5(Ljava/util/Map;Lio/vertx/core/net/NetSocket;Lio/vertx/core/eventbus/Message;)V (6)
                  (Lio/vertx/core/eventbus/Message;)V
            invokeinterface io.vertx.core.eventbus.EventBus.consumer:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/eventbus/MessageConsumer;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        34: .line 220
            goto 49
        35: .line 221
      StackMap locals:
      StackMap stack:
            ldc "access_denied"
            aload 2 /* socket */
            invokestatic io.vertx.ext.eventbus.bridge.tcp.impl.protocol.FrameHelper.sendErrFrame:(Ljava/lang/String;Lio/vertx/core/streams/WriteStream;)V
        36: .line 223
            goto 49
        37: .line 225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            aload 3 /* address */
            invokevirtual io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.checkMatches:(ZLjava/lang/String;)Z
            ifeq 44
        38: .line 226
            aload 5 /* registry */
            aload 3 /* address */
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.core.eventbus.MessageConsumer
            astore 12 /* consumer */
        start local 12 // io.vertx.core.eventbus.MessageConsumer consumer
        39: .line 227
            aload 12 /* consumer */
            ifnull 42
        40: .line 228
            aload 12 /* consumer */
            invokeinterface io.vertx.core.eventbus.MessageConsumer.unregister:()V
        41: .line 229
            goto 49
        42: .line 230
      StackMap locals: io.vertx.core.eventbus.MessageConsumer
      StackMap stack:
            ldc "unknown_address"
            aload 2 /* socket */
            invokestatic io.vertx.ext.eventbus.bridge.tcp.impl.protocol.FrameHelper.sendErrFrame:(Ljava/lang/String;Lio/vertx/core/streams/WriteStream;)V
        end local 12 // io.vertx.core.eventbus.MessageConsumer consumer
        43: .line 232
            goto 49
        44: .line 233
      StackMap locals:
      StackMap stack:
            ldc "access_denied"
            aload 2 /* socket */
            invokestatic io.vertx.ext.eventbus.bridge.tcp.impl.protocol.FrameHelper.sendErrFrame:(Ljava/lang/String;Lio/vertx/core/streams/WriteStream;)V
        45: .line 235
            goto 49
        46: .line 237
      StackMap locals:
      StackMap stack:
            ldc "pong"
            aload 2 /* socket */
            invokestatic io.vertx.ext.eventbus.bridge.tcp.impl.protocol.FrameHelper.sendFrame:(Ljava/lang/String;Lio/vertx/core/streams/WriteStream;)V
        47: .line 238
            goto 49
        48: .line 240
      StackMap locals:
      StackMap stack:
            ldc "unknown_type"
            aload 2 /* socket */
            invokestatic io.vertx.ext.eventbus.bridge.tcp.impl.protocol.FrameHelper.sendErrFrame:(Ljava/lang/String;Lio/vertx/core/streams/WriteStream;)V
        49: .line 243
      StackMap locals:
      StackMap stack:
            return
        end local 10 // io.vertx.core.eventbus.DeliveryOptions deliveryOptions
        end local 9 // java.lang.String type
        end local 8 // io.vertx.core.json.JsonObject headers
        end local 7 // io.vertx.core.json.JsonObject body
        end local 6 // java.util.Map replies
        end local 5 // java.util.Map registry
        end local 4 // io.vertx.core.json.JsonObject msg
        end local 3 // java.lang.String address
        end local 2 // io.vertx.core.net.NetSocket socket
        end local 1 // boolean send
        end local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   50     0             this  Lio/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl;
            0   50     1             send  Z
            0   50     2           socket  Lio/vertx/core/net/NetSocket;
            0   50     3          address  Ljava/lang/String;
            0   50     4              msg  Lio/vertx/core/json/JsonObject;
            0   50     5         registry  Ljava/util/Map<Ljava/lang/String;Lio/vertx/core/eventbus/MessageConsumer<*>;>;
            0   50     6          replies  Ljava/util/Map<Ljava/lang/String;Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;>;
            1   50     7             body  Lio/vertx/core/json/JsonObject;
            2   50     8          headers  Lio/vertx/core/json/JsonObject;
            3   50     9             type  Ljava/lang/String;
            4   50    10  deliveryOptions  Lio/vertx/core/eventbus/DeliveryOptions;
           12   24    12     replyAddress  Ljava/lang/String;
           17   21    13      failureCode  Ljava/lang/Integer;
           39   43    12         consumer  Lio/vertx/core/eventbus/MessageConsumer<*>;
    Signature: (ZLio/vertx/core/net/NetSocket;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Ljava/util/Map<Ljava/lang/String;Lio/vertx/core/eventbus/MessageConsumer<*>;>;Ljava/util/Map<Ljava/lang/String;Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;>;)V
    MethodParameters:
          Name  Flags
      send      
      socket    
      address   
      msg       
      registry  
      replies   

  private void handler(io.vertx.core.net.NetSocket);
    descriptor: (Lio/vertx/core/net/NetSocket;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
        start local 1 // io.vertx.core.net.NetSocket socket
         0: .line 247
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
            astore 2 /* registry */
        start local 2 // java.util.Map registry
         1: .line 248
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
            astore 3 /* replies */
        start local 3 // java.util.Map replies
         2: .line 251
            new io.vertx.ext.eventbus.bridge.tcp.impl.protocol.FrameParser
            dup
            aload 0 /* this */
            aload 1 /* socket */
            aload 2 /* registry */
            aload 3 /* replies */
            invokedynamic handle(Lio/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl;Lio/vertx/core/net/NetSocket;Ljava/util/Map;Ljava/util/Map;)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/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl.lambda$6(Lio/vertx/core/net/NetSocket;Ljava/util/Map;Ljava/util/Map;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokespecial io.vertx.ext.eventbus.bridge.tcp.impl.protocol.FrameParser.<init>:(Lio/vertx/core/Handler;)V
            astore 4 /* parser */
        start local 4 // io.vertx.ext.eventbus.bridge.tcp.impl.protocol.FrameParser parser
         3: .line 295
            aload 1 /* socket */
            aload 4 /* parser */
            invokeinterface io.vertx.core.net.NetSocket.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
            pop
         4: .line 297
            aload 1 /* socket */
            aload 2 /* registry */
            aload 1 /* socket */
            invokedynamic handle(Ljava/util/Map;Lio/vertx/core/net/NetSocket;)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/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl.lambda$10(Ljava/util/Map;Lio/vertx/core/net/NetSocket;Ljava/lang/Throwable;)V (6)
                  (Ljava/lang/Throwable;)V
            invokeinterface io.vertx.core.net.NetSocket.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
            pop
         5: .line 304
            aload 1 /* socket */
            aload 2 /* registry */
            invokedynamic handle(Ljava/util/Map;)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/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl.lambda$12(Ljava/util/Map;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.net.NetSocket.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
            pop
         6: .line 308
            return
        end local 4 // io.vertx.ext.eventbus.bridge.tcp.impl.protocol.FrameParser parser
        end local 3 // java.util.Map replies
        end local 2 // java.util.Map registry
        end local 1 // io.vertx.core.net.NetSocket socket
        end local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lio/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl;
            0    7     1    socket  Lio/vertx/core/net/NetSocket;
            1    7     2  registry  Ljava/util/Map<Ljava/lang/String;Lio/vertx/core/eventbus/MessageConsumer<*>;>;
            2    7     3   replies  Ljava/util/Map<Ljava/lang/String;Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;>;
            3    7     4    parser  Lio/vertx/ext/eventbus/bridge/tcp/impl/protocol/FrameParser;
    MethodParameters:
        Name  Flags
      socket  

  public void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 312
            aload 0 /* this */
            getfield io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.server:Lio/vertx/core/net/NetServer;
            aload 1 /* handler */
            invokeinterface io.vertx.core.net.NetServer.close:(Lio/vertx/core/Handler;)V
         1: .line 313
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
         0: .line 317
            aload 0 /* this */
            getfield io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.server:Lio/vertx/core/net/NetServer;
            invokeinterface io.vertx.core.net.NetServer.close:()V
         1: .line 318
            return
        end local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl;

  private void checkCallHook(java.util.function.Supplier<io.vertx.ext.eventbus.bridge.tcp.impl.BridgeEventImpl>, java.lang.Runnable, java.lang.Runnable);
    descriptor: (Ljava/util/function/Supplier;Ljava/lang/Runnable;Ljava/lang/Runnable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
        start local 1 // java.util.function.Supplier eventSupplier
        start local 2 // java.lang.Runnable okAction
        start local 3 // java.lang.Runnable rejectAction
         0: .line 321
            aload 0 /* this */
            getfield io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.bridgeEventHandler:Lio/vertx/core/Handler;
            ifnonnull 4
         1: .line 322
            aload 2 /* okAction */
            ifnull 7
         2: .line 323
            aload 2 /* okAction */
            invokeinterface java.lang.Runnable.run:()V
         3: .line 325
            goto 7
         4: .line 326
      StackMap locals:
      StackMap stack:
            aload 1 /* eventSupplier */
            invokeinterface java.util.function.Supplier.get:()Ljava/lang/Object;
            checkcast io.vertx.ext.eventbus.bridge.tcp.impl.BridgeEventImpl
            astore 4 /* event */
        start local 4 // io.vertx.ext.eventbus.bridge.tcp.impl.BridgeEventImpl event
         5: .line 327
            aload 0 /* this */
            getfield io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.bridgeEventHandler:Lio/vertx/core/Handler;
            aload 4 /* event */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         6: .line 328
            aload 4 /* event */
            invokevirtual io.vertx.ext.eventbus.bridge.tcp.impl.BridgeEventImpl.future:()Lio/vertx/core/Future;
            aload 2 /* okAction */
            aload 3 /* rejectAction */
            invokedynamic handle(Ljava/lang/Runnable;Ljava/lang/Runnable;)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/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl.lambda$14(Ljava/lang/Runnable;Ljava/lang/Runnable;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.Future.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
        end local 4 // io.vertx.ext.eventbus.bridge.tcp.impl.BridgeEventImpl event
         7: .line 346
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Runnable rejectAction
        end local 2 // java.lang.Runnable okAction
        end local 1 // java.util.function.Supplier eventSupplier
        end local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lio/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl;
            0    8     1  eventSupplier  Ljava/util/function/Supplier<Lio/vertx/ext/eventbus/bridge/tcp/impl/BridgeEventImpl;>;
            0    8     2       okAction  Ljava/lang/Runnable;
            0    8     3   rejectAction  Ljava/lang/Runnable;
            5    7     4          event  Lio/vertx/ext/eventbus/bridge/tcp/impl/BridgeEventImpl;
    Signature: (Ljava/util/function/Supplier<Lio/vertx/ext/eventbus/bridge/tcp/impl/BridgeEventImpl;>;Ljava/lang/Runnable;Ljava/lang/Runnable;)V
    MethodParameters:
               Name  Flags
      eventSupplier  
      okAction       
      rejectAction   

  private boolean checkMatches(boolean, java.lang.String);
    descriptor: (ZLjava/lang/String;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
        start local 1 // boolean inbound
        start local 2 // java.lang.String address
         0: .line 349
            aload 0 /* this */
            iload 1 /* inbound */
            aload 2 /* address */
            aconst_null
            invokevirtual io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.checkMatches:(ZLjava/lang/String;Ljava/util/Map;)Z
            ireturn
        end local 2 // java.lang.String address
        end local 1 // boolean inbound
        end local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl;
            0    1     1  inbound  Z
            0    1     2  address  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      inbound  
      address  

  private boolean checkMatches(boolean, java.lang.String, java.util.Map<java.lang.String, io.vertx.core.eventbus.Message<io.vertx.core.json.JsonObject>>);
    descriptor: (ZLjava/lang/String;Ljava/util/Map;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=10, args_size=4
        start local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
        start local 1 // boolean inbound
        start local 2 // java.lang.String address
        start local 3 // java.util.Map replies
         0: .line 355
            aload 3 /* replies */
            ifnull 2
            iload 1 /* inbound */
            ifeq 2
            aload 3 /* replies */
            aload 2 /* address */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 356
            iconst_1
            ireturn
         2: .line 359
      StackMap locals:
      StackMap stack:
            iload 1 /* inbound */
            ifeq 3
            aload 0 /* this */
            getfield io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.options:Lio/vertx/ext/bridge/BridgeOptions;
            invokevirtual io.vertx.ext.bridge.BridgeOptions.getInboundPermitteds:()Ljava/util/List;
            goto 4
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.options:Lio/vertx/ext/bridge/BridgeOptions;
            invokevirtual io.vertx.ext.bridge.BridgeOptions.getOutboundPermitteds:()Ljava/util/List;
      StackMap locals:
      StackMap stack: java.util.List
         4: astore 4 /* matches */
        start local 4 // java.util.List matches
         5: .line 361
            aload 4 /* matches */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 20
      StackMap locals: io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl int java.lang.String java.util.Map java.util.List top java.util.Iterator
      StackMap stack:
         6: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.ext.bridge.PermittedOptions
            astore 5 /* matchHolder */
        start local 5 // io.vertx.ext.bridge.PermittedOptions matchHolder
         7: .line 362
            aload 5 /* matchHolder */
            invokevirtual io.vertx.ext.bridge.PermittedOptions.getAddress:()Ljava/lang/String;
            astore 7 /* matchAddress */
        start local 7 // java.lang.String matchAddress
         8: .line 364
            aload 7 /* matchAddress */
            ifnonnull 11
         9: .line 365
            aload 5 /* matchHolder */
            invokevirtual io.vertx.ext.bridge.PermittedOptions.getAddressRegex:()Ljava/lang/String;
            astore 8 /* matchRegex */
        start local 8 // java.lang.String matchRegex
        10: .line 366
            goto 12
        end local 8 // java.lang.String matchRegex
        11: .line 367
      StackMap locals: io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl int java.lang.String java.util.Map java.util.List io.vertx.ext.bridge.PermittedOptions java.util.Iterator java.lang.String
      StackMap stack:
            aconst_null
            astore 8 /* matchRegex */
        start local 8 // java.lang.String matchRegex
        12: .line 371
      StackMap locals: java.lang.String
      StackMap stack:
            aload 7 /* matchAddress */
            ifnonnull 17
        13: .line 372
            aload 8 /* matchRegex */
            ifnull 14
            aload 0 /* this */
            aload 8 /* matchRegex */
            aload 2 /* address */
            invokevirtual io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.regexMatches:(Ljava/lang/String;Ljava/lang/String;)Z
            ifne 14
            iconst_0
            goto 15
      StackMap locals:
      StackMap stack:
        14: iconst_1
      StackMap locals:
      StackMap stack: int
        15: istore 9 /* addressOK */
        start local 9 // boolean addressOK
        16: .line 373
            goto 18
        end local 9 // boolean addressOK
        17: .line 374
      StackMap locals:
      StackMap stack:
            aload 7 /* matchAddress */
            aload 2 /* address */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            istore 9 /* addressOK */
        start local 9 // boolean addressOK
        18: .line 377
      StackMap locals: int
      StackMap stack:
            iload 9 /* addressOK */
            ifeq 20
        19: .line 378
            iconst_1
            ireturn
        end local 9 // boolean addressOK
        end local 8 // java.lang.String matchRegex
        end local 7 // java.lang.String matchAddress
        end local 5 // io.vertx.ext.bridge.PermittedOptions matchHolder
        20: .line 361
      StackMap locals: io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl int java.lang.String java.util.Map java.util.List top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        21: .line 382
            iconst_0
            ireturn
        end local 4 // java.util.List matches
        end local 3 // java.util.Map replies
        end local 2 // java.lang.String address
        end local 1 // boolean inbound
        end local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   22     0          this  Lio/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl;
            0   22     1       inbound  Z
            0   22     2       address  Ljava/lang/String;
            0   22     3       replies  Ljava/util/Map<Ljava/lang/String;Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;>;
            5   22     4       matches  Ljava/util/List<Lio/vertx/ext/bridge/PermittedOptions;>;
            7   20     5   matchHolder  Lio/vertx/ext/bridge/PermittedOptions;
            8   20     7  matchAddress  Ljava/lang/String;
           10   11     8    matchRegex  Ljava/lang/String;
           12   20     8    matchRegex  Ljava/lang/String;
           16   17     9     addressOK  Z
           18   20     9     addressOK  Z
    Signature: (ZLjava/lang/String;Ljava/util/Map<Ljava/lang/String;Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;>;)Z
    MethodParameters:
         Name  Flags
      inbound  
      address  
      replies  

  private boolean regexMatches(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
        start local 1 // java.lang.String matchRegex
        start local 2 // java.lang.String address
         0: .line 386
            aload 0 /* this */
            getfield io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.compiledREs:Ljava/util/Map;
            aload 1 /* matchRegex */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.regex.Pattern
            astore 3 /* pattern */
        start local 3 // java.util.regex.Pattern pattern
         1: .line 387
            aload 3 /* pattern */
            ifnonnull 4
         2: .line 388
            aload 1 /* matchRegex */
            invokestatic java.util.regex.Pattern.compile:(Ljava/lang/String;)Ljava/util/regex/Pattern;
            astore 3 /* pattern */
         3: .line 389
            aload 0 /* this */
            getfield io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.compiledREs:Ljava/util/Map;
            aload 1 /* matchRegex */
            aload 3 /* pattern */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 391
      StackMap locals: java.util.regex.Pattern
      StackMap stack:
            aload 3 /* pattern */
            aload 2 /* address */
            invokevirtual java.util.regex.Pattern.matcher:(Ljava/lang/CharSequence;)Ljava/util/regex/Matcher;
            astore 4 /* m */
        start local 4 // java.util.regex.Matcher m
         5: .line 392
            aload 4 /* m */
            invokevirtual java.util.regex.Matcher.matches:()Z
            ireturn
        end local 4 // java.util.regex.Matcher m
        end local 3 // java.util.regex.Pattern pattern
        end local 2 // java.lang.String address
        end local 1 // java.lang.String matchRegex
        end local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lio/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl;
            0    6     1  matchRegex  Ljava/lang/String;
            0    6     2     address  Ljava/lang/String;
            1    6     3     pattern  Ljava/util/regex/Pattern;
            5    6     4           m  Ljava/util/regex/Matcher;
    MethodParameters:
            Name  Flags
      matchRegex  
      address     

  private io.vertx.core.eventbus.DeliveryOptions parseMsgHeaders(io.vertx.core.eventbus.DeliveryOptions, io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/eventbus/DeliveryOptions;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/eventbus/DeliveryOptions;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
        start local 1 // io.vertx.core.eventbus.DeliveryOptions options
        start local 2 // io.vertx.core.json.JsonObject headers
         0: .line 396
            aload 2 /* headers */
            ifnonnull 2
         1: .line 397
            aload 1 /* options */
            areturn
         2: .line 399
      StackMap locals:
      StackMap stack:
            aload 2 /* headers */
            invokevirtual io.vertx.core.json.JsonObject.fieldNames:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3 /* fnameIter */
        start local 3 // java.util.Iterator fnameIter
         3: .line 401
            goto 15
         4: .line 402
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 3 /* fnameIter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 4 /* fname */
        start local 4 // java.lang.String fname
         5: .line 403
            ldc "timeout"
            aload 4 /* fname */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 8
         6: .line 404
            aload 1 /* options */
            aload 2 /* headers */
            aload 4 /* fname */
            invokevirtual io.vertx.core.json.JsonObject.getLong:(Ljava/lang/String;)Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            invokevirtual io.vertx.core.eventbus.DeliveryOptions.setSendTimeout:(J)Lio/vertx/core/eventbus/DeliveryOptions;
            pop
         7: .line 405
            goto 15
      StackMap locals: java.lang.String
      StackMap stack:
         8: ldc "localOnly"
            aload 4 /* fname */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 11
         9: .line 406
            aload 1 /* options */
            aload 2 /* headers */
            aload 4 /* fname */
            invokevirtual io.vertx.core.json.JsonObject.getBoolean:(Ljava/lang/String;)Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokevirtual io.vertx.core.eventbus.DeliveryOptions.setLocalOnly:(Z)Lio/vertx/core/eventbus/DeliveryOptions;
            pop
        10: .line 407
            goto 15
      StackMap locals:
      StackMap stack:
        11: ldc "codecName"
            aload 4 /* fname */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 14
        12: .line 408
            aload 1 /* options */
            aload 2 /* headers */
            aload 4 /* fname */
            invokevirtual io.vertx.core.json.JsonObject.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual io.vertx.core.eventbus.DeliveryOptions.setCodecName:(Ljava/lang/String;)Lio/vertx/core/eventbus/DeliveryOptions;
            pop
        13: .line 409
            goto 15
        14: .line 410
      StackMap locals:
      StackMap stack:
            aload 1 /* options */
            aload 4 /* fname */
            aload 2 /* headers */
            aload 4 /* fname */
            invokevirtual io.vertx.core.json.JsonObject.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual io.vertx.core.eventbus.DeliveryOptions.addHeader:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/eventbus/DeliveryOptions;
            pop
        end local 4 // java.lang.String fname
        15: .line 401
      StackMap locals:
      StackMap stack:
            aload 3 /* fnameIter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        16: .line 414
            aload 1 /* options */
            areturn
        end local 3 // java.util.Iterator fnameIter
        end local 2 // io.vertx.core.json.JsonObject headers
        end local 1 // io.vertx.core.eventbus.DeliveryOptions options
        end local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0       this  Lio/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl;
            0   17     1    options  Lio/vertx/core/eventbus/DeliveryOptions;
            0   17     2    headers  Lio/vertx/core/json/JsonObject;
            3   17     3  fnameIter  Ljava/util/Iterator<Ljava/lang/String;>;
            5   15     4      fname  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      options  
      headers  

  private static io.vertx.ext.bridge.BridgeEventType parseType(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/bridge/BridgeEventType;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // java.lang.String typeStr
         0: .line 418
            aload 0 /* typeStr */
            dup
            astore 1
            invokevirtual java.lang.String.hashCode:()I
            lookupswitch { // 5
           -690213213: 1
           -235365105: 2
              3441010: 3
              3526536: 4
            836015164: 5
              default: 11
          }
      StackMap locals: java.lang.String
      StackMap stack:
         1: aload 1
            ldc "register"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 7
            goto 11
      StackMap locals:
      StackMap stack:
         2: aload 1
            ldc "publish"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 9
            goto 11
      StackMap locals:
      StackMap stack:
         3: aload 1
            ldc "ping"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 6
            goto 11
      StackMap locals:
      StackMap stack:
         4: aload 1
            ldc "send"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 10
            goto 11
      StackMap locals:
      StackMap stack:
         5: aload 1
            ldc "unregister"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 8
            goto 11
         6: .line 420
      StackMap locals:
      StackMap stack:
            getstatic io.vertx.ext.bridge.BridgeEventType.SOCKET_PING:Lio/vertx/ext/bridge/BridgeEventType;
            areturn
         7: .line 422
      StackMap locals:
      StackMap stack:
            getstatic io.vertx.ext.bridge.BridgeEventType.REGISTER:Lio/vertx/ext/bridge/BridgeEventType;
            areturn
         8: .line 424
      StackMap locals:
      StackMap stack:
            getstatic io.vertx.ext.bridge.BridgeEventType.UNREGISTER:Lio/vertx/ext/bridge/BridgeEventType;
            areturn
         9: .line 426
      StackMap locals:
      StackMap stack:
            getstatic io.vertx.ext.bridge.BridgeEventType.PUBLISH:Lio/vertx/ext/bridge/BridgeEventType;
            areturn
        10: .line 428
      StackMap locals:
      StackMap stack:
            getstatic io.vertx.ext.bridge.BridgeEventType.SEND:Lio/vertx/ext/bridge/BridgeEventType;
            areturn
        11: .line 430
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid frame type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* typeStr */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // java.lang.String typeStr
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0  typeStr  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      typeStr  

  private void lambda$1(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
        start local 2 // io.vertx.core.AsyncResult res
         0: .line 104
            aload 2 /* res */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 105
            aload 1
            aload 2 /* res */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 106
            goto 4
         3: .line 107
      StackMap locals:
      StackMap stack:
            aload 1
            aload 0 /* this */
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         4: .line 109
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult res
        end local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl;
            0    5     2   res  Lio/vertx/core/AsyncResult<Lio/vertx/core/net/NetServer;>;

  private void lambda$2(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
        start local 2 // io.vertx.core.AsyncResult res
         0: .line 116
            aload 2 /* res */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 117
            aload 1
            aload 2 /* res */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 118
            goto 4
         3: .line 119
      StackMap locals:
      StackMap stack:
            aload 1
            aload 0 /* this */
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         4: .line 121
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult res
        end local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl;
            0    5     2   res  Lio/vertx/core/AsyncResult<Lio/vertx/core/net/NetServer;>;

  private void lambda$3(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
        start local 2 // io.vertx.core.AsyncResult res
         0: .line 128
            aload 2 /* res */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 129
            aload 1
            aload 2 /* res */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 130
            goto 4
         3: .line 131
      StackMap locals:
      StackMap stack:
            aload 1
            aload 0 /* this */
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         4: .line 133
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult res
        end local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl;
            0    5     2   res  Lio/vertx/core/AsyncResult<Lio/vertx/core/net/NetServer;>;

  private static void lambda$4(java.lang.String, java.lang.String, io.vertx.core.net.NetSocket, java.util.Map, io.vertx.core.AsyncResult);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/net/NetSocket;Ljava/util/Map;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=7, locals=9, args_size=5
        start local 4 // io.vertx.core.AsyncResult res1
         0: .line 155
            aload 4 /* res1 */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 156
            aload 0
            aload 1
            aload 4 /* res1 */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            checkcast io.vertx.core.eventbus.ReplyException
            aload 2
            invokestatic io.vertx.ext.eventbus.bridge.tcp.impl.protocol.FrameHelper.sendErrFrame:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/eventbus/ReplyException;Lio/vertx/core/streams/WriteStream;)V
         2: .line 157
            goto 12
         3: .line 158
      StackMap locals:
      StackMap stack:
            aload 4 /* res1 */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.eventbus.Message
            astore 5 /* response */
        start local 5 // io.vertx.core.eventbus.Message response
         4: .line 159
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 6 /* responseHeaders */
        start local 6 // io.vertx.core.json.JsonObject responseHeaders
         5: .line 162
            aload 5 /* response */
            invokeinterface io.vertx.core.eventbus.Message.headers:()Lio/vertx/core/MultiMap;
            invokeinterface io.vertx.core.MultiMap.iterator:()Ljava/util/Iterator;
            astore 8
            goto 8
      StackMap locals: java.lang.String java.lang.String io.vertx.core.net.NetSocket java.util.Map io.vertx.core.AsyncResult io.vertx.core.eventbus.Message io.vertx.core.json.JsonObject top java.util.Iterator
      StackMap stack:
         6: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 7 /* entry */
        start local 7 // java.util.Map$Entry entry
         7: .line 163
            aload 6 /* responseHeaders */
            aload 7 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 7 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
            pop
        end local 7 // java.util.Map$Entry entry
         8: .line 162
      StackMap locals:
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
         9: .line 166
            aload 5 /* response */
            invokeinterface io.vertx.core.eventbus.Message.replyAddress:()Ljava/lang/String;
            ifnull 11
        10: .line 167
            aload 3
            aload 5 /* response */
            invokeinterface io.vertx.core.eventbus.Message.replyAddress:()Ljava/lang/String;
            aload 5 /* response */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        11: .line 170
      StackMap locals: java.lang.String java.lang.String io.vertx.core.net.NetSocket java.util.Map io.vertx.core.AsyncResult io.vertx.core.eventbus.Message io.vertx.core.json.JsonObject
      StackMap stack:
            ldc "message"
            aload 1
            aload 5 /* response */
            invokeinterface io.vertx.core.eventbus.Message.replyAddress:()Ljava/lang/String;
            aload 6 /* responseHeaders */
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aload 5 /* response */
            invokeinterface io.vertx.core.eventbus.Message.body:()Ljava/lang/Object;
            checkcast io.vertx.core.json.JsonObject
            aload 2
            invokestatic io.vertx.ext.eventbus.bridge.tcp.impl.protocol.FrameHelper.sendFrame:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Ljava/lang/Boolean;Lio/vertx/core/json/JsonObject;Lio/vertx/core/streams/WriteStream;)V
        end local 6 // io.vertx.core.json.JsonObject responseHeaders
        end local 5 // io.vertx.core.eventbus.Message response
        12: .line 172
      StackMap locals:
      StackMap stack:
            return
        end local 4 // io.vertx.core.AsyncResult res1
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   13     4             res1  Lio/vertx/core/AsyncResult<Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;>;
            4   12     5         response  Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;
            5   12     6  responseHeaders  Lio/vertx/core/json/JsonObject;
            7    8     7            entry  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;

  private static void lambda$5(java.util.Map, io.vertx.core.net.NetSocket, io.vertx.core.eventbus.Message);
    descriptor: (Ljava/util/Map;Lio/vertx/core/net/NetSocket;Lio/vertx/core/eventbus/Message;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=7, locals=6, args_size=3
        start local 2 // io.vertx.core.eventbus.Message res1
         0: .line 207
            aload 2 /* res1 */
            invokeinterface io.vertx.core.eventbus.Message.replyAddress:()Ljava/lang/String;
            ifnull 2
         1: .line 208
            aload 0
            aload 2 /* res1 */
            invokeinterface io.vertx.core.eventbus.Message.replyAddress:()Ljava/lang/String;
            aload 2 /* res1 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 211
      StackMap locals:
      StackMap stack:
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 3 /* responseHeaders */
        start local 3 // io.vertx.core.json.JsonObject responseHeaders
         3: .line 214
            aload 2 /* res1 */
            invokeinterface io.vertx.core.eventbus.Message.headers:()Lio/vertx/core/MultiMap;
            invokeinterface io.vertx.core.MultiMap.iterator:()Ljava/util/Iterator;
            astore 5
            goto 6
      StackMap locals: java.util.Map io.vertx.core.net.NetSocket io.vertx.core.eventbus.Message io.vertx.core.json.JsonObject top java.util.Iterator
      StackMap stack:
         4: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 4 /* entry */
        start local 4 // java.util.Map$Entry entry
         5: .line 215
            aload 3 /* responseHeaders */
            aload 4 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 4 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
            pop
        end local 4 // java.util.Map$Entry entry
         6: .line 214
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         7: .line 218
            ldc "message"
            aload 2 /* res1 */
            invokeinterface io.vertx.core.eventbus.Message.address:()Ljava/lang/String;
            aload 2 /* res1 */
            invokeinterface io.vertx.core.eventbus.Message.replyAddress:()Ljava/lang/String;
            aload 3 /* responseHeaders */
            aload 2 /* res1 */
            invokeinterface io.vertx.core.eventbus.Message.isSend:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aload 2 /* res1 */
            invokeinterface io.vertx.core.eventbus.Message.body:()Ljava/lang/Object;
            checkcast io.vertx.core.json.JsonObject
            aload 1
            invokestatic io.vertx.ext.eventbus.bridge.tcp.impl.protocol.FrameHelper.sendFrame:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Ljava/lang/Boolean;Lio/vertx/core/json/JsonObject;Lio/vertx/core/streams/WriteStream;)V
        end local 3 // io.vertx.core.json.JsonObject responseHeaders
         8: .line 219
            return
        end local 2 // io.vertx.core.eventbus.Message res1
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     2             res1  Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;
            3    8     3  responseHeaders  Lio/vertx/core/json/JsonObject;
            5    6     4            entry  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;

  private void lambda$6(io.vertx.core.net.NetSocket, java.util.Map, java.util.Map, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/net/NetSocket;Ljava/util/Map;Ljava/util/Map;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=9, locals=9, args_size=5
        start local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
        start local 4 // io.vertx.core.AsyncResult res
         0: .line 252
            aload 4 /* res */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 254
            getstatic io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.log:Lio/vertx/core/logging/Logger;
            aload 4 /* res */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual io.vertx.core.logging.Logger.error:(Ljava/lang/Object;)V
         2: .line 255
            return
         3: .line 258
      StackMap locals:
      StackMap stack:
            aload 4 /* res */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.json.JsonObject
            astore 5 /* msg */
        start local 5 // io.vertx.core.json.JsonObject msg
         4: .line 264
            aload 5 /* msg */
            ldc "type"
            ldc "message"
            invokevirtual io.vertx.core.json.JsonObject.getString:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 6 /* type */
        start local 6 // java.lang.String type
         5: .line 265
            aload 5 /* msg */
            ldc "address"
            invokevirtual io.vertx.core.json.JsonObject.getString:(Ljava/lang/String;)Ljava/lang/String;
            astore 7 /* address */
        start local 7 // java.lang.String address
         6: .line 266
            aload 6 /* type */
            invokestatic io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.parseType:(Ljava/lang/String;)Lio/vertx/ext/bridge/BridgeEventType;
            astore 8 /* eventType */
        start local 8 // io.vertx.ext.bridge.BridgeEventType eventType
         7: .line 268
            aload 0 /* this */
            aload 8 /* eventType */
            aload 5 /* msg */
            aload 1
            invokedynamic get(Lio/vertx/ext/bridge/BridgeEventType;Lio/vertx/core/json/JsonObject;Lio/vertx/core/net/NetSocket;)Ljava/util/function/Supplier;
              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;
                  io/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl.lambda$7(Lio/vertx/ext/bridge/BridgeEventType;Lio/vertx/core/json/JsonObject;Lio/vertx/core/net/NetSocket;)Lio/vertx/ext/eventbus/bridge/tcp/impl/BridgeEventImpl; (6)
                  ()Lio/vertx/ext/eventbus/bridge/tcp/impl/BridgeEventImpl;
         8: .line 269
            aload 0 /* this */
            aload 8 /* eventType */
            aload 7 /* address */
            aload 1
            aload 5 /* msg */
            aload 2
            aload 3
            invokedynamic run(Lio/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl;Lio/vertx/ext/bridge/BridgeEventType;Ljava/lang/String;Lio/vertx/core/net/NetSocket;Lio/vertx/core/json/JsonObject;Ljava/util/Map;Ljava/util/Map;)Ljava/lang/Runnable;
              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:
                  ()V
                  io/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl.lambda$8(Lio/vertx/ext/bridge/BridgeEventType;Ljava/lang/String;Lio/vertx/core/net/NetSocket;Lio/vertx/core/json/JsonObject;Ljava/util/Map;Ljava/util/Map;)V (7)
                  ()V
         9: .line 279
            aload 1
            invokedynamic run(Lio/vertx/core/net/NetSocket;)Ljava/lang/Runnable;
              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:
                  ()V
                  io/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl.lambda$9(Lio/vertx/core/net/NetSocket;)V (6)
                  ()V
        10: .line 268
            invokevirtual io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.checkCallHook:(Ljava/util/function/Supplier;Ljava/lang/Runnable;Ljava/lang/Runnable;)V
        11: .line 282
            ldc "ping"
            aload 6 /* type */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 13
        12: .line 284
            return
        13: .line 287
      StackMap locals: io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl io.vertx.core.net.NetSocket java.util.Map java.util.Map io.vertx.core.AsyncResult io.vertx.core.json.JsonObject java.lang.String java.lang.String io.vertx.ext.bridge.BridgeEventType
      StackMap stack:
            aload 7 /* address */
            ifnonnull 16
        14: .line 288
            ldc "address_required"
            aload 1
            invokestatic io.vertx.ext.eventbus.bridge.tcp.impl.protocol.FrameHelper.sendErrFrame:(Ljava/lang/String;Lio/vertx/core/streams/WriteStream;)V
        15: .line 289
            return
        end local 8 // io.vertx.ext.bridge.BridgeEventType eventType
        end local 7 // java.lang.String address
        end local 6 // java.lang.String type
        end local 5 // io.vertx.core.json.JsonObject msg
        16: .line 293
      StackMap locals: io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl io.vertx.core.net.NetSocket java.util.Map java.util.Map io.vertx.core.AsyncResult
      StackMap stack:
            return
        end local 4 // io.vertx.core.AsyncResult res
        end local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0       this  Lio/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl;
            0   17     4        res  Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;
            4   16     5        msg  Lio/vertx/core/json/JsonObject;
            5   16     6       type  Ljava/lang/String;
            6   16     7    address  Ljava/lang/String;
            7   16     8  eventType  Lio/vertx/ext/bridge/BridgeEventType;

  private static void lambda$10(java.util.Map, io.vertx.core.net.NetSocket, java.lang.Throwable);
    descriptor: (Ljava/util/Map;Lio/vertx/core/net/NetSocket;Ljava/lang/Throwable;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 2 // java.lang.Throwable t
         0: .line 298
            getstatic io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.log:Lio/vertx/core/logging/Logger;
            aload 2 /* t */
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            aload 2 /* t */
            invokevirtual io.vertx.core.logging.Logger.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         1: .line 299
            aload 0
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokedynamic accept()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/core/eventbus/MessageConsumer.unregister()V (9 itf)
                  (Lio/vertx/core/eventbus/MessageConsumer;)V
            invokeinterface java.util.Collection.forEach:(Ljava/util/function/Consumer;)V
         2: .line 300
            aload 0
            invokeinterface java.util.Map.clear:()V
         3: .line 301
            aload 1
            invokeinterface io.vertx.core.net.NetSocket.close:()V
         4: .line 302
            return
        end local 2 // java.lang.Throwable t
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     2     t  Ljava/lang/Throwable;

  private static void lambda$12(java.util.Map, java.lang.Void);
    descriptor: (Ljava/util/Map;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 305
            aload 0
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokedynamic accept()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/core/eventbus/MessageConsumer.unregister()V (9 itf)
                  (Lio/vertx/core/eventbus/MessageConsumer;)V
            invokeinterface java.util.Collection.forEach:(Ljava/util/function/Consumer;)V
         1: .line 306
            aload 0
            invokeinterface java.util.Map.clear:()V
         2: .line 307
            return
        end local 1 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     1     v  Ljava/lang/Void;

  private static void lambda$14(java.lang.Runnable, java.lang.Runnable, io.vertx.core.AsyncResult);
    descriptor: (Ljava/lang/Runnable;Ljava/lang/Runnable;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 2 // io.vertx.core.AsyncResult res
         0: .line 329
            aload 2 /* res */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 10
         1: .line 330
            aload 2 /* res */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 5
         2: .line 331
            aload 0
            ifnull 11
         3: .line 332
            aload 0
            invokeinterface java.lang.Runnable.run:()V
         4: .line 334
            goto 11
         5: .line 335
      StackMap locals:
      StackMap stack:
            aload 1
            ifnull 8
         6: .line 336
            aload 1
            invokeinterface java.lang.Runnable.run:()V
         7: .line 337
            goto 11
         8: .line 338
      StackMap locals:
      StackMap stack:
            getstatic io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.log:Lio/vertx/core/logging/Logger;
            ldc "Bridge handler prevented send or pub"
            invokevirtual io.vertx.core.logging.Logger.debug:(Ljava/lang/Object;)V
         9: .line 341
            goto 11
        10: .line 342
      StackMap locals:
      StackMap stack:
            getstatic io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.log:Lio/vertx/core/logging/Logger;
            ldc "Failure in bridge event handler"
            aload 2 /* res */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual io.vertx.core.logging.Logger.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V
        11: .line 344
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult res
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     2   res  Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;

  private static io.vertx.ext.eventbus.bridge.tcp.impl.BridgeEventImpl lambda$7(io.vertx.ext.bridge.BridgeEventType, io.vertx.core.json.JsonObject, io.vertx.core.net.NetSocket);
    descriptor: (Lio/vertx/ext/bridge/BridgeEventType;Lio/vertx/core/json/JsonObject;Lio/vertx/core/net/NetSocket;)Lio/vertx/ext/eventbus/bridge/tcp/impl/BridgeEventImpl;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=5, locals=3, args_size=3
         0: .line 268
            new io.vertx.ext.eventbus.bridge.tcp.impl.BridgeEventImpl
            dup
            aload 0
            aload 1
            aload 2
            invokespecial io.vertx.ext.eventbus.bridge.tcp.impl.BridgeEventImpl.<init>:(Lio/vertx/ext/bridge/BridgeEventType;Lio/vertx/core/json/JsonObject;Lio/vertx/core/net/NetSocket;)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void lambda$8(io.vertx.ext.bridge.BridgeEventType, java.lang.String, io.vertx.core.net.NetSocket, io.vertx.core.json.JsonObject, java.util.Map, java.util.Map);
    descriptor: (Lio/vertx/ext/bridge/BridgeEventType;Ljava/lang/String;Lio/vertx/core/net/NetSocket;Lio/vertx/core/json/JsonObject;Ljava/util/Map;Ljava/util/Map;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
         0: .line 270
            aload 1
            getstatic io.vertx.ext.bridge.BridgeEventType.SOCKET_PING:Lio/vertx/ext/bridge/BridgeEventType;
            if_acmpeq 5
         1: .line 272
            aload 2
            ifnonnull 5
         2: .line 273
            ldc "missing_address"
            aload 3
            invokestatic io.vertx.ext.eventbus.bridge.tcp.impl.protocol.FrameHelper.sendErrFrame:(Ljava/lang/String;Lio/vertx/core/streams/WriteStream;)V
         3: .line 274
            getstatic io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.log:Lio/vertx/core/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "msg does not have address: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4
            invokevirtual io.vertx.core.json.JsonObject.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual io.vertx.core.logging.Logger.error:(Ljava/lang/Object;)V
         4: .line 275
            return
         5: .line 277
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            aload 3
            aload 2
            aload 4
            aload 5
            aload 6
            invokevirtual io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl.doSendOrPub:(ZLio/vertx/core/net/NetSocket;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Ljava/util/Map;Ljava/util/Map;)V
         6: .line 278
            return
        end local 0 // io.vertx.ext.eventbus.bridge.tcp.impl.TcpEventBusBridgeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/ext/eventbus/bridge/tcp/impl/TcpEventBusBridgeImpl;

  private static void lambda$9(io.vertx.core.net.NetSocket);
    descriptor: (Lio/vertx/core/net/NetSocket;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 280
            ldc "blocked by bridgeEvent handler"
            aload 0
            invokestatic io.vertx.ext.eventbus.bridge.tcp.impl.protocol.FrameHelper.sendErrFrame:(Ljava/lang/String;Lio/vertx/core/streams/WriteStream;)V
         1: .line 281
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "TcpEventBusBridgeImpl.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Entry = java.util.Map$Entry of java.util.Map