public class io.vertx.core.net.impl.transport.Transport
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.net.impl.transport.Transport
  super_class: java.lang.Object
{
  public static final int ACCEPTOR_EVENT_LOOP_GROUP;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int IO_EVENT_LOOP_GROUP;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static io.vertx.core.net.impl.transport.Transport JDK;
    descriptor: Lio/vertx/core/net/impl/transport/Transport;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  private static volatile int[] $SWITCH_TABLE$io$netty$channel$socket$InternetProtocolFamily;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 50
            new io.vertx.core.net.impl.transport.Transport
            dup
            invokespecial io.vertx.core.net.impl.transport.Transport.<init>:()V
            putstatic io.vertx.core.net.impl.transport.Transport.JDK:Lio/vertx/core/net/impl/transport/Transport;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static io.vertx.core.net.impl.transport.Transport nativeTransport();
    descriptor: ()Lio/vertx/core/net/impl/transport/Transport;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=0
         0: .line 56
            aconst_null
            astore 0 /* transport */
        start local 0 // io.vertx.core.net.impl.transport.Transport transport
         1: .line 58
            new io.vertx.core.net.impl.transport.EpollTransport
            dup
            invokespecial io.vertx.core.net.impl.transport.EpollTransport.<init>:()V
            astore 1 /* epoll */
        start local 1 // io.vertx.core.net.impl.transport.Transport epoll
         2: .line 59
            aload 1 /* epoll */
            invokevirtual io.vertx.core.net.impl.transport.Transport.isAvailable:()Z
            ifeq 5
         3: .line 60
            aload 1 /* epoll */
         4: areturn
         5: .line 62
      StackMap locals: io.vertx.core.net.impl.transport.Transport io.vertx.core.net.impl.transport.Transport
      StackMap stack:
            aload 1 /* epoll */
            astore 0 /* transport */
        end local 1 // io.vertx.core.net.impl.transport.Transport epoll
         6: .line 64
            goto 8
      StackMap locals: io.vertx.core.net.impl.transport.Transport
      StackMap stack: java.lang.Throwable
         7: pop
         8: .line 68
      StackMap locals:
      StackMap stack:
            new io.vertx.core.net.impl.transport.KQueueTransport
            dup
            invokespecial io.vertx.core.net.impl.transport.KQueueTransport.<init>:()V
            astore 1 /* kqueue */
        start local 1 // io.vertx.core.net.impl.transport.Transport kqueue
         9: .line 69
            aload 1 /* kqueue */
            invokevirtual io.vertx.core.net.impl.transport.Transport.isAvailable:()Z
            ifeq 12
        10: .line 70
            aload 1 /* kqueue */
        11: areturn
        12: .line 71
      StackMap locals: io.vertx.core.net.impl.transport.Transport
      StackMap stack:
            aload 0 /* transport */
            ifnonnull 16
        13: .line 72
            aload 1 /* kqueue */
            astore 0 /* transport */
        end local 1 // io.vertx.core.net.impl.transport.Transport kqueue
        14: .line 74
            goto 16
      StackMap locals: io.vertx.core.net.impl.transport.Transport
      StackMap stack: java.lang.Throwable
        15: pop
        16: .line 77
      StackMap locals:
      StackMap stack:
            aload 0 /* transport */
            areturn
        end local 0 // io.vertx.core.net.impl.transport.Transport transport
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            1   17     0  transport  Lio/vertx/core/net/impl/transport/Transport;
            2    6     1      epoll  Lio/vertx/core/net/impl/transport/Transport;
            9   14     1     kqueue  Lio/vertx/core/net/impl/transport/Transport;
      Exception table:
        from    to  target  type
           1     4       7  Class java.lang.Throwable
           5     6       7  Class java.lang.Throwable
           8    11      15  Class java.lang.Throwable
          12    14      15  Class java.lang.Throwable

  public static io.vertx.core.net.impl.transport.Transport transport(boolean);
    descriptor: (Z)Lio/vertx/core/net/impl/transport/Transport;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // boolean preferNative
         0: .line 81
            iload 0 /* preferNative */
            ifeq 5
         1: .line 82
            invokestatic io.vertx.core.net.impl.transport.Transport.nativeTransport:()Lio/vertx/core/net/impl/transport/Transport;
            astore 1 /* nativeTransport */
        start local 1 // io.vertx.core.net.impl.transport.Transport nativeTransport
         2: .line 83
            aload 1 /* nativeTransport */
            ifnull 4
            aload 1 /* nativeTransport */
            invokevirtual io.vertx.core.net.impl.transport.Transport.isAvailable:()Z
            ifeq 4
         3: .line 84
            aload 1 /* nativeTransport */
            areturn
         4: .line 86
      StackMap locals: io.vertx.core.net.impl.transport.Transport
      StackMap stack:
            getstatic io.vertx.core.net.impl.transport.Transport.JDK:Lio/vertx/core/net/impl/transport/Transport;
            areturn
        end local 1 // io.vertx.core.net.impl.transport.Transport nativeTransport
         5: .line 89
      StackMap locals:
      StackMap stack:
            getstatic io.vertx.core.net.impl.transport.Transport.JDK:Lio/vertx/core/net/impl/transport/Transport;
            areturn
        end local 0 // boolean preferNative
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0     preferNative  Z
            2    5     1  nativeTransport  Lio/vertx/core/net/impl/transport/Transport;
    MethodParameters:
              Name  Flags
      preferNative  

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.transport.Transport this
         0: .line 93
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 94
            return
        end local 0 // io.vertx.core.net.impl.transport.Transport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/net/impl/transport/Transport;

  public boolean isAvailable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.transport.Transport this
         0: .line 100
            iconst_1
            ireturn
        end local 0 // io.vertx.core.net.impl.transport.Transport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/transport/Transport;

  public java.lang.Throwable unavailabilityCause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.transport.Transport this
         0: .line 107
            aconst_null
            areturn
        end local 0 // io.vertx.core.net.impl.transport.Transport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/transport/Transport;

  public java.net.SocketAddress convert(io.vertx.core.net.SocketAddress);
    descriptor: (Lio/vertx/core/net/SocketAddress;)Ljava/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.core.net.impl.transport.Transport this
        start local 1 // io.vertx.core.net.SocketAddress address
         0: .line 111
            aload 1 /* address */
            invokeinterface io.vertx.core.net.SocketAddress.isDomainSocket:()Z
            ifeq 2
         1: .line 112
            new java.lang.IllegalArgumentException
            dup
            ldc "Domain socket not supported by JDK transport"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 114
      StackMap locals:
      StackMap stack:
            aload 1 /* address */
            checkcast io.vertx.core.net.impl.SocketAddressImpl
            invokevirtual io.vertx.core.net.impl.SocketAddressImpl.ipAddress:()Ljava/net/InetAddress;
            astore 2 /* ip */
        start local 2 // java.net.InetAddress ip
         3: .line 115
            aload 2 /* ip */
            ifnull 5
         4: .line 116
            new java.net.InetSocketAddress
            dup
            aload 2 /* ip */
            aload 1 /* address */
            invokeinterface io.vertx.core.net.SocketAddress.port:()I
            invokespecial java.net.InetSocketAddress.<init>:(Ljava/net/InetAddress;I)V
            areturn
         5: .line 118
      StackMap locals: java.net.InetAddress
      StackMap stack:
            aload 1 /* address */
            invokeinterface io.vertx.core.net.SocketAddress.host:()Ljava/lang/String;
            aload 1 /* address */
            invokeinterface io.vertx.core.net.SocketAddress.port:()I
            invokestatic java.net.InetSocketAddress.createUnresolved:(Ljava/lang/String;I)Ljava/net/InetSocketAddress;
            areturn
        end local 2 // java.net.InetAddress ip
        end local 1 // io.vertx.core.net.SocketAddress address
        end local 0 // io.vertx.core.net.impl.transport.Transport this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lio/vertx/core/net/impl/transport/Transport;
            0    6     1  address  Lio/vertx/core/net/SocketAddress;
            3    6     2       ip  Ljava/net/InetAddress;
    MethodParameters:
         Name  Flags
      address  

  public io.vertx.core.net.SocketAddress convert(java.net.SocketAddress);
    descriptor: (Ljava/net/SocketAddress;)Lio/vertx/core/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.transport.Transport this
        start local 1 // java.net.SocketAddress address
         0: .line 124
            aload 1 /* address */
            instanceof java.net.InetSocketAddress
            ifeq 2
         1: .line 125
            aload 1 /* address */
            checkcast java.net.InetSocketAddress
            invokestatic io.vertx.core.net.SocketAddress.inetSocketAddress:(Ljava/net/InetSocketAddress;)Lio/vertx/core/net/SocketAddress;
            areturn
         2: .line 127
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.net.SocketAddress address
        end local 0 // io.vertx.core.net.impl.transport.Transport this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/core/net/impl/transport/Transport;
            0    3     1  address  Ljava/net/SocketAddress;
    MethodParameters:
         Name  Flags
      address  

  io.netty.channel.ChannelOption<?> channelOption(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/netty/channel/ChannelOption;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.transport.Transport this
        start local 1 // java.lang.String name
         0: .line 139
            aconst_null
            areturn
        end local 1 // java.lang.String name
        end local 0 // io.vertx.core.net.impl.transport.Transport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/transport/Transport;
            0    1     1  name  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/netty/channel/ChannelOption<*>;
    MethodParameters:
      Name  Flags
      name  

  public io.netty.channel.EventLoopGroup eventLoopGroup(int, int, java.util.concurrent.ThreadFactory, int);
    descriptor: (IILjava/util/concurrent/ThreadFactory;I)Lio/netty/channel/EventLoopGroup;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=5
        start local 0 // io.vertx.core.net.impl.transport.Transport this
        start local 1 // int type
        start local 2 // int nThreads
        start local 3 // java.util.concurrent.ThreadFactory threadFactory
        start local 4 // int ioRatio
         0: .line 151
            new io.netty.channel.nio.NioEventLoopGroup
            dup
            iload 2 /* nThreads */
            aload 3 /* threadFactory */
            invokespecial io.netty.channel.nio.NioEventLoopGroup.<init>:(ILjava/util/concurrent/ThreadFactory;)V
            astore 5 /* eventLoopGroup */
        start local 5 // io.netty.channel.nio.NioEventLoopGroup eventLoopGroup
         1: .line 152
            aload 5 /* eventLoopGroup */
            iload 4 /* ioRatio */
            invokevirtual io.netty.channel.nio.NioEventLoopGroup.setIoRatio:(I)V
         2: .line 153
            aload 5 /* eventLoopGroup */
            areturn
        end local 5 // io.netty.channel.nio.NioEventLoopGroup eventLoopGroup
        end local 4 // int ioRatio
        end local 3 // java.util.concurrent.ThreadFactory threadFactory
        end local 2 // int nThreads
        end local 1 // int type
        end local 0 // io.vertx.core.net.impl.transport.Transport this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lio/vertx/core/net/impl/transport/Transport;
            0    3     1            type  I
            0    3     2        nThreads  I
            0    3     3   threadFactory  Ljava/util/concurrent/ThreadFactory;
            0    3     4         ioRatio  I
            1    3     5  eventLoopGroup  Lio/netty/channel/nio/NioEventLoopGroup;
    MethodParameters:
               Name  Flags
      type           
      nThreads       
      threadFactory  
      ioRatio        

  public io.netty.channel.socket.DatagramChannel datagramChannel();
    descriptor: ()Lio/netty/channel/socket/DatagramChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.transport.Transport this
         0: .line 160
            new io.netty.channel.socket.nio.NioDatagramChannel
            dup
            invokespecial io.netty.channel.socket.nio.NioDatagramChannel.<init>:()V
            areturn
        end local 0 // io.vertx.core.net.impl.transport.Transport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/transport/Transport;

  public io.netty.channel.socket.DatagramChannel datagramChannel(io.netty.channel.socket.InternetProtocolFamily);
    descriptor: (Lio/netty/channel/socket/InternetProtocolFamily;)Lio/netty/channel/socket/DatagramChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.transport.Transport this
        start local 1 // io.netty.channel.socket.InternetProtocolFamily family
         0: .line 167
            invokestatic io.vertx.core.net.impl.transport.Transport.$SWITCH_TABLE$io$netty$channel$socket$InternetProtocolFamily:()[I
            aload 1 /* family */
            invokevirtual io.netty.channel.socket.InternetProtocolFamily.ordinal:()I
            iaload
            tableswitch { // 1 - 2
                    1: 1
                    2: 2
              default: 3
          }
         1: .line 169
      StackMap locals:
      StackMap stack:
            new io.netty.channel.socket.nio.NioDatagramChannel
            dup
            getstatic io.netty.channel.socket.InternetProtocolFamily.IPv4:Lio/netty/channel/socket/InternetProtocolFamily;
            invokespecial io.netty.channel.socket.nio.NioDatagramChannel.<init>:(Lio/netty/channel/socket/InternetProtocolFamily;)V
            areturn
         2: .line 171
      StackMap locals:
      StackMap stack:
            new io.netty.channel.socket.nio.NioDatagramChannel
            dup
            getstatic io.netty.channel.socket.InternetProtocolFamily.IPv6:Lio/netty/channel/socket/InternetProtocolFamily;
            invokespecial io.netty.channel.socket.nio.NioDatagramChannel.<init>:(Lio/netty/channel/socket/InternetProtocolFamily;)V
            areturn
         3: .line 173
      StackMap locals:
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // io.netty.channel.socket.InternetProtocolFamily family
        end local 0 // io.vertx.core.net.impl.transport.Transport this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/vertx/core/net/impl/transport/Transport;
            0    4     1  family  Lio/netty/channel/socket/InternetProtocolFamily;
    MethodParameters:
        Name  Flags
      family  

  public io.netty.channel.ChannelFactory<? extends io.netty.channel.Channel> channelFactory(boolean);
    descriptor: (Z)Lio/netty/channel/ChannelFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.transport.Transport this
        start local 1 // boolean domainSocket
         0: .line 182
            iload 1 /* domainSocket */
            ifeq 2
         1: .line 183
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         2: .line 185
      StackMap locals:
      StackMap stack:
            invokedynamic newChannel()Lio/netty/channel/ChannelFactory;
              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:
                  ()Lio/netty/channel/Channel;
                  io/netty/channel/socket/nio/NioSocketChannel.<init>()V (8)
                  ()Lio/netty/channel/Channel;
            areturn
        end local 1 // boolean domainSocket
        end local 0 // io.vertx.core.net.impl.transport.Transport this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lio/vertx/core/net/impl/transport/Transport;
            0    3     1  domainSocket  Z
    Signature: (Z)Lio/netty/channel/ChannelFactory<+Lio/netty/channel/Channel;>;
    MethodParameters:
              Name  Flags
      domainSocket  

  public io.netty.channel.ChannelFactory<? extends io.netty.channel.ServerChannel> serverChannelFactory(boolean);
    descriptor: (Z)Lio/netty/channel/ChannelFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.transport.Transport this
        start local 1 // boolean domainSocket
         0: .line 193
            iload 1 /* domainSocket */
            ifeq 2
         1: .line 194
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         2: .line 196
      StackMap locals:
      StackMap stack:
            invokedynamic newChannel()Lio/netty/channel/ChannelFactory;
              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:
                  ()Lio/netty/channel/Channel;
                  io/netty/channel/socket/nio/NioServerSocketChannel.<init>()V (8)
                  ()Lio/netty/channel/ServerChannel;
            areturn
        end local 1 // boolean domainSocket
        end local 0 // io.vertx.core.net.impl.transport.Transport this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lio/vertx/core/net/impl/transport/Transport;
            0    3     1  domainSocket  Z
    Signature: (Z)Lio/netty/channel/ChannelFactory<+Lio/netty/channel/ServerChannel;>;
    MethodParameters:
              Name  Flags
      domainSocket  

  public void configure(io.netty.channel.socket.DatagramChannel, io.vertx.core.datagram.DatagramSocketOptions);
    descriptor: (Lio/netty/channel/socket/DatagramChannel;Lio/vertx/core/datagram/DatagramSocketOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.core.net.impl.transport.Transport this
        start local 1 // io.netty.channel.socket.DatagramChannel channel
        start local 2 // io.vertx.core.datagram.DatagramSocketOptions options
         0: .line 200
            aload 1 /* channel */
            invokeinterface io.netty.channel.socket.DatagramChannel.config:()Lio/netty/channel/socket/DatagramChannelConfig;
            getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.INSTANCE:Lio/vertx/core/net/impl/PartialPooledByteBufAllocator;
            invokeinterface io.netty.channel.socket.DatagramChannelConfig.setAllocator:(Lio/netty/buffer/ByteBufAllocator;)Lio/netty/channel/socket/DatagramChannelConfig;
            pop
         1: .line 201
            aload 2 /* options */
            invokevirtual io.vertx.core.datagram.DatagramSocketOptions.getSendBufferSize:()I
            iconst_m1
            if_icmpeq 3
         2: .line 202
            aload 1 /* channel */
            invokeinterface io.netty.channel.socket.DatagramChannel.config:()Lio/netty/channel/socket/DatagramChannelConfig;
            aload 2 /* options */
            invokevirtual io.vertx.core.datagram.DatagramSocketOptions.getSendBufferSize:()I
            invokeinterface io.netty.channel.socket.DatagramChannelConfig.setSendBufferSize:(I)Lio/netty/channel/socket/DatagramChannelConfig;
            pop
         3: .line 204
      StackMap locals:
      StackMap stack:
            aload 2 /* options */
            invokevirtual io.vertx.core.datagram.DatagramSocketOptions.getReceiveBufferSize:()I
            iconst_m1
            if_icmpeq 6
         4: .line 205
            aload 1 /* channel */
            invokeinterface io.netty.channel.socket.DatagramChannel.config:()Lio/netty/channel/socket/DatagramChannelConfig;
            aload 2 /* options */
            invokevirtual io.vertx.core.datagram.DatagramSocketOptions.getReceiveBufferSize:()I
            invokeinterface io.netty.channel.socket.DatagramChannelConfig.setReceiveBufferSize:(I)Lio/netty/channel/socket/DatagramChannelConfig;
            pop
         5: .line 206
            aload 1 /* channel */
            invokeinterface io.netty.channel.socket.DatagramChannel.config:()Lio/netty/channel/socket/DatagramChannelConfig;
            new io.netty.channel.FixedRecvByteBufAllocator
            dup
            aload 2 /* options */
            invokevirtual io.vertx.core.datagram.DatagramSocketOptions.getReceiveBufferSize:()I
            invokespecial io.netty.channel.FixedRecvByteBufAllocator.<init>:(I)V
            invokeinterface io.netty.channel.socket.DatagramChannelConfig.setRecvByteBufAllocator:(Lio/netty/channel/RecvByteBufAllocator;)Lio/netty/channel/socket/DatagramChannelConfig;
            pop
         6: .line 208
      StackMap locals:
      StackMap stack:
            aload 1 /* channel */
            invokeinterface io.netty.channel.socket.DatagramChannel.config:()Lio/netty/channel/socket/DatagramChannelConfig;
            getstatic io.netty.channel.ChannelOption.SO_REUSEADDR:Lio/netty/channel/ChannelOption;
            aload 2 /* options */
            invokevirtual io.vertx.core.datagram.DatagramSocketOptions.isReuseAddress:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokeinterface io.netty.channel.socket.DatagramChannelConfig.setOption:(Lio/netty/channel/ChannelOption;Ljava/lang/Object;)Z
            pop
         7: .line 209
            aload 2 /* options */
            invokevirtual io.vertx.core.datagram.DatagramSocketOptions.getTrafficClass:()I
            iconst_m1
            if_icmpeq 9
         8: .line 210
            aload 1 /* channel */
            invokeinterface io.netty.channel.socket.DatagramChannel.config:()Lio/netty/channel/socket/DatagramChannelConfig;
            aload 2 /* options */
            invokevirtual io.vertx.core.datagram.DatagramSocketOptions.getTrafficClass:()I
            invokeinterface io.netty.channel.socket.DatagramChannelConfig.setTrafficClass:(I)Lio/netty/channel/socket/DatagramChannelConfig;
            pop
         9: .line 212
      StackMap locals:
      StackMap stack:
            aload 1 /* channel */
            invokeinterface io.netty.channel.socket.DatagramChannel.config:()Lio/netty/channel/socket/DatagramChannelConfig;
            aload 2 /* options */
            invokevirtual io.vertx.core.datagram.DatagramSocketOptions.isBroadcast:()Z
            invokeinterface io.netty.channel.socket.DatagramChannelConfig.setBroadcast:(Z)Lio/netty/channel/socket/DatagramChannelConfig;
            pop
        10: .line 213
            aload 0 /* this */
            getstatic io.vertx.core.net.impl.transport.Transport.JDK:Lio/vertx/core/net/impl/transport/Transport;
            if_acmpne 19
        11: .line 214
            aload 1 /* channel */
            invokeinterface io.netty.channel.socket.DatagramChannel.config:()Lio/netty/channel/socket/DatagramChannelConfig;
            aload 2 /* options */
            invokevirtual io.vertx.core.datagram.DatagramSocketOptions.isLoopbackModeDisabled:()Z
            invokeinterface io.netty.channel.socket.DatagramChannelConfig.setLoopbackModeDisabled:(Z)Lio/netty/channel/socket/DatagramChannelConfig;
            pop
        12: .line 215
            aload 2 /* options */
            invokevirtual io.vertx.core.datagram.DatagramSocketOptions.getMulticastTimeToLive:()I
            iconst_m1
            if_icmpeq 14
        13: .line 216
            aload 1 /* channel */
            invokeinterface io.netty.channel.socket.DatagramChannel.config:()Lio/netty/channel/socket/DatagramChannelConfig;
            aload 2 /* options */
            invokevirtual io.vertx.core.datagram.DatagramSocketOptions.getMulticastTimeToLive:()I
            invokeinterface io.netty.channel.socket.DatagramChannelConfig.setTimeToLive:(I)Lio/netty/channel/socket/DatagramChannelConfig;
            pop
        14: .line 218
      StackMap locals:
      StackMap stack:
            aload 2 /* options */
            invokevirtual io.vertx.core.datagram.DatagramSocketOptions.getMulticastNetworkInterface:()Ljava/lang/String;
            ifnull 19
        15: .line 220
            aload 1 /* channel */
            invokeinterface io.netty.channel.socket.DatagramChannel.config:()Lio/netty/channel/socket/DatagramChannelConfig;
            aload 2 /* options */
            invokevirtual io.vertx.core.datagram.DatagramSocketOptions.getMulticastNetworkInterface:()Ljava/lang/String;
            invokestatic java.net.NetworkInterface.getByName:(Ljava/lang/String;)Ljava/net/NetworkInterface;
            invokeinterface io.netty.channel.socket.DatagramChannelConfig.setNetworkInterface:(Ljava/net/NetworkInterface;)Lio/netty/channel/socket/DatagramChannelConfig;
            pop
        16: .line 221
            goto 19
      StackMap locals:
      StackMap stack: java.net.SocketException
        17: pop
        18: .line 222
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Could not find network interface with name "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* options */
            invokevirtual io.vertx.core.datagram.DatagramSocketOptions.getMulticastNetworkInterface:()Ljava/lang/String;
            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
        19: .line 226
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.datagram.DatagramSocketOptions options
        end local 1 // io.netty.channel.socket.DatagramChannel channel
        end local 0 // io.vertx.core.net.impl.transport.Transport this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   20     0     this  Lio/vertx/core/net/impl/transport/Transport;
            0   20     1  channel  Lio/netty/channel/socket/DatagramChannel;
            0   20     2  options  Lio/vertx/core/datagram/DatagramSocketOptions;
      Exception table:
        from    to  target  type
          15    16      17  Class java.net.SocketException
    MethodParameters:
         Name  Flags
      channel  
      options  

  public void configure(io.vertx.core.net.ClientOptionsBase, boolean, io.netty.bootstrap.Bootstrap);
    descriptor: (Lio/vertx/core/net/ClientOptionsBase;ZLio/netty/bootstrap/Bootstrap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.core.net.impl.transport.Transport this
        start local 1 // io.vertx.core.net.ClientOptionsBase options
        start local 2 // boolean domainSocket
        start local 3 // io.netty.bootstrap.Bootstrap bootstrap
         0: .line 229
            iload 2 /* domainSocket */
            ifne 4
         1: .line 230
            aload 3 /* bootstrap */
            getstatic io.netty.channel.ChannelOption.SO_REUSEADDR:Lio/netty/channel/ChannelOption;
            aload 1 /* options */
            invokevirtual io.vertx.core.net.ClientOptionsBase.isReuseAddress:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual io.netty.bootstrap.Bootstrap.option:(Lio/netty/channel/ChannelOption;Ljava/lang/Object;)Lio/netty/bootstrap/AbstractBootstrap;
            pop
         2: .line 231
            aload 3 /* bootstrap */
            getstatic io.netty.channel.ChannelOption.TCP_NODELAY:Lio/netty/channel/ChannelOption;
            aload 1 /* options */
            invokevirtual io.vertx.core.net.ClientOptionsBase.isTcpNoDelay:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual io.netty.bootstrap.Bootstrap.option:(Lio/netty/channel/ChannelOption;Ljava/lang/Object;)Lio/netty/bootstrap/AbstractBootstrap;
            pop
         3: .line 232
            aload 3 /* bootstrap */
            getstatic io.netty.channel.ChannelOption.SO_KEEPALIVE:Lio/netty/channel/ChannelOption;
            aload 1 /* options */
            invokevirtual io.vertx.core.net.ClientOptionsBase.isTcpKeepAlive:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual io.netty.bootstrap.Bootstrap.option:(Lio/netty/channel/ChannelOption;Ljava/lang/Object;)Lio/netty/bootstrap/AbstractBootstrap;
            pop
         4: .line 234
      StackMap locals:
      StackMap stack:
            aload 1 /* options */
            invokevirtual io.vertx.core.net.ClientOptionsBase.getLocalAddress:()Ljava/lang/String;
            ifnull 6
         5: .line 235
            aload 3 /* bootstrap */
            aload 1 /* options */
            invokevirtual io.vertx.core.net.ClientOptionsBase.getLocalAddress:()Ljava/lang/String;
            iconst_0
            invokevirtual io.netty.bootstrap.Bootstrap.localAddress:(Ljava/lang/String;I)Lio/netty/bootstrap/AbstractBootstrap;
            pop
         6: .line 237
      StackMap locals:
      StackMap stack:
            aload 1 /* options */
            invokevirtual io.vertx.core.net.ClientOptionsBase.getSendBufferSize:()I
            iconst_m1
            if_icmpeq 8
         7: .line 238
            aload 3 /* bootstrap */
            getstatic io.netty.channel.ChannelOption.SO_SNDBUF:Lio/netty/channel/ChannelOption;
            aload 1 /* options */
            invokevirtual io.vertx.core.net.ClientOptionsBase.getSendBufferSize:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.netty.bootstrap.Bootstrap.option:(Lio/netty/channel/ChannelOption;Ljava/lang/Object;)Lio/netty/bootstrap/AbstractBootstrap;
            pop
         8: .line 240
      StackMap locals:
      StackMap stack:
            aload 1 /* options */
            invokevirtual io.vertx.core.net.ClientOptionsBase.getReceiveBufferSize:()I
            iconst_m1
            if_icmpeq 11
         9: .line 241
            aload 3 /* bootstrap */
            getstatic io.netty.channel.ChannelOption.SO_RCVBUF:Lio/netty/channel/ChannelOption;
            aload 1 /* options */
            invokevirtual io.vertx.core.net.ClientOptionsBase.getReceiveBufferSize:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.netty.bootstrap.Bootstrap.option:(Lio/netty/channel/ChannelOption;Ljava/lang/Object;)Lio/netty/bootstrap/AbstractBootstrap;
            pop
        10: .line 242
            aload 3 /* bootstrap */
            getstatic io.netty.channel.ChannelOption.RCVBUF_ALLOCATOR:Lio/netty/channel/ChannelOption;
            new io.netty.channel.FixedRecvByteBufAllocator
            dup
            aload 1 /* options */
            invokevirtual io.vertx.core.net.ClientOptionsBase.getReceiveBufferSize:()I
            invokespecial io.netty.channel.FixedRecvByteBufAllocator.<init>:(I)V
            invokevirtual io.netty.bootstrap.Bootstrap.option:(Lio/netty/channel/ChannelOption;Ljava/lang/Object;)Lio/netty/bootstrap/AbstractBootstrap;
            pop
        11: .line 244
      StackMap locals:
      StackMap stack:
            aload 1 /* options */
            invokevirtual io.vertx.core.net.ClientOptionsBase.getSoLinger:()I
            iconst_m1
            if_icmpeq 13
        12: .line 245
            aload 3 /* bootstrap */
            getstatic io.netty.channel.ChannelOption.SO_LINGER:Lio/netty/channel/ChannelOption;
            aload 1 /* options */
            invokevirtual io.vertx.core.net.ClientOptionsBase.getSoLinger:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.netty.bootstrap.Bootstrap.option:(Lio/netty/channel/ChannelOption;Ljava/lang/Object;)Lio/netty/bootstrap/AbstractBootstrap;
            pop
        13: .line 247
      StackMap locals:
      StackMap stack:
            aload 1 /* options */
            invokevirtual io.vertx.core.net.ClientOptionsBase.getTrafficClass:()I
            iconst_m1
            if_icmpeq 15
        14: .line 248
            aload 3 /* bootstrap */
            getstatic io.netty.channel.ChannelOption.IP_TOS:Lio/netty/channel/ChannelOption;
            aload 1 /* options */
            invokevirtual io.vertx.core.net.ClientOptionsBase.getTrafficClass:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.netty.bootstrap.Bootstrap.option:(Lio/netty/channel/ChannelOption;Ljava/lang/Object;)Lio/netty/bootstrap/AbstractBootstrap;
            pop
        15: .line 250
      StackMap locals:
      StackMap stack:
            aload 3 /* bootstrap */
            getstatic io.netty.channel.ChannelOption.CONNECT_TIMEOUT_MILLIS:Lio/netty/channel/ChannelOption;
            aload 1 /* options */
            invokevirtual io.vertx.core.net.ClientOptionsBase.getConnectTimeout:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.netty.bootstrap.Bootstrap.option:(Lio/netty/channel/ChannelOption;Ljava/lang/Object;)Lio/netty/bootstrap/AbstractBootstrap;
            pop
        16: .line 251
            aload 3 /* bootstrap */
            getstatic io.netty.channel.ChannelOption.ALLOCATOR:Lio/netty/channel/ChannelOption;
            getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.INSTANCE:Lio/vertx/core/net/impl/PartialPooledByteBufAllocator;
            invokevirtual io.netty.bootstrap.Bootstrap.option:(Lio/netty/channel/ChannelOption;Ljava/lang/Object;)Lio/netty/bootstrap/AbstractBootstrap;
            pop
        17: .line 252
            return
        end local 3 // io.netty.bootstrap.Bootstrap bootstrap
        end local 2 // boolean domainSocket
        end local 1 // io.vertx.core.net.ClientOptionsBase options
        end local 0 // io.vertx.core.net.impl.transport.Transport this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   18     0          this  Lio/vertx/core/net/impl/transport/Transport;
            0   18     1       options  Lio/vertx/core/net/ClientOptionsBase;
            0   18     2  domainSocket  Z
            0   18     3     bootstrap  Lio/netty/bootstrap/Bootstrap;
    MethodParameters:
              Name  Flags
      options       
      domainSocket  
      bootstrap     

  public void configure(io.vertx.core.net.NetServerOptions, boolean, io.netty.bootstrap.ServerBootstrap);
    descriptor: (Lio/vertx/core/net/NetServerOptions;ZLio/netty/bootstrap/ServerBootstrap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.core.net.impl.transport.Transport this
        start local 1 // io.vertx.core.net.NetServerOptions options
        start local 2 // boolean domainSocket
        start local 3 // io.netty.bootstrap.ServerBootstrap bootstrap
         0: .line 255
            aload 3 /* bootstrap */
            getstatic io.netty.channel.ChannelOption.SO_REUSEADDR:Lio/netty/channel/ChannelOption;
            aload 1 /* options */
            invokevirtual io.vertx.core.net.NetServerOptions.isReuseAddress:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual io.netty.bootstrap.ServerBootstrap.option:(Lio/netty/channel/ChannelOption;Ljava/lang/Object;)Lio/netty/bootstrap/AbstractBootstrap;
            pop
         1: .line 256
            iload 2 /* domainSocket */
            ifne 4
         2: .line 257
            aload 3 /* bootstrap */
            getstatic io.netty.channel.ChannelOption.SO_KEEPALIVE:Lio/netty/channel/ChannelOption;
            aload 1 /* options */
            invokevirtual io.vertx.core.net.NetServerOptions.isTcpKeepAlive:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual io.netty.bootstrap.ServerBootstrap.childOption:(Lio/netty/channel/ChannelOption;Ljava/lang/Object;)Lio/netty/bootstrap/ServerBootstrap;
            pop
         3: .line 258
            aload 3 /* bootstrap */
            getstatic io.netty.channel.ChannelOption.TCP_NODELAY:Lio/netty/channel/ChannelOption;
            aload 1 /* options */
            invokevirtual io.vertx.core.net.NetServerOptions.isTcpNoDelay:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual io.netty.bootstrap.ServerBootstrap.childOption:(Lio/netty/channel/ChannelOption;Ljava/lang/Object;)Lio/netty/bootstrap/ServerBootstrap;
            pop
         4: .line 260
      StackMap locals:
      StackMap stack:
            aload 1 /* options */
            invokevirtual io.vertx.core.net.NetServerOptions.getSendBufferSize:()I
            iconst_m1
            if_icmpeq 6
         5: .line 261
            aload 3 /* bootstrap */
            getstatic io.netty.channel.ChannelOption.SO_SNDBUF:Lio/netty/channel/ChannelOption;
            aload 1 /* options */
            invokevirtual io.vertx.core.net.NetServerOptions.getSendBufferSize:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.netty.bootstrap.ServerBootstrap.childOption:(Lio/netty/channel/ChannelOption;Ljava/lang/Object;)Lio/netty/bootstrap/ServerBootstrap;
            pop
         6: .line 263
      StackMap locals:
      StackMap stack:
            aload 1 /* options */
            invokevirtual io.vertx.core.net.NetServerOptions.getReceiveBufferSize:()I
            iconst_m1
            if_icmpeq 9
         7: .line 264
            aload 3 /* bootstrap */
            getstatic io.netty.channel.ChannelOption.SO_RCVBUF:Lio/netty/channel/ChannelOption;
            aload 1 /* options */
            invokevirtual io.vertx.core.net.NetServerOptions.getReceiveBufferSize:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.netty.bootstrap.ServerBootstrap.childOption:(Lio/netty/channel/ChannelOption;Ljava/lang/Object;)Lio/netty/bootstrap/ServerBootstrap;
            pop
         8: .line 265
            aload 3 /* bootstrap */
            getstatic io.netty.channel.ChannelOption.RCVBUF_ALLOCATOR:Lio/netty/channel/ChannelOption;
            new io.netty.channel.FixedRecvByteBufAllocator
            dup
            aload 1 /* options */
            invokevirtual io.vertx.core.net.NetServerOptions.getReceiveBufferSize:()I
            invokespecial io.netty.channel.FixedRecvByteBufAllocator.<init>:(I)V
            invokevirtual io.netty.bootstrap.ServerBootstrap.childOption:(Lio/netty/channel/ChannelOption;Ljava/lang/Object;)Lio/netty/bootstrap/ServerBootstrap;
            pop
         9: .line 267
      StackMap locals:
      StackMap stack:
            aload 1 /* options */
            invokevirtual io.vertx.core.net.NetServerOptions.getSoLinger:()I
            iconst_m1
            if_icmpeq 11
        10: .line 268
            aload 3 /* bootstrap */
            getstatic io.netty.channel.ChannelOption.SO_LINGER:Lio/netty/channel/ChannelOption;
            aload 1 /* options */
            invokevirtual io.vertx.core.net.NetServerOptions.getSoLinger:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.netty.bootstrap.ServerBootstrap.childOption:(Lio/netty/channel/ChannelOption;Ljava/lang/Object;)Lio/netty/bootstrap/ServerBootstrap;
            pop
        11: .line 270
      StackMap locals:
      StackMap stack:
            aload 1 /* options */
            invokevirtual io.vertx.core.net.NetServerOptions.getTrafficClass:()I
            iconst_m1
            if_icmpeq 13
        12: .line 271
            aload 3 /* bootstrap */
            getstatic io.netty.channel.ChannelOption.IP_TOS:Lio/netty/channel/ChannelOption;
            aload 1 /* options */
            invokevirtual io.vertx.core.net.NetServerOptions.getTrafficClass:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.netty.bootstrap.ServerBootstrap.childOption:(Lio/netty/channel/ChannelOption;Ljava/lang/Object;)Lio/netty/bootstrap/ServerBootstrap;
            pop
        13: .line 273
      StackMap locals:
      StackMap stack:
            aload 3 /* bootstrap */
            getstatic io.netty.channel.ChannelOption.ALLOCATOR:Lio/netty/channel/ChannelOption;
            getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.INSTANCE:Lio/vertx/core/net/impl/PartialPooledByteBufAllocator;
            invokevirtual io.netty.bootstrap.ServerBootstrap.childOption:(Lio/netty/channel/ChannelOption;Ljava/lang/Object;)Lio/netty/bootstrap/ServerBootstrap;
            pop
        14: .line 274
            aload 1 /* options */
            invokevirtual io.vertx.core.net.NetServerOptions.getAcceptBacklog:()I
            iconst_m1
            if_icmpeq 16
        15: .line 275
            aload 3 /* bootstrap */
            getstatic io.netty.channel.ChannelOption.SO_BACKLOG:Lio/netty/channel/ChannelOption;
            aload 1 /* options */
            invokevirtual io.vertx.core.net.NetServerOptions.getAcceptBacklog:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.netty.bootstrap.ServerBootstrap.option:(Lio/netty/channel/ChannelOption;Ljava/lang/Object;)Lio/netty/bootstrap/AbstractBootstrap;
            pop
        16: .line 277
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.netty.bootstrap.ServerBootstrap bootstrap
        end local 2 // boolean domainSocket
        end local 1 // io.vertx.core.net.NetServerOptions options
        end local 0 // io.vertx.core.net.impl.transport.Transport this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0          this  Lio/vertx/core/net/impl/transport/Transport;
            0   17     1       options  Lio/vertx/core/net/NetServerOptions;
            0   17     2  domainSocket  Z
            0   17     3     bootstrap  Lio/netty/bootstrap/ServerBootstrap;
    MethodParameters:
              Name  Flags
      options       
      domainSocket  
      bootstrap     

  static int[] $SWITCH_TABLE$io$netty$channel$socket$InternetProtocolFamily();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 42
            getstatic io.vertx.core.net.impl.transport.Transport.$SWITCH_TABLE$io$netty$channel$socket$InternetProtocolFamily:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic io.netty.channel.socket.InternetProtocolFamily.values:()[Lio/netty/channel/socket/InternetProtocolFamily;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic io.netty.channel.socket.InternetProtocolFamily.IPv4:Lio/netty/channel/socket/InternetProtocolFamily;
            invokevirtual io.netty.channel.socket.InternetProtocolFamily.ordinal:()I
            iconst_1
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic io.netty.channel.socket.InternetProtocolFamily.IPv6:Lio/netty/channel/socket/InternetProtocolFamily;
            invokevirtual io.netty.channel.socket.InternetProtocolFamily.ordinal:()I
            iconst_2
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            dup
            putstatic io.vertx.core.net.impl.transport.Transport.$SWITCH_TABLE$io$netty$channel$socket$InternetProtocolFamily:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
}
SourceFile: "Transport.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles