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 boolean DEFAULT_CLUSTERED;
descriptor: Z
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 0
public static final java.lang.String DEFAULT_CLUSTER_HOST;
descriptor: Ljava/lang/String;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: "localhost"
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
ConstantValue: 20000
public static final long DEFAULT_CLUSTER_PING_REPLY_INTERVAL;
descriptor: J
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 20000
private boolean clustered;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
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
public static final int DEFAULT_PORT;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 0
public static final java.lang.String DEFAULT_HOST;
descriptor: Ljava/lang/String;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: "localhost"
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=1, locals=0, args_size=0
0: getstatic io.vertx.core.VertxOptions.DEFAULT_CLUSTER_PUBLIC_HOST:Ljava/lang/String;
putstatic io.vertx.core.eventbus.EventBusOptions.DEFAULT_CLUSTER_PUBLIC_HOST:Ljava/lang/String;
1: 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;
2: 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 0: aload 0
invokespecial io.vertx.core.net.TCPSSLOptions.<init>:()V
1: aload 0
iconst_0
putfield io.vertx.core.eventbus.EventBusOptions.clustered:Z
2: aload 0
getstatic io.vertx.core.eventbus.EventBusOptions.DEFAULT_CLUSTER_PUBLIC_HOST:Ljava/lang/String;
putfield io.vertx.core.eventbus.EventBusOptions.clusterPublicHost:Ljava/lang/String;
3: aload 0
iconst_m1
putfield io.vertx.core.eventbus.EventBusOptions.clusterPublicPort:I
4: aload 0
ldc 20000
putfield io.vertx.core.eventbus.EventBusOptions.clusterPingInterval:J
5: aload 0
ldc 20000
putfield io.vertx.core.eventbus.EventBusOptions.clusterPingReplyInterval:J
6: aload 0
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;
7: aload 0
iconst_0
putfield io.vertx.core.eventbus.EventBusOptions.clustered:Z
8: aload 0
iconst_0
putfield io.vertx.core.eventbus.EventBusOptions.port:I
9: aload 0
ldc "localhost"
putfield io.vertx.core.eventbus.EventBusOptions.host:Ljava/lang/String;
10: aload 0
iconst_m1
putfield io.vertx.core.eventbus.EventBusOptions.acceptBacklog:I
11: aload 0
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;
12: aload 0
iconst_0
putfield io.vertx.core.eventbus.EventBusOptions.reconnectAttempts:I
13: aload 0
ldc 1000
putfield io.vertx.core.eventbus.EventBusOptions.reconnectInterval:J
14: aload 0
ldc 60000
putfield io.vertx.core.eventbus.EventBusOptions.connectTimeout:I
15: aload 0
iconst_1
putfield io.vertx.core.eventbus.EventBusOptions.trustAll:Z
16: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 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 start local 1 0: aload 0
aload 1
invokespecial io.vertx.core.net.TCPSSLOptions.<init>:(Lio/vertx/core/net/TCPSSLOptions;)V
1: aload 0
iconst_0
putfield io.vertx.core.eventbus.EventBusOptions.clustered:Z
2: aload 0
getstatic io.vertx.core.eventbus.EventBusOptions.DEFAULT_CLUSTER_PUBLIC_HOST:Ljava/lang/String;
putfield io.vertx.core.eventbus.EventBusOptions.clusterPublicHost:Ljava/lang/String;
3: aload 0
iconst_m1
putfield io.vertx.core.eventbus.EventBusOptions.clusterPublicPort:I
4: aload 0
ldc 20000
putfield io.vertx.core.eventbus.EventBusOptions.clusterPingInterval:J
5: aload 0
ldc 20000
putfield io.vertx.core.eventbus.EventBusOptions.clusterPingReplyInterval:J
6: aload 0
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;
7: aload 0
aload 1
getfield io.vertx.core.eventbus.EventBusOptions.clustered:Z
putfield io.vertx.core.eventbus.EventBusOptions.clustered:Z
8: aload 0
aload 1
getfield io.vertx.core.eventbus.EventBusOptions.clusterPublicHost:Ljava/lang/String;
putfield io.vertx.core.eventbus.EventBusOptions.clusterPublicHost:Ljava/lang/String;
9: aload 0
aload 1
getfield io.vertx.core.eventbus.EventBusOptions.clusterPublicPort:I
putfield io.vertx.core.eventbus.EventBusOptions.clusterPublicPort:I
10: aload 0
aload 1
getfield io.vertx.core.eventbus.EventBusOptions.clusterPingInterval:J
putfield io.vertx.core.eventbus.EventBusOptions.clusterPingInterval:J
11: aload 0
aload 1
getfield io.vertx.core.eventbus.EventBusOptions.clusterPingReplyInterval:J
putfield io.vertx.core.eventbus.EventBusOptions.clusterPingReplyInterval:J
12: aload 0
aload 1
getfield io.vertx.core.eventbus.EventBusOptions.port:I
putfield io.vertx.core.eventbus.EventBusOptions.port:I
13: aload 0
aload 1
getfield io.vertx.core.eventbus.EventBusOptions.host:Ljava/lang/String;
putfield io.vertx.core.eventbus.EventBusOptions.host:Ljava/lang/String;
14: aload 0
aload 1
getfield io.vertx.core.eventbus.EventBusOptions.acceptBacklog:I
putfield io.vertx.core.eventbus.EventBusOptions.acceptBacklog:I
15: aload 0
aload 1
getfield io.vertx.core.eventbus.EventBusOptions.clientAuth:Lio/vertx/core/http/ClientAuth;
putfield io.vertx.core.eventbus.EventBusOptions.clientAuth:Lio/vertx/core/http/ClientAuth;
16: aload 0
aload 1
getfield io.vertx.core.eventbus.EventBusOptions.reconnectInterval:J
putfield io.vertx.core.eventbus.EventBusOptions.reconnectInterval:J
17: aload 0
aload 1
getfield io.vertx.core.eventbus.EventBusOptions.reconnectAttempts:I
putfield io.vertx.core.eventbus.EventBusOptions.reconnectAttempts:I
18: aload 0
aload 1
getfield io.vertx.core.eventbus.EventBusOptions.connectTimeout:I
putfield io.vertx.core.eventbus.EventBusOptions.connectTimeout:I
19: aload 0
aload 1
getfield io.vertx.core.eventbus.EventBusOptions.trustAll:Z
putfield io.vertx.core.eventbus.EventBusOptions.trustAll:Z
20: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 this Lio/vertx/core/eventbus/EventBusOptions;
0 21 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 start local 1 0: aload 0
invokespecial io.vertx.core.eventbus.EventBusOptions.<init>:()V
1: aload 1
aload 0
invokestatic io.vertx.core.eventbus.EventBusOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/core/eventbus/EventBusOptions;)V
2: return
end local 1 end local 0 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 0: new io.vertx.core.json.JsonObject
dup
invokespecial io.vertx.core.json.JsonObject.<init>:()V
astore 1
start local 1 1: aload 0
aload 1
invokestatic io.vertx.core.eventbus.EventBusOptionsConverter.toJson:(Lio/vertx/core/eventbus/EventBusOptions;Lio/vertx/core/json/JsonObject;)V
2: aload 1
areturn
end local 1 end local 0 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 0: aload 0
getfield io.vertx.core.eventbus.EventBusOptions.clientAuth:Lio/vertx/core/http/ClientAuth;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield io.vertx.core.eventbus.EventBusOptions.clientAuth:Lio/vertx/core/http/ClientAuth;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield io.vertx.core.eventbus.EventBusOptions.acceptBacklog:I
ireturn
end local 0 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 start local 1 0: aload 0
iload 1
putfield io.vertx.core.eventbus.EventBusOptions.acceptBacklog:I
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield io.vertx.core.eventbus.EventBusOptions.host:Ljava/lang/String;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield io.vertx.core.eventbus.EventBusOptions.host:Ljava/lang/String;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield io.vertx.core.eventbus.EventBusOptions.port:I
ireturn
end local 0 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 start local 1 0: iload 1
iflt 1
iload 1
ldc 65535
if_icmple 2
1: 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: StackMap locals:
StackMap stack:
aload 0
iload 1
putfield io.vertx.core.eventbus.EventBusOptions.port:I
3: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield io.vertx.core.eventbus.EventBusOptions.reconnectAttempts:I
ireturn
end local 0 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 start local 1 0: aload 0
iload 1
putfield io.vertx.core.eventbus.EventBusOptions.reconnectAttempts:I
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield io.vertx.core.eventbus.EventBusOptions.reconnectInterval:J
lreturn
end local 0 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 start local 1 0: aload 0
lload 1
putfield io.vertx.core.eventbus.EventBusOptions.reconnectInterval:J
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokespecial io.vertx.core.net.TCPSSLOptions.addCrlPath:(Ljava/lang/String;)Lio/vertx/core/net/TCPSSLOptions;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokespecial io.vertx.core.net.TCPSSLOptions.addCrlValue:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/TCPSSLOptions;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokespecial io.vertx.core.net.TCPSSLOptions.addEnabledCipherSuite:(Ljava/lang/String;)Lio/vertx/core/net/TCPSSLOptions;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
iload 1
invokespecial io.vertx.core.net.TCPSSLOptions.setIdleTimeout:(I)Lio/vertx/core/net/TCPSSLOptions;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokespecial io.vertx.core.net.TCPSSLOptions.setKeyCertOptions:(Lio/vertx/core/net/KeyCertOptions;)Lio/vertx/core/net/TCPSSLOptions;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokespecial io.vertx.core.net.TCPSSLOptions.setKeyStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/core/net/TCPSSLOptions;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokespecial io.vertx.core.net.TCPSSLOptions.setPemKeyCertOptions:(Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/core/net/TCPSSLOptions;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokespecial io.vertx.core.net.TCPSSLOptions.setPemTrustOptions:(Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/core/net/TCPSSLOptions;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokespecial io.vertx.core.net.TCPSSLOptions.setPfxKeyCertOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/net/TCPSSLOptions;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokespecial io.vertx.core.net.TCPSSLOptions.setPfxTrustOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/net/TCPSSLOptions;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
iload 1
invokespecial io.vertx.core.net.TCPSSLOptions.setSoLinger:(I)Lio/vertx/core/net/TCPSSLOptions;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
iload 1
invokespecial io.vertx.core.net.TCPSSLOptions.setSsl:(Z)Lio/vertx/core/net/TCPSSLOptions;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
iload 1
invokespecial io.vertx.core.net.TCPSSLOptions.setTcpKeepAlive:(Z)Lio/vertx/core/net/TCPSSLOptions;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
iload 1
invokespecial io.vertx.core.net.TCPSSLOptions.setTcpNoDelay:(Z)Lio/vertx/core/net/TCPSSLOptions;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokespecial io.vertx.core.net.TCPSSLOptions.setTrustOptions:(Lio/vertx/core/net/TrustOptions;)Lio/vertx/core/net/TCPSSLOptions;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokespecial io.vertx.core.net.TCPSSLOptions.setTrustStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/core/net/TCPSSLOptions;
pop
1: aload 0
areturn
end local 1 end local 0 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 setUsePooledBuffers(boolean);
descriptor: (Z)Lio/vertx/core/eventbus/EventBusOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokespecial io.vertx.core.net.TCPSSLOptions.setUsePooledBuffers:(Z)Lio/vertx/core/net/TCPSSLOptions;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/eventbus/EventBusOptions;
0 2 1 usePooledBuffers Z
MethodParameters:
Name Flags
usePooledBuffers
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 start local 1 0: aload 0
iload 1
invokespecial io.vertx.core.net.TCPSSLOptions.setReceiveBufferSize:(I)Lio/vertx/core/net/TCPSSLOptions;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
iload 1
invokespecial io.vertx.core.net.TCPSSLOptions.setReuseAddress:(Z)Lio/vertx/core/net/TCPSSLOptions;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
iload 1
invokespecial io.vertx.core.net.TCPSSLOptions.setReusePort:(Z)Lio/vertx/core/net/TCPSSLOptions;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
iload 1
invokespecial io.vertx.core.net.TCPSSLOptions.setSendBufferSize:(I)Lio/vertx/core/net/TCPSSLOptions;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
iload 1
invokespecial io.vertx.core.net.TCPSSLOptions.setTrafficClass:(I)Lio/vertx/core/net/TCPSSLOptions;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
iload 1
invokespecial io.vertx.core.net.TCPSSLOptions.setUseAlpn:(Z)Lio/vertx/core/net/TCPSSLOptions;
checkcast io.vertx.core.eventbus.EventBusOptions
areturn
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
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 end local 0 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 start local 1 0: aload 0
aload 1
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 end local 0 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 start local 1 0: aload 0
aload 1
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 end local 0 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 start local 1 0: aload 0
aload 1
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 end local 0 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 start local 1 0: aload 0
aload 1
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 end local 0 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 start local 1 0: aload 0
aload 1
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 end local 0 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 start local 1 0: aload 0
iload 1
invokespecial io.vertx.core.net.TCPSSLOptions.setTcpFastOpen:(Z)Lio/vertx/core/net/TCPSSLOptions;
checkcast io.vertx.core.eventbus.EventBusOptions
areturn
end local 1 end local 0 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 start local 1 0: aload 0
iload 1
invokespecial io.vertx.core.net.TCPSSLOptions.setTcpCork:(Z)Lio/vertx/core/net/TCPSSLOptions;
checkcast io.vertx.core.eventbus.EventBusOptions
areturn
end local 1 end local 0 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 start local 1 0: aload 0
iload 1
invokespecial io.vertx.core.net.TCPSSLOptions.setTcpQuickAck:(Z)Lio/vertx/core/net/TCPSSLOptions;
checkcast io.vertx.core.eventbus.EventBusOptions
areturn
end local 1 end local 0 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 start local 1 0: aload 0
iload 1
invokespecial io.vertx.core.net.TCPSSLOptions.setLogActivity:(Z)Lio/vertx/core/net/TCPSSLOptions;
checkcast io.vertx.core.eventbus.EventBusOptions
areturn
end local 1 end local 0 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 start local 1 0: aload 0
lload 1
invokespecial io.vertx.core.net.TCPSSLOptions.setSslHandshakeTimeout:(J)Lio/vertx/core/net/TCPSSLOptions;
checkcast io.vertx.core.eventbus.EventBusOptions
areturn
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
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 end local 0 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 boolean isClustered();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.eventbus.EventBusOptions.clustered:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/eventbus/EventBusOptions;
public io.vertx.core.eventbus.EventBusOptions setClustered(boolean);
descriptor: (Z)Lio/vertx/core/eventbus/EventBusOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield io.vertx.core.eventbus.EventBusOptions.clustered:Z
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/eventbus/EventBusOptions;
0 2 1 clustered Z
MethodParameters:
Name Flags
clustered
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 start local 1 0: aload 0
iload 1
putfield io.vertx.core.eventbus.EventBusOptions.trustAll:Z
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield io.vertx.core.eventbus.EventBusOptions.trustAll:Z
ireturn
end local 0 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 0: aload 0
getfield io.vertx.core.eventbus.EventBusOptions.connectTimeout:I
ireturn
end local 0 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 start local 1 0: aload 0
iload 1
putfield io.vertx.core.eventbus.EventBusOptions.connectTimeout:I
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield io.vertx.core.eventbus.EventBusOptions.clusterPingInterval:J
lreturn
end local 0 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 start local 1 0: lload 1
lconst_1
lcmp
ifge 2
1: new java.lang.IllegalArgumentException
dup
ldc "clusterPingInterval must be greater than 0"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
lload 1
putfield io.vertx.core.eventbus.EventBusOptions.clusterPingInterval:J
3: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield io.vertx.core.eventbus.EventBusOptions.clusterPingReplyInterval:J
lreturn
end local 0 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 start local 1 0: lload 1
lconst_1
lcmp
ifge 2
1: new java.lang.IllegalArgumentException
dup
ldc "clusterPingReplyInterval must be greater than 0"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
lload 1
putfield io.vertx.core.eventbus.EventBusOptions.clusterPingReplyInterval:J
3: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield io.vertx.core.eventbus.EventBusOptions.clusterPublicHost:Ljava/lang/String;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield io.vertx.core.eventbus.EventBusOptions.clusterPublicHost:Ljava/lang/String;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield io.vertx.core.eventbus.EventBusOptions.clusterPublicPort:I
ireturn
end local 0 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 start local 1 0: iload 1
iflt 1
iload 1
ldc 65535
if_icmple 2
1: 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: StackMap locals:
StackMap stack:
aload 0
iload 1
putfield io.vertx.core.eventbus.EventBusOptions.clusterPublicPort:I
3: aload 0
areturn
end local 1 end local 0 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.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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: aload 0
iload 1
invokevirtual io.vertx.core.eventbus.EventBusOptions.setSoLinger:(I)Lio/vertx/core/eventbus/EventBusOptions;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.net.TCPSSLOptions setUsePooledBuffers(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: aload 0
iload 1
invokevirtual io.vertx.core.eventbus.EventBusOptions.setUsePooledBuffers:(Z)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)