public class io.vertx.core.eventbus.EventBusOptions extends io.vertx.core.net.TCPSSLOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.eventbus.EventBusOptions
  super_class: io.vertx.core.net.TCPSSLOptions
{
  public static final java.lang.String DEFAULT_CLUSTER_HOST;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

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

  public static final java.lang.String DEFAULT_CLUSTER_PUBLIC_HOST;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

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

  public static final long DEFAULT_CLUSTER_PING_INTERVAL;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final long DEFAULT_CLUSTER_PING_REPLY_INTERVAL;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

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

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

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

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

  private io.vertx.core.json.JsonObject clusterNodeMetadata;
    descriptor: Lio/vertx/core/json/JsonObject;
    flags: (0x0002) ACC_PRIVATE

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

  public static final io.vertx.core.http.ClientAuth DEFAULT_CLIENT_AUTH;
    descriptor: Lio/vertx/core/http/ClientAuth;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

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

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

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

  private io.vertx.core.http.ClientAuth clientAuth;
    descriptor: Lio/vertx/core/http/ClientAuth;
    flags: (0x0002) ACC_PRIVATE

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

  public static final long DEFAULT_RECONNECT_INTERVAL;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1000

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

  public static final boolean DEFAULT_TRUST_ALL;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

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

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 35
            aconst_null
            putstatic io.vertx.core.eventbus.EventBusOptions.DEFAULT_CLUSTER_HOST:Ljava/lang/String;
         1: .line 45
            aconst_null
            putstatic io.vertx.core.eventbus.EventBusOptions.DEFAULT_CLUSTER_PUBLIC_HOST:Ljava/lang/String;
         2: .line 55
            getstatic java.util.concurrent.TimeUnit.SECONDS:Ljava/util/concurrent/TimeUnit;
            ldc 20
            invokevirtual java.util.concurrent.TimeUnit.toMillis:(J)J
            putstatic io.vertx.core.eventbus.EventBusOptions.DEFAULT_CLUSTER_PING_INTERVAL:J
         3: .line 60
            getstatic java.util.concurrent.TimeUnit.SECONDS:Ljava/util/concurrent/TimeUnit;
            ldc 20
            invokevirtual java.util.concurrent.TimeUnit.toMillis:(J)J
            putstatic io.vertx.core.eventbus.EventBusOptions.DEFAULT_CLUSTER_PING_REPLY_INTERVAL:J
         4: .line 78
            getstatic io.vertx.core.http.ClientAuth.NONE:Lio/vertx/core/http/ClientAuth;
            putstatic io.vertx.core.eventbus.EventBusOptions.DEFAULT_CLIENT_AUTH:Lio/vertx/core/http/ClientAuth;
         5: .line 105
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
         0: .line 117
            aload 0 /* this */
            invokespecial io.vertx.core.net.TCPSSLOptions.<init>:()V
         1: .line 62
            aload 0 /* this */
            getstatic io.vertx.core.eventbus.EventBusOptions.DEFAULT_CLUSTER_PUBLIC_HOST:Ljava/lang/String;
            putfield io.vertx.core.eventbus.EventBusOptions.clusterPublicHost:Ljava/lang/String;
         2: .line 63
            aload 0 /* this */
            iconst_m1
            putfield io.vertx.core.eventbus.EventBusOptions.clusterPublicPort:I
         3: .line 64
            aload 0 /* this */
            getstatic io.vertx.core.eventbus.EventBusOptions.DEFAULT_CLUSTER_PING_INTERVAL:J
            putfield io.vertx.core.eventbus.EventBusOptions.clusterPingInterval:J
         4: .line 65
            aload 0 /* this */
            getstatic io.vertx.core.eventbus.EventBusOptions.DEFAULT_CLUSTER_PING_REPLY_INTERVAL:J
            putfield io.vertx.core.eventbus.EventBusOptions.clusterPingReplyInterval:J
         5: .line 83
            aload 0 /* this */
            getstatic io.vertx.core.eventbus.EventBusOptions.DEFAULT_CLIENT_AUTH:Lio/vertx/core/http/ClientAuth;
            putfield io.vertx.core.eventbus.EventBusOptions.clientAuth:Lio/vertx/core/http/ClientAuth;
         6: .line 119
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.eventbus.EventBusOptions.port:I
         7: .line 120
            aload 0 /* this */
            getstatic io.vertx.core.eventbus.EventBusOptions.DEFAULT_CLUSTER_HOST:Ljava/lang/String;
            putfield io.vertx.core.eventbus.EventBusOptions.host:Ljava/lang/String;
         8: .line 121
            aload 0 /* this */
            iconst_m1
            putfield io.vertx.core.eventbus.EventBusOptions.acceptBacklog:I
         9: .line 122
            aload 0 /* this */
            getstatic io.vertx.core.eventbus.EventBusOptions.DEFAULT_CLIENT_AUTH:Lio/vertx/core/http/ClientAuth;
            putfield io.vertx.core.eventbus.EventBusOptions.clientAuth:Lio/vertx/core/http/ClientAuth;
        10: .line 124
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.eventbus.EventBusOptions.reconnectAttempts:I
        11: .line 125
            aload 0 /* this */
            ldc 1000
            putfield io.vertx.core.eventbus.EventBusOptions.reconnectInterval:J
        12: .line 127
            aload 0 /* this */
            ldc 60000
            putfield io.vertx.core.eventbus.EventBusOptions.connectTimeout:I
        13: .line 128
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.eventbus.EventBusOptions.trustAll:Z
        14: .line 129
            return
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lio/vertx/core/eventbus/EventBusOptions;

  public void <init>(io.vertx.core.eventbus.EventBusOptions);
    descriptor: (Lio/vertx/core/eventbus/EventBusOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // io.vertx.core.eventbus.EventBusOptions other
         0: .line 137
            aload 0 /* this */
            aload 1 /* other */
            invokespecial io.vertx.core.net.TCPSSLOptions.<init>:(Lio/vertx/core/net/TCPSSLOptions;)V
         1: .line 62
            aload 0 /* this */
            getstatic io.vertx.core.eventbus.EventBusOptions.DEFAULT_CLUSTER_PUBLIC_HOST:Ljava/lang/String;
            putfield io.vertx.core.eventbus.EventBusOptions.clusterPublicHost:Ljava/lang/String;
         2: .line 63
            aload 0 /* this */
            iconst_m1
            putfield io.vertx.core.eventbus.EventBusOptions.clusterPublicPort:I
         3: .line 64
            aload 0 /* this */
            getstatic io.vertx.core.eventbus.EventBusOptions.DEFAULT_CLUSTER_PING_INTERVAL:J
            putfield io.vertx.core.eventbus.EventBusOptions.clusterPingInterval:J
         4: .line 65
            aload 0 /* this */
            getstatic io.vertx.core.eventbus.EventBusOptions.DEFAULT_CLUSTER_PING_REPLY_INTERVAL:J
            putfield io.vertx.core.eventbus.EventBusOptions.clusterPingReplyInterval:J
         5: .line 83
            aload 0 /* this */
            getstatic io.vertx.core.eventbus.EventBusOptions.DEFAULT_CLIENT_AUTH:Lio/vertx/core/http/ClientAuth;
            putfield io.vertx.core.eventbus.EventBusOptions.clientAuth:Lio/vertx/core/http/ClientAuth;
         6: .line 139
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.eventbus.EventBusOptions.clusterPublicHost:Ljava/lang/String;
            putfield io.vertx.core.eventbus.EventBusOptions.clusterPublicHost:Ljava/lang/String;
         7: .line 140
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.eventbus.EventBusOptions.clusterPublicPort:I
            putfield io.vertx.core.eventbus.EventBusOptions.clusterPublicPort:I
         8: .line 141
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.eventbus.EventBusOptions.clusterPingInterval:J
            putfield io.vertx.core.eventbus.EventBusOptions.clusterPingInterval:J
         9: .line 142
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.eventbus.EventBusOptions.clusterPingReplyInterval:J
            putfield io.vertx.core.eventbus.EventBusOptions.clusterPingReplyInterval:J
        10: .line 143
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.eventbus.EventBusOptions.clusterNodeMetadata:Lio/vertx/core/json/JsonObject;
            ifnonnull 11
            aconst_null
            goto 12
      StackMap locals: io.vertx.core.eventbus.EventBusOptions io.vertx.core.eventbus.EventBusOptions
      StackMap stack: io.vertx.core.eventbus.EventBusOptions
        11: aload 1 /* other */
            getfield io.vertx.core.eventbus.EventBusOptions.clusterNodeMetadata:Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.core.json.JsonObject.copy:()Lio/vertx/core/json/JsonObject;
      StackMap locals: io.vertx.core.eventbus.EventBusOptions io.vertx.core.eventbus.EventBusOptions
      StackMap stack: io.vertx.core.eventbus.EventBusOptions io.vertx.core.json.JsonObject
        12: putfield io.vertx.core.eventbus.EventBusOptions.clusterNodeMetadata:Lio/vertx/core/json/JsonObject;
        13: .line 145
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.eventbus.EventBusOptions.port:I
            putfield io.vertx.core.eventbus.EventBusOptions.port:I
        14: .line 146
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.eventbus.EventBusOptions.host:Ljava/lang/String;
            putfield io.vertx.core.eventbus.EventBusOptions.host:Ljava/lang/String;
        15: .line 147
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.eventbus.EventBusOptions.acceptBacklog:I
            putfield io.vertx.core.eventbus.EventBusOptions.acceptBacklog:I
        16: .line 148
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.eventbus.EventBusOptions.clientAuth:Lio/vertx/core/http/ClientAuth;
            putfield io.vertx.core.eventbus.EventBusOptions.clientAuth:Lio/vertx/core/http/ClientAuth;
        17: .line 150
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.eventbus.EventBusOptions.reconnectInterval:J
            putfield io.vertx.core.eventbus.EventBusOptions.reconnectInterval:J
        18: .line 151
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.eventbus.EventBusOptions.reconnectAttempts:I
            putfield io.vertx.core.eventbus.EventBusOptions.reconnectAttempts:I
        19: .line 152
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.eventbus.EventBusOptions.connectTimeout:I
            putfield io.vertx.core.eventbus.EventBusOptions.connectTimeout:I
        20: .line 153
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.eventbus.EventBusOptions.trustAll:Z
            putfield io.vertx.core.eventbus.EventBusOptions.trustAll:Z
        21: .line 154
            return
        end local 1 // io.vertx.core.eventbus.EventBusOptions other
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   22     0   this  Lio/vertx/core/eventbus/EventBusOptions;
            0   22     1  other  Lio/vertx/core/eventbus/EventBusOptions;
    MethodParameters:
       Name  Flags
      other  

  public void <init>(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 163
            aload 0 /* this */
            invokespecial io.vertx.core.eventbus.EventBusOptions.<init>:()V
         1: .line 165
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.core.eventbus.EventBusOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/core/eventbus/EventBusOptions;)V
         2: .line 166
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/eventbus/EventBusOptions;
            0    3     1  json  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      json  

  public io.vertx.core.json.JsonObject toJson();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
         0: .line 174
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 1 /* json */
        start local 1 // io.vertx.core.json.JsonObject json
         1: .line 175
            aload 0 /* this */
            aload 1 /* json */
            invokestatic io.vertx.core.eventbus.EventBusOptionsConverter.toJson:(Lio/vertx/core/eventbus/EventBusOptions;Lio/vertx/core/json/JsonObject;)V
         2: .line 176
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/eventbus/EventBusOptions;
            1    3     1  json  Lio/vertx/core/json/JsonObject;

  public io.vertx.core.http.ClientAuth getClientAuth();
    descriptor: ()Lio/vertx/core/http/ClientAuth;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
         0: .line 184
            aload 0 /* this */
            getfield io.vertx.core.eventbus.EventBusOptions.clientAuth:Lio/vertx/core/http/ClientAuth;
            areturn
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/eventbus/EventBusOptions;

  public io.vertx.core.eventbus.EventBusOptions setClientAuth(io.vertx.core.http.ClientAuth);
    descriptor: (Lio/vertx/core/http/ClientAuth;)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // io.vertx.core.http.ClientAuth clientAuth
         0: .line 197
            aload 0 /* this */
            aload 1 /* clientAuth */
            putfield io.vertx.core.eventbus.EventBusOptions.clientAuth:Lio/vertx/core/http/ClientAuth;
         1: .line 198
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.http.ClientAuth clientAuth
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/core/eventbus/EventBusOptions;
            0    2     1  clientAuth  Lio/vertx/core/http/ClientAuth;
    MethodParameters:
            Name  Flags
      clientAuth  

  public int getAcceptBacklog();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
         0: .line 206
            aload 0 /* this */
            getfield io.vertx.core.eventbus.EventBusOptions.acceptBacklog:I
            ireturn
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/eventbus/EventBusOptions;

  public io.vertx.core.eventbus.EventBusOptions setAcceptBacklog(int);
    descriptor: (I)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // int acceptBacklog
         0: .line 217
            aload 0 /* this */
            iload 1 /* acceptBacklog */
            putfield io.vertx.core.eventbus.EventBusOptions.acceptBacklog:I
         1: .line 218
            aload 0 /* this */
            areturn
        end local 1 // int acceptBacklog
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/core/eventbus/EventBusOptions;
            0    2     1  acceptBacklog  I
    MethodParameters:
               Name  Flags
      acceptBacklog  

  public java.lang.String getHost();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
         0: .line 225
            aload 0 /* this */
            getfield io.vertx.core.eventbus.EventBusOptions.host:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/eventbus/EventBusOptions;

  public io.vertx.core.eventbus.EventBusOptions setHost(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // java.lang.String host
         0: .line 240
            aload 0 /* this */
            aload 1 /* host */
            putfield io.vertx.core.eventbus.EventBusOptions.host:Ljava/lang/String;
         1: .line 241
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String host
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/eventbus/EventBusOptions;
            0    2     1  host  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      host  

  public int getPort();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
         0: .line 250
            aload 0 /* this */
            getfield io.vertx.core.eventbus.EventBusOptions.port:I
            ireturn
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/eventbus/EventBusOptions;

  public io.vertx.core.eventbus.EventBusOptions setPort(int);
    descriptor: (I)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // int port
         0: .line 261
            iload 1 /* port */
            iflt 1
            iload 1 /* port */
            ldc 65535
            if_icmple 2
         1: .line 262
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "clusterPort p must be in range 0 <= p <= 65535"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* port */
            putfield io.vertx.core.eventbus.EventBusOptions.port:I
         3: .line 265
            aload 0 /* this */
            areturn
        end local 1 // int port
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/core/eventbus/EventBusOptions;
            0    4     1  port  I
    MethodParameters:
      Name  Flags
      port  

  public int getReconnectAttempts();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
         0: .line 274
            aload 0 /* this */
            getfield io.vertx.core.eventbus.EventBusOptions.reconnectAttempts:I
            ireturn
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/eventbus/EventBusOptions;

  public io.vertx.core.eventbus.EventBusOptions setReconnectAttempts(int);
    descriptor: (I)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // int attempts
         0: .line 286
            aload 0 /* this */
            iload 1 /* attempts */
            putfield io.vertx.core.eventbus.EventBusOptions.reconnectAttempts:I
         1: .line 287
            aload 0 /* this */
            areturn
        end local 1 // int attempts
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/core/eventbus/EventBusOptions;
            0    2     1  attempts  I
    MethodParameters:
          Name  Flags
      attempts  

  public long getReconnectInterval();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
         0: .line 295
            aload 0 /* this */
            getfield io.vertx.core.eventbus.EventBusOptions.reconnectInterval:J
            lreturn
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/eventbus/EventBusOptions;

  public io.vertx.core.eventbus.EventBusOptions setReconnectInterval(long);
    descriptor: (J)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // long interval
         0: .line 306
            aload 0 /* this */
            lload 1 /* interval */
            putfield io.vertx.core.eventbus.EventBusOptions.reconnectInterval:J
         1: .line 307
            aload 0 /* this */
            areturn
        end local 1 // long interval
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/core/eventbus/EventBusOptions;
            0    2     1  interval  J
    MethodParameters:
          Name  Flags
      interval  

  public io.vertx.core.eventbus.EventBusOptions addCrlPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // java.lang.String crlPath
         0: .line 312
            aload 0 /* this */
            aload 1 /* crlPath */
            invokespecial io.vertx.core.net.TCPSSLOptions.addCrlPath:(Ljava/lang/String;)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 313
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String crlPath
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/eventbus/EventBusOptions;
            0    2     1  crlPath  Ljava/lang/String;
    Exceptions:
      throws java.lang.NullPointerException
    MethodParameters:
         Name  Flags
      crlPath  

  public io.vertx.core.eventbus.EventBusOptions addCrlValue(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // io.vertx.core.buffer.Buffer crlValue
         0: .line 318
            aload 0 /* this */
            aload 1 /* crlValue */
            invokespecial io.vertx.core.net.TCPSSLOptions.addCrlValue:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 319
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.buffer.Buffer crlValue
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/core/eventbus/EventBusOptions;
            0    2     1  crlValue  Lio/vertx/core/buffer/Buffer;
    Exceptions:
      throws java.lang.NullPointerException
    MethodParameters:
          Name  Flags
      crlValue  

  public io.vertx.core.eventbus.EventBusOptions addEnabledCipherSuite(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // java.lang.String suite
         0: .line 324
            aload 0 /* this */
            aload 1 /* suite */
            invokespecial io.vertx.core.net.TCPSSLOptions.addEnabledCipherSuite:(Ljava/lang/String;)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 325
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String suite
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/core/eventbus/EventBusOptions;
            0    2     1  suite  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      suite  

  public io.vertx.core.eventbus.EventBusOptions setIdleTimeout(int);
    descriptor: (I)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // int idleTimeout
         0: .line 330
            aload 0 /* this */
            iload 1 /* idleTimeout */
            invokespecial io.vertx.core.net.TCPSSLOptions.setIdleTimeout:(I)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 331
            aload 0 /* this */
            areturn
        end local 1 // int idleTimeout
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/core/eventbus/EventBusOptions;
            0    2     1  idleTimeout  I
    MethodParameters:
             Name  Flags
      idleTimeout  

  public io.vertx.core.eventbus.EventBusOptions setKeyCertOptions(io.vertx.core.net.KeyCertOptions);
    descriptor: (Lio/vertx/core/net/KeyCertOptions;)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // io.vertx.core.net.KeyCertOptions options
         0: .line 337
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.TCPSSLOptions.setKeyCertOptions:(Lio/vertx/core/net/KeyCertOptions;)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 338
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.KeyCertOptions options
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/eventbus/EventBusOptions;
            0    2     1  options  Lio/vertx/core/net/KeyCertOptions;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.eventbus.EventBusOptions setKeyStoreOptions(io.vertx.core.net.JksOptions);
    descriptor: (Lio/vertx/core/net/JksOptions;)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // io.vertx.core.net.JksOptions options
         0: .line 343
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.TCPSSLOptions.setKeyStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 344
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.JksOptions options
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/eventbus/EventBusOptions;
            0    2     1  options  Lio/vertx/core/net/JksOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.eventbus.EventBusOptions setPemKeyCertOptions(io.vertx.core.net.PemKeyCertOptions);
    descriptor: (Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // io.vertx.core.net.PemKeyCertOptions options
         0: .line 349
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.TCPSSLOptions.setPemKeyCertOptions:(Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 350
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.PemKeyCertOptions options
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/eventbus/EventBusOptions;
            0    2     1  options  Lio/vertx/core/net/PemKeyCertOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.eventbus.EventBusOptions setPemTrustOptions(io.vertx.core.net.PemTrustOptions);
    descriptor: (Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // io.vertx.core.net.PemTrustOptions options
         0: .line 355
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.TCPSSLOptions.setPemTrustOptions:(Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 356
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.PemTrustOptions options
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/eventbus/EventBusOptions;
            0    2     1  options  Lio/vertx/core/net/PemTrustOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.eventbus.EventBusOptions setPfxKeyCertOptions(io.vertx.core.net.PfxOptions);
    descriptor: (Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // io.vertx.core.net.PfxOptions options
         0: .line 361
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.TCPSSLOptions.setPfxKeyCertOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 362
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.PfxOptions options
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/eventbus/EventBusOptions;
            0    2     1  options  Lio/vertx/core/net/PfxOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.eventbus.EventBusOptions setPfxTrustOptions(io.vertx.core.net.PfxOptions);
    descriptor: (Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // io.vertx.core.net.PfxOptions options
         0: .line 367
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.TCPSSLOptions.setPfxTrustOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 368
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.PfxOptions options
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/eventbus/EventBusOptions;
            0    2     1  options  Lio/vertx/core/net/PfxOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.eventbus.EventBusOptions setSoLinger(int);
    descriptor: (I)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // int soLinger
         0: .line 373
            aload 0 /* this */
            iload 1 /* soLinger */
            invokespecial io.vertx.core.net.TCPSSLOptions.setSoLinger:(I)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 374
            aload 0 /* this */
            areturn
        end local 1 // int soLinger
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/core/eventbus/EventBusOptions;
            0    2     1  soLinger  I
    MethodParameters:
          Name  Flags
      soLinger  

  public io.vertx.core.eventbus.EventBusOptions setSsl(boolean);
    descriptor: (Z)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // boolean ssl
         0: .line 379
            aload 0 /* this */
            iload 1 /* ssl */
            invokespecial io.vertx.core.net.TCPSSLOptions.setSsl:(Z)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 380
            aload 0 /* this */
            areturn
        end local 1 // boolean ssl
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/eventbus/EventBusOptions;
            0    2     1   ssl  Z
    MethodParameters:
      Name  Flags
      ssl   

  public io.vertx.core.eventbus.EventBusOptions setTcpKeepAlive(boolean);
    descriptor: (Z)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // boolean tcpKeepAlive
         0: .line 385
            aload 0 /* this */
            iload 1 /* tcpKeepAlive */
            invokespecial io.vertx.core.net.TCPSSLOptions.setTcpKeepAlive:(Z)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 386
            aload 0 /* this */
            areturn
        end local 1 // boolean tcpKeepAlive
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/core/eventbus/EventBusOptions;
            0    2     1  tcpKeepAlive  Z
    MethodParameters:
              Name  Flags
      tcpKeepAlive  

  public io.vertx.core.eventbus.EventBusOptions setTcpNoDelay(boolean);
    descriptor: (Z)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // boolean tcpNoDelay
         0: .line 391
            aload 0 /* this */
            iload 1 /* tcpNoDelay */
            invokespecial io.vertx.core.net.TCPSSLOptions.setTcpNoDelay:(Z)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 392
            aload 0 /* this */
            areturn
        end local 1 // boolean tcpNoDelay
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/core/eventbus/EventBusOptions;
            0    2     1  tcpNoDelay  Z
    MethodParameters:
            Name  Flags
      tcpNoDelay  

  public io.vertx.core.eventbus.EventBusOptions setTrustOptions(io.vertx.core.net.TrustOptions);
    descriptor: (Lio/vertx/core/net/TrustOptions;)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // io.vertx.core.net.TrustOptions options
         0: .line 397
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.TCPSSLOptions.setTrustOptions:(Lio/vertx/core/net/TrustOptions;)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 398
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.TrustOptions options
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/eventbus/EventBusOptions;
            0    2     1  options  Lio/vertx/core/net/TrustOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.eventbus.EventBusOptions setTrustStoreOptions(io.vertx.core.net.JksOptions);
    descriptor: (Lio/vertx/core/net/JksOptions;)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // io.vertx.core.net.JksOptions options
         0: .line 403
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.TCPSSLOptions.setTrustStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 404
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.JksOptions options
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/eventbus/EventBusOptions;
            0    2     1  options  Lio/vertx/core/net/JksOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.eventbus.EventBusOptions setReceiveBufferSize(int);
    descriptor: (I)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // int receiveBufferSize
         0: .line 409
            aload 0 /* this */
            iload 1 /* receiveBufferSize */
            invokespecial io.vertx.core.net.TCPSSLOptions.setReceiveBufferSize:(I)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 410
            aload 0 /* this */
            areturn
        end local 1 // int receiveBufferSize
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/core/eventbus/EventBusOptions;
            0    2     1  receiveBufferSize  I
    MethodParameters:
                   Name  Flags
      receiveBufferSize  

  public io.vertx.core.eventbus.EventBusOptions setReuseAddress(boolean);
    descriptor: (Z)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // boolean reuseAddress
         0: .line 415
            aload 0 /* this */
            iload 1 /* reuseAddress */
            invokespecial io.vertx.core.net.TCPSSLOptions.setReuseAddress:(Z)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 416
            aload 0 /* this */
            areturn
        end local 1 // boolean reuseAddress
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/core/eventbus/EventBusOptions;
            0    2     1  reuseAddress  Z
    MethodParameters:
              Name  Flags
      reuseAddress  

  public io.vertx.core.eventbus.EventBusOptions setReusePort(boolean);
    descriptor: (Z)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // boolean reusePort
         0: .line 421
            aload 0 /* this */
            iload 1 /* reusePort */
            invokespecial io.vertx.core.net.TCPSSLOptions.setReusePort:(Z)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 422
            aload 0 /* this */
            areturn
        end local 1 // boolean reusePort
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/core/eventbus/EventBusOptions;
            0    2     1  reusePort  Z
    MethodParameters:
           Name  Flags
      reusePort  

  public io.vertx.core.eventbus.EventBusOptions setSendBufferSize(int);
    descriptor: (I)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // int sendBufferSize
         0: .line 427
            aload 0 /* this */
            iload 1 /* sendBufferSize */
            invokespecial io.vertx.core.net.TCPSSLOptions.setSendBufferSize:(I)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 428
            aload 0 /* this */
            areturn
        end local 1 // int sendBufferSize
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/core/eventbus/EventBusOptions;
            0    2     1  sendBufferSize  I
    MethodParameters:
                Name  Flags
      sendBufferSize  

  public io.vertx.core.eventbus.EventBusOptions setTrafficClass(int);
    descriptor: (I)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // int trafficClass
         0: .line 433
            aload 0 /* this */
            iload 1 /* trafficClass */
            invokespecial io.vertx.core.net.TCPSSLOptions.setTrafficClass:(I)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 434
            aload 0 /* this */
            areturn
        end local 1 // int trafficClass
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/core/eventbus/EventBusOptions;
            0    2     1  trafficClass  I
    MethodParameters:
              Name  Flags
      trafficClass  

  public io.vertx.core.eventbus.EventBusOptions setUseAlpn(boolean);
    descriptor: (Z)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // boolean useAlpn
         0: .line 439
            aload 0 /* this */
            iload 1 /* useAlpn */
            invokespecial io.vertx.core.net.TCPSSLOptions.setUseAlpn:(Z)Lio/vertx/core/net/TCPSSLOptions;
            checkcast io.vertx.core.eventbus.EventBusOptions
            areturn
        end local 1 // boolean useAlpn
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/eventbus/EventBusOptions;
            0    1     1  useAlpn  Z
    MethodParameters:
         Name  Flags
      useAlpn  

  public io.vertx.core.eventbus.EventBusOptions setSslEngineOptions(io.vertx.core.net.SSLEngineOptions);
    descriptor: (Lio/vertx/core/net/SSLEngineOptions;)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // io.vertx.core.net.SSLEngineOptions sslEngineOptions
         0: .line 444
            aload 0 /* this */
            aload 1 /* sslEngineOptions */
            invokespecial io.vertx.core.net.TCPSSLOptions.setSslEngineOptions:(Lio/vertx/core/net/SSLEngineOptions;)Lio/vertx/core/net/TCPSSLOptions;
            checkcast io.vertx.core.eventbus.EventBusOptions
            areturn
        end local 1 // io.vertx.core.net.SSLEngineOptions sslEngineOptions
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lio/vertx/core/eventbus/EventBusOptions;
            0    1     1  sslEngineOptions  Lio/vertx/core/net/SSLEngineOptions;
    MethodParameters:
                  Name  Flags
      sslEngineOptions  

  public io.vertx.core.eventbus.EventBusOptions setJdkSslEngineOptions(io.vertx.core.net.JdkSSLEngineOptions);
    descriptor: (Lio/vertx/core/net/JdkSSLEngineOptions;)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // io.vertx.core.net.JdkSSLEngineOptions sslEngineOptions
         0: .line 449
            aload 0 /* this */
            aload 1 /* sslEngineOptions */
            invokespecial io.vertx.core.net.TCPSSLOptions.setJdkSslEngineOptions:(Lio/vertx/core/net/JdkSSLEngineOptions;)Lio/vertx/core/net/TCPSSLOptions;
            checkcast io.vertx.core.eventbus.EventBusOptions
            areturn
        end local 1 // io.vertx.core.net.JdkSSLEngineOptions sslEngineOptions
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lio/vertx/core/eventbus/EventBusOptions;
            0    1     1  sslEngineOptions  Lio/vertx/core/net/JdkSSLEngineOptions;
    MethodParameters:
                  Name  Flags
      sslEngineOptions  

  public io.vertx.core.eventbus.EventBusOptions setOpenSslEngineOptions(io.vertx.core.net.OpenSSLEngineOptions);
    descriptor: (Lio/vertx/core/net/OpenSSLEngineOptions;)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // io.vertx.core.net.OpenSSLEngineOptions sslEngineOptions
         0: .line 454
            aload 0 /* this */
            aload 1 /* sslEngineOptions */
            invokespecial io.vertx.core.net.TCPSSLOptions.setOpenSslEngineOptions:(Lio/vertx/core/net/OpenSSLEngineOptions;)Lio/vertx/core/net/TCPSSLOptions;
            checkcast io.vertx.core.eventbus.EventBusOptions
            areturn
        end local 1 // io.vertx.core.net.OpenSSLEngineOptions sslEngineOptions
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lio/vertx/core/eventbus/EventBusOptions;
            0    1     1  sslEngineOptions  Lio/vertx/core/net/OpenSSLEngineOptions;
    MethodParameters:
                  Name  Flags
      sslEngineOptions  

  public io.vertx.core.eventbus.EventBusOptions setEnabledSecureTransportProtocols(java.util.Set<java.lang.String>);
    descriptor: (Ljava/util/Set;)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // java.util.Set enabledSecureTransportProtocols
         0: .line 459
            aload 0 /* this */
            aload 1 /* enabledSecureTransportProtocols */
            invokespecial io.vertx.core.net.TCPSSLOptions.setEnabledSecureTransportProtocols:(Ljava/util/Set;)Lio/vertx/core/net/TCPSSLOptions;
            checkcast io.vertx.core.eventbus.EventBusOptions
            areturn
        end local 1 // java.util.Set enabledSecureTransportProtocols
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot                             Name  Signature
            0    1     0                             this  Lio/vertx/core/eventbus/EventBusOptions;
            0    1     1  enabledSecureTransportProtocols  Ljava/util/Set<Ljava/lang/String;>;
    Signature: (Ljava/util/Set<Ljava/lang/String;>;)Lio/vertx/core/eventbus/EventBusOptions;
    MethodParameters:
                                 Name  Flags
      enabledSecureTransportProtocols  

  public io.vertx.core.eventbus.EventBusOptions addEnabledSecureTransportProtocol(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // java.lang.String protocol
         0: .line 464
            aload 0 /* this */
            aload 1 /* protocol */
            invokespecial io.vertx.core.net.TCPSSLOptions.addEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/core/net/TCPSSLOptions;
            checkcast io.vertx.core.eventbus.EventBusOptions
            areturn
        end local 1 // java.lang.String protocol
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/core/eventbus/EventBusOptions;
            0    1     1  protocol  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      protocol  

  public io.vertx.core.eventbus.EventBusOptions removeEnabledSecureTransportProtocol(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // java.lang.String protocol
         0: .line 469
            aload 0 /* this */
            aload 1 /* protocol */
            invokespecial io.vertx.core.net.TCPSSLOptions.removeEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/core/net/TCPSSLOptions;
            checkcast io.vertx.core.eventbus.EventBusOptions
            areturn
        end local 1 // java.lang.String protocol
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/core/eventbus/EventBusOptions;
            0    1     1  protocol  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      protocol  

  public io.vertx.core.eventbus.EventBusOptions setTcpFastOpen(boolean);
    descriptor: (Z)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // boolean tcpFastOpen
         0: .line 474
            aload 0 /* this */
            iload 1 /* tcpFastOpen */
            invokespecial io.vertx.core.net.TCPSSLOptions.setTcpFastOpen:(Z)Lio/vertx/core/net/TCPSSLOptions;
            checkcast io.vertx.core.eventbus.EventBusOptions
            areturn
        end local 1 // boolean tcpFastOpen
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/core/eventbus/EventBusOptions;
            0    1     1  tcpFastOpen  Z
    MethodParameters:
             Name  Flags
      tcpFastOpen  

  public io.vertx.core.eventbus.EventBusOptions setTcpCork(boolean);
    descriptor: (Z)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // boolean tcpCork
         0: .line 479
            aload 0 /* this */
            iload 1 /* tcpCork */
            invokespecial io.vertx.core.net.TCPSSLOptions.setTcpCork:(Z)Lio/vertx/core/net/TCPSSLOptions;
            checkcast io.vertx.core.eventbus.EventBusOptions
            areturn
        end local 1 // boolean tcpCork
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/eventbus/EventBusOptions;
            0    1     1  tcpCork  Z
    MethodParameters:
         Name  Flags
      tcpCork  

  public io.vertx.core.eventbus.EventBusOptions setTcpQuickAck(boolean);
    descriptor: (Z)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // boolean tcpQuickAck
         0: .line 484
            aload 0 /* this */
            iload 1 /* tcpQuickAck */
            invokespecial io.vertx.core.net.TCPSSLOptions.setTcpQuickAck:(Z)Lio/vertx/core/net/TCPSSLOptions;
            checkcast io.vertx.core.eventbus.EventBusOptions
            areturn
        end local 1 // boolean tcpQuickAck
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/core/eventbus/EventBusOptions;
            0    1     1  tcpQuickAck  Z
    MethodParameters:
             Name  Flags
      tcpQuickAck  

  public io.vertx.core.eventbus.EventBusOptions setLogActivity(boolean);
    descriptor: (Z)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // boolean logEnabled
         0: .line 489
            aload 0 /* this */
            iload 1 /* logEnabled */
            invokespecial io.vertx.core.net.TCPSSLOptions.setLogActivity:(Z)Lio/vertx/core/net/TCPSSLOptions;
            checkcast io.vertx.core.eventbus.EventBusOptions
            areturn
        end local 1 // boolean logEnabled
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/core/eventbus/EventBusOptions;
            0    1     1  logEnabled  Z
    MethodParameters:
            Name  Flags
      logEnabled  

  public io.vertx.core.eventbus.EventBusOptions setSslHandshakeTimeout(long);
    descriptor: (J)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // long sslHandshakeTimeout
         0: .line 494
            aload 0 /* this */
            lload 1 /* sslHandshakeTimeout */
            invokespecial io.vertx.core.net.TCPSSLOptions.setSslHandshakeTimeout:(J)Lio/vertx/core/net/TCPSSLOptions;
            checkcast io.vertx.core.eventbus.EventBusOptions
            areturn
        end local 1 // long sslHandshakeTimeout
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lio/vertx/core/eventbus/EventBusOptions;
            0    1     1  sslHandshakeTimeout  J
    MethodParameters:
                     Name  Flags
      sslHandshakeTimeout  

  public io.vertx.core.eventbus.EventBusOptions setSslHandshakeTimeoutUnit(java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // java.util.concurrent.TimeUnit sslHandshakeTimeoutUnit
         0: .line 499
            aload 0 /* this */
            aload 1 /* sslHandshakeTimeoutUnit */
            invokespecial io.vertx.core.net.TCPSSLOptions.setSslHandshakeTimeoutUnit:(Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/net/TCPSSLOptions;
            checkcast io.vertx.core.eventbus.EventBusOptions
            areturn
        end local 1 // java.util.concurrent.TimeUnit sslHandshakeTimeoutUnit
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    1     0                     this  Lio/vertx/core/eventbus/EventBusOptions;
            0    1     1  sslHandshakeTimeoutUnit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
                         Name  Flags
      sslHandshakeTimeoutUnit  

  public io.vertx.core.eventbus.EventBusOptions setTrustAll(boolean);
    descriptor: (Z)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // boolean trustAll
         0: .line 510
            aload 0 /* this */
            iload 1 /* trustAll */
            putfield io.vertx.core.eventbus.EventBusOptions.trustAll:Z
         1: .line 511
            aload 0 /* this */
            areturn
        end local 1 // boolean trustAll
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/core/eventbus/EventBusOptions;
            0    2     1  trustAll  Z
    MethodParameters:
          Name  Flags
      trustAll  

  public boolean isTrustAll();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
         0: .line 519
            aload 0 /* this */
            getfield io.vertx.core.eventbus.EventBusOptions.trustAll:Z
            ireturn
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/eventbus/EventBusOptions;

  public int getConnectTimeout();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
         0: .line 527
            aload 0 /* this */
            getfield io.vertx.core.eventbus.EventBusOptions.connectTimeout:I
            ireturn
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/eventbus/EventBusOptions;

  public io.vertx.core.eventbus.EventBusOptions setConnectTimeout(int);
    descriptor: (I)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // int connectTimeout
         0: .line 538
            aload 0 /* this */
            iload 1 /* connectTimeout */
            putfield io.vertx.core.eventbus.EventBusOptions.connectTimeout:I
         1: .line 539
            aload 0 /* this */
            areturn
        end local 1 // int connectTimeout
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/core/eventbus/EventBusOptions;
            0    2     1  connectTimeout  I
    MethodParameters:
                Name  Flags
      connectTimeout  

  public long getClusterPingInterval();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
         0: .line 549
            aload 0 /* this */
            getfield io.vertx.core.eventbus.EventBusOptions.clusterPingInterval:J
            lreturn
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/eventbus/EventBusOptions;

  public io.vertx.core.eventbus.EventBusOptions setClusterPingInterval(long);
    descriptor: (J)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // long clusterPingInterval
         0: .line 559
            lload 1 /* clusterPingInterval */
            lconst_1
            lcmp
            ifge 2
         1: .line 560
            new java.lang.IllegalArgumentException
            dup
            ldc "clusterPingInterval must be greater than 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 562
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* clusterPingInterval */
            putfield io.vertx.core.eventbus.EventBusOptions.clusterPingInterval:J
         3: .line 563
            aload 0 /* this */
            areturn
        end local 1 // long clusterPingInterval
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    4     0                 this  Lio/vertx/core/eventbus/EventBusOptions;
            0    4     1  clusterPingInterval  J
    MethodParameters:
                     Name  Flags
      clusterPingInterval  

  public long getClusterPingReplyInterval();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
         0: .line 573
            aload 0 /* this */
            getfield io.vertx.core.eventbus.EventBusOptions.clusterPingReplyInterval:J
            lreturn
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/eventbus/EventBusOptions;

  public io.vertx.core.eventbus.EventBusOptions setClusterPingReplyInterval(long);
    descriptor: (J)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // long clusterPingReplyInterval
         0: .line 583
            lload 1 /* clusterPingReplyInterval */
            lconst_1
            lcmp
            ifge 2
         1: .line 584
            new java.lang.IllegalArgumentException
            dup
            ldc "clusterPingReplyInterval must be greater than 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 586
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* clusterPingReplyInterval */
            putfield io.vertx.core.eventbus.EventBusOptions.clusterPingReplyInterval:J
         3: .line 587
            aload 0 /* this */
            areturn
        end local 1 // long clusterPingReplyInterval
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    4     0                      this  Lio/vertx/core/eventbus/EventBusOptions;
            0    4     1  clusterPingReplyInterval  J
    MethodParameters:
                          Name  Flags
      clusterPingReplyInterval  

  public java.lang.String getClusterPublicHost();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
         0: .line 596
            aload 0 /* this */
            getfield io.vertx.core.eventbus.EventBusOptions.clusterPublicHost:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/eventbus/EventBusOptions;

  public io.vertx.core.eventbus.EventBusOptions setClusterPublicHost(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // java.lang.String clusterPublicHost
         0: .line 612
            aload 0 /* this */
            aload 1 /* clusterPublicHost */
            putfield io.vertx.core.eventbus.EventBusOptions.clusterPublicHost:Ljava/lang/String;
         1: .line 613
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String clusterPublicHost
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/core/eventbus/EventBusOptions;
            0    2     1  clusterPublicHost  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      clusterPublicHost  

  public int getClusterPublicPort();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
         0: .line 622
            aload 0 /* this */
            getfield io.vertx.core.eventbus.EventBusOptions.clusterPublicPort:I
            ireturn
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/eventbus/EventBusOptions;

  public io.vertx.core.eventbus.EventBusOptions setClusterPublicPort(int);
    descriptor: (I)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // int clusterPublicPort
         0: .line 632
            iload 1 /* clusterPublicPort */
            iflt 1
            iload 1 /* clusterPublicPort */
            ldc 65535
            if_icmple 2
         1: .line 633
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "clusterPublicPort p must be in range 0 <= p <= 65535"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 635
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* clusterPublicPort */
            putfield io.vertx.core.eventbus.EventBusOptions.clusterPublicPort:I
         3: .line 636
            aload 0 /* this */
            areturn
        end local 1 // int clusterPublicPort
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lio/vertx/core/eventbus/EventBusOptions;
            0    4     1  clusterPublicPort  I
    MethodParameters:
                   Name  Flags
      clusterPublicPort  

  public io.vertx.core.json.JsonObject getClusterNodeMetadata();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
         0: .line 650
            aload 0 /* this */
            getfield io.vertx.core.eventbus.EventBusOptions.clusterNodeMetadata:Lio/vertx/core/json/JsonObject;
            areturn
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/eventbus/EventBusOptions;

  public io.vertx.core.eventbus.EventBusOptions setClusterNodeMetadata(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.EventBusOptions this
        start local 1 // io.vertx.core.json.JsonObject clusterNodeMetadata
         0: .line 665
            aload 0 /* this */
            aload 1 /* clusterNodeMetadata */
            putfield io.vertx.core.eventbus.EventBusOptions.clusterNodeMetadata:Lio/vertx/core/json/JsonObject;
         1: .line 666
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.json.JsonObject clusterNodeMetadata
        end local 0 // io.vertx.core.eventbus.EventBusOptions this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lio/vertx/core/eventbus/EventBusOptions;
            0    2     1  clusterNodeMetadata  Lio/vertx/core/json/JsonObject;
    MethodParameters:
                     Name  Flags
      clusterNodeMetadata  

  public io.vertx.core.net.TCPSSLOptions setJdkSslEngineOptions(io.vertx.core.net.JdkSSLEngineOptions);
    descriptor: (Lio/vertx/core/net/JdkSSLEngineOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setJdkSslEngineOptions:(Lio/vertx/core/net/JdkSSLEngineOptions;)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions addCrlValue(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.addCrlValue:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.NullPointerException

  public io.vertx.core.net.TCPSSLOptions setKeyCertOptions(io.vertx.core.net.KeyCertOptions);
    descriptor: (Lio/vertx/core/net/KeyCertOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setKeyCertOptions:(Lio/vertx/core/net/KeyCertOptions;)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setTrustOptions(io.vertx.core.net.TrustOptions);
    descriptor: (Lio/vertx/core/net/TrustOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setTrustOptions:(Lio/vertx/core/net/TrustOptions;)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setSsl(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setSsl:(Z)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setOpenSslEngineOptions(io.vertx.core.net.OpenSSLEngineOptions);
    descriptor: (Lio/vertx/core/net/OpenSSLEngineOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setOpenSslEngineOptions:(Lio/vertx/core/net/OpenSSLEngineOptions;)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setKeyStoreOptions(io.vertx.core.net.JksOptions);
    descriptor: (Lio/vertx/core/net/JksOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setKeyStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setTcpCork(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setTcpCork:(Z)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setSslHandshakeTimeoutUnit(java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setSslHandshakeTimeoutUnit:(Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setPemKeyCertOptions(io.vertx.core.net.PemKeyCertOptions);
    descriptor: (Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setPemKeyCertOptions:(Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setPfxKeyCertOptions(io.vertx.core.net.PfxOptions);
    descriptor: (Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setPfxKeyCertOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setUseAlpn(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setUseAlpn:(Z)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setReuseAddress(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setReuseAddress:(Z)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetworkOptions setReuseAddress(boolean);
    descriptor: (Z)Lio/vertx/core/net/NetworkOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setReuseAddress:(Z)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setReceiveBufferSize(int);
    descriptor: (I)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setReceiveBufferSize:(I)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetworkOptions setReceiveBufferSize(int);
    descriptor: (I)Lio/vertx/core/net/NetworkOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setReceiveBufferSize:(I)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setPemTrustOptions(io.vertx.core.net.PemTrustOptions);
    descriptor: (Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setPemTrustOptions:(Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setSslEngineOptions(io.vertx.core.net.SSLEngineOptions);
    descriptor: (Lio/vertx/core/net/SSLEngineOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setSslEngineOptions:(Lio/vertx/core/net/SSLEngineOptions;)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setPfxTrustOptions(io.vertx.core.net.PfxOptions);
    descriptor: (Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setPfxTrustOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions addCrlPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.addCrlPath:(Ljava/lang/String;)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.NullPointerException

  public io.vertx.core.net.TCPSSLOptions setTcpNoDelay(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setTcpNoDelay:(Z)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setTrafficClass(int);
    descriptor: (I)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setTrafficClass:(I)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetworkOptions setTrafficClass(int);
    descriptor: (I)Lio/vertx/core/net/NetworkOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setTrafficClass:(I)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setSslHandshakeTimeout(long);
    descriptor: (J)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            lload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setSslHandshakeTimeout:(J)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setTrustStoreOptions(io.vertx.core.net.JksOptions);
    descriptor: (Lio/vertx/core/net/JksOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setTrustStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setIdleTimeout(int);
    descriptor: (I)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setIdleTimeout:(I)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setSendBufferSize(int);
    descriptor: (I)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setSendBufferSize:(I)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetworkOptions setSendBufferSize(int);
    descriptor: (I)Lio/vertx/core/net/NetworkOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setSendBufferSize:(I)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setTcpQuickAck(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setTcpQuickAck:(Z)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setTcpKeepAlive(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setTcpKeepAlive:(Z)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions addEnabledSecureTransportProtocol(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.addEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setReusePort(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setReusePort:(Z)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetworkOptions setReusePort(boolean);
    descriptor: (Z)Lio/vertx/core/net/NetworkOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setReusePort:(Z)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setTcpFastOpen(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setTcpFastOpen:(Z)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setLogActivity(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setLogActivity:(Z)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetworkOptions setLogActivity(boolean);
    descriptor: (Z)Lio/vertx/core/net/NetworkOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setLogActivity:(Z)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions removeEnabledSecureTransportProtocol(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.removeEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setEnabledSecureTransportProtocols(java.util.Set);
    descriptor: (Ljava/util/Set;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setEnabledSecureTransportProtocols:(Ljava/util/Set;)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions addEnabledCipherSuite(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.addEnabledCipherSuite:(Ljava/lang/String;)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setSoLinger(int);
    descriptor: (I)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.eventbus.EventBusOptions.setSoLinger:(I)Lio/vertx/core/eventbus/EventBusOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "EventBusOptions.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true, inheritConverter = true, publicConverter = false)