public class io.vertx.core.http.HttpClientOptions extends io.vertx.core.net.ClientOptionsBase
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.core.http.HttpClientOptions
super_class: io.vertx.core.net.ClientOptionsBase
{
public static final int DEFAULT_MAX_POOL_SIZE;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 5
public static final int DEFAULT_HTTP2_MAX_POOL_SIZE;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 1
public static final int DEFAULT_HTTP2_MULTIPLEXING_LIMIT;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: -1
public static final int DEFAULT_HTTP2_CONNECTION_WINDOW_SIZE;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: -1
public static final int DEFAULT_HTTP2_KEEP_ALIVE_TIMEOUT;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 60
public static final boolean DEFAULT_KEEP_ALIVE;
descriptor: Z
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 1
public static final boolean DEFAULT_PIPELINING;
descriptor: Z
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 0
public static final int DEFAULT_PIPELINING_LIMIT;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 10
public static final int DEFAULT_KEEP_ALIVE_TIMEOUT;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 60
public static final boolean DEFAULT_TRY_USE_COMPRESSION;
descriptor: Z
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 0
public static final boolean DEFAULT_VERIFY_HOST;
descriptor: Z
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 1
public static final int DEFAULT_MAX_WEBSOCKET_FRAME_SIZE;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 65536
public static final int DEFAULT_MAX_WEBSOCKET_MESSAGE_SIZE;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 262144
public static final java.lang.String DEFAULT_DEFAULT_HOST;
descriptor: Ljava/lang/String;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: "localhost"
public static final int DEFAULT_DEFAULT_PORT;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 80
public static final io.vertx.core.http.HttpVersion DEFAULT_PROTOCOL_VERSION;
descriptor: Lio/vertx/core/http/HttpVersion;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final int DEFAULT_MAX_CHUNK_SIZE;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 8192
public static final int DEFAULT_MAX_INITIAL_LINE_LENGTH;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 4096
public static final int ;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 8192
public static final int DEFAULT_MAX_WAIT_QUEUE_SIZE;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: -1
public static final java.util.List<io.vertx.core.http.HttpVersion> DEFAULT_ALPN_VERSIONS;
descriptor: Ljava/util/List;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Ljava/util/List<Lio/vertx/core/http/HttpVersion;>;
public static final boolean DEFAULT_HTTP2_CLEAR_TEXT_UPGRADE;
descriptor: Z
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 1
public static final boolean DEFAULT_SEND_UNMASKED_FRAMES;
descriptor: Z
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 0
public static final int DEFAULT_MAX_REDIRECTS;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 16
public static final boolean DEFAULT_FORCE_SNI;
descriptor: Z
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 0
public static final int DEFAULT_DECODER_INITIAL_BUFFER_SIZE;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 128
public static final boolean DEFAULT_TRY_USE_PER_FRAME_WEBSOCKET_COMPRESSION;
descriptor: Z
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 0
public static final boolean DEFAULT_TRY_USE_PER_MESSAGE_WEBSOCKET_COMPRESSION;
descriptor: Z
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 0
public static final int DEFAULT_WEBSOCKET_COMPRESSION_LEVEL;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 6
public static final boolean DEFAULT_WEBSOCKET_ALLOW_CLIENT_NO_CONTEXT;
descriptor: Z
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 0
public static final boolean DEFAULT_WEBSOCKET_REQUEST_SERVER_NO_CONTEXT;
descriptor: Z
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 0
public static final int DEFAULT_POOL_CLEANER_PERIOD;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 1000
private boolean verifyHost;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private int maxPoolSize;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private boolean keepAlive;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private int keepAliveTimeout;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int pipeliningLimit;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private boolean pipelining;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private int http2MaxPoolSize;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int http2MultiplexingLimit;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int http2ConnectionWindowSize;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int http2KeepAliveTimeout;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int poolCleanerPeriod;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private boolean tryUseCompression;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private int maxWebsocketFrameSize;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int maxWebsocketMessageSize;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private java.lang.String defaultHost;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private int defaultPort;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private io.vertx.core.http.HttpVersion protocolVersion;
descriptor: Lio/vertx/core/http/HttpVersion;
flags: (0x0002) ACC_PRIVATE
private int maxChunkSize;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int maxInitialLineLength;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int ;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int maxWaitQueueSize;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private io.vertx.core.http.Http2Settings initialSettings;
descriptor: Lio/vertx/core/http/Http2Settings;
flags: (0x0002) ACC_PRIVATE
private java.util.List<io.vertx.core.http.HttpVersion> alpnVersions;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Lio/vertx/core/http/HttpVersion;>;
private boolean http2ClearTextUpgrade;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean sendUnmaskedFrames;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private int maxRedirects;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private boolean forceSni;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private int decoderInitialBufferSize;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private boolean tryUsePerFrameWebsocketCompression;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean tryUsePerMessageWebsocketCompression;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private int websocketCompressionLevel;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private boolean websocketAllowClientNoContext;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean websocketRequestServerNoContext;
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.http.HttpVersion.HTTP_1_1:Lio/vertx/core/http/HttpVersion;
putstatic io.vertx.core.http.HttpClientOptions.DEFAULT_PROTOCOL_VERSION:Lio/vertx/core/http/HttpVersion;
1: invokestatic java.util.Collections.emptyList:()Ljava/util/List;
putstatic io.vertx.core.http.HttpClientOptions.DEFAULT_ALPN_VERSIONS:Ljava/util/List;
2: return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial io.vertx.core.net.ClientOptionsBase.<init>:()V
1: aload 0
iconst_1
putfield io.vertx.core.http.HttpClientOptions.verifyHost:Z
2: aload 0
invokevirtual io.vertx.core.http.HttpClientOptions.init:()V
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/HttpClientOptions;
public void <init>(io.vertx.core.http.HttpClientOptions);
descriptor: (Lio/vertx/core/http/HttpClientOptions;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial io.vertx.core.net.ClientOptionsBase.<init>:(Lio/vertx/core/net/ClientOptionsBase;)V
1: aload 0
iconst_1
putfield io.vertx.core.http.HttpClientOptions.verifyHost:Z
2: aload 0
aload 1
invokevirtual io.vertx.core.http.HttpClientOptions.isVerifyHost:()Z
putfield io.vertx.core.http.HttpClientOptions.verifyHost:Z
3: aload 0
aload 1
invokevirtual io.vertx.core.http.HttpClientOptions.getMaxPoolSize:()I
putfield io.vertx.core.http.HttpClientOptions.maxPoolSize:I
4: aload 0
aload 1
invokevirtual io.vertx.core.http.HttpClientOptions.isKeepAlive:()Z
putfield io.vertx.core.http.HttpClientOptions.keepAlive:Z
5: aload 0
aload 1
invokevirtual io.vertx.core.http.HttpClientOptions.getKeepAliveTimeout:()I
putfield io.vertx.core.http.HttpClientOptions.keepAliveTimeout:I
6: aload 0
aload 1
invokevirtual io.vertx.core.http.HttpClientOptions.isPipelining:()Z
putfield io.vertx.core.http.HttpClientOptions.pipelining:Z
7: aload 0
aload 1
invokevirtual io.vertx.core.http.HttpClientOptions.getPipeliningLimit:()I
putfield io.vertx.core.http.HttpClientOptions.pipeliningLimit:I
8: aload 0
aload 1
invokevirtual io.vertx.core.http.HttpClientOptions.getHttp2MaxPoolSize:()I
putfield io.vertx.core.http.HttpClientOptions.http2MaxPoolSize:I
9: aload 0
aload 1
getfield io.vertx.core.http.HttpClientOptions.http2MultiplexingLimit:I
putfield io.vertx.core.http.HttpClientOptions.http2MultiplexingLimit:I
10: aload 0
aload 1
getfield io.vertx.core.http.HttpClientOptions.http2ConnectionWindowSize:I
putfield io.vertx.core.http.HttpClientOptions.http2ConnectionWindowSize:I
11: aload 0
aload 1
invokevirtual io.vertx.core.http.HttpClientOptions.getHttp2KeepAliveTimeout:()I
putfield io.vertx.core.http.HttpClientOptions.http2KeepAliveTimeout:I
12: aload 0
aload 1
invokevirtual io.vertx.core.http.HttpClientOptions.isTryUseCompression:()Z
putfield io.vertx.core.http.HttpClientOptions.tryUseCompression:Z
13: aload 0
aload 1
getfield io.vertx.core.http.HttpClientOptions.maxWebsocketFrameSize:I
putfield io.vertx.core.http.HttpClientOptions.maxWebsocketFrameSize:I
14: aload 0
aload 1
getfield io.vertx.core.http.HttpClientOptions.maxWebsocketMessageSize:I
putfield io.vertx.core.http.HttpClientOptions.maxWebsocketMessageSize:I
15: aload 0
aload 1
getfield io.vertx.core.http.HttpClientOptions.defaultHost:Ljava/lang/String;
putfield io.vertx.core.http.HttpClientOptions.defaultHost:Ljava/lang/String;
16: aload 0
aload 1
getfield io.vertx.core.http.HttpClientOptions.defaultPort:I
putfield io.vertx.core.http.HttpClientOptions.defaultPort:I
17: aload 0
aload 1
getfield io.vertx.core.http.HttpClientOptions.protocolVersion:Lio/vertx/core/http/HttpVersion;
putfield io.vertx.core.http.HttpClientOptions.protocolVersion:Lio/vertx/core/http/HttpVersion;
18: aload 0
aload 1
getfield io.vertx.core.http.HttpClientOptions.maxChunkSize:I
putfield io.vertx.core.http.HttpClientOptions.maxChunkSize:I
19: aload 0
aload 1
invokevirtual io.vertx.core.http.HttpClientOptions.getMaxInitialLineLength:()I
putfield io.vertx.core.http.HttpClientOptions.maxInitialLineLength:I
20: aload 0
aload 1
invokevirtual io.vertx.core.http.HttpClientOptions.getMaxHeaderSize:()I
putfield io.vertx.core.http.HttpClientOptions.maxHeaderSize:I
21: aload 0
aload 1
getfield io.vertx.core.http.HttpClientOptions.maxWaitQueueSize:I
putfield io.vertx.core.http.HttpClientOptions.maxWaitQueueSize:I
22: aload 0
aload 1
getfield io.vertx.core.http.HttpClientOptions.initialSettings:Lio/vertx/core/http/Http2Settings;
ifnull 23
new io.vertx.core.http.Http2Settings
dup
aload 1
getfield io.vertx.core.http.HttpClientOptions.initialSettings:Lio/vertx/core/http/Http2Settings;
invokespecial io.vertx.core.http.Http2Settings.<init>:(Lio/vertx/core/http/Http2Settings;)V
goto 24
StackMap locals: io.vertx.core.http.HttpClientOptions io.vertx.core.http.HttpClientOptions
StackMap stack: io.vertx.core.http.HttpClientOptions
23: aconst_null
StackMap locals: io.vertx.core.http.HttpClientOptions io.vertx.core.http.HttpClientOptions
StackMap stack: io.vertx.core.http.HttpClientOptions io.vertx.core.http.Http2Settings
24: putfield io.vertx.core.http.HttpClientOptions.initialSettings:Lio/vertx/core/http/Http2Settings;
25: aload 0
aload 1
getfield io.vertx.core.http.HttpClientOptions.alpnVersions:Ljava/util/List;
ifnull 26
new java.util.ArrayList
dup
aload 1
getfield io.vertx.core.http.HttpClientOptions.alpnVersions:Ljava/util/List;
invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
goto 27
StackMap locals:
StackMap stack: io.vertx.core.http.HttpClientOptions
26: aconst_null
StackMap locals: io.vertx.core.http.HttpClientOptions io.vertx.core.http.HttpClientOptions
StackMap stack: io.vertx.core.http.HttpClientOptions java.util.ArrayList
27: putfield io.vertx.core.http.HttpClientOptions.alpnVersions:Ljava/util/List;
28: aload 0
aload 1
getfield io.vertx.core.http.HttpClientOptions.http2ClearTextUpgrade:Z
putfield io.vertx.core.http.HttpClientOptions.http2ClearTextUpgrade:Z
29: aload 0
aload 1
invokevirtual io.vertx.core.http.HttpClientOptions.isSendUnmaskedFrames:()Z
putfield io.vertx.core.http.HttpClientOptions.sendUnmaskedFrames:Z
30: aload 0
aload 1
getfield io.vertx.core.http.HttpClientOptions.maxRedirects:I
putfield io.vertx.core.http.HttpClientOptions.maxRedirects:I
31: aload 0
aload 1
getfield io.vertx.core.http.HttpClientOptions.forceSni:Z
putfield io.vertx.core.http.HttpClientOptions.forceSni:Z
32: aload 0
aload 1
invokevirtual io.vertx.core.http.HttpClientOptions.getDecoderInitialBufferSize:()I
putfield io.vertx.core.http.HttpClientOptions.decoderInitialBufferSize:I
33: aload 0
aload 1
invokevirtual io.vertx.core.http.HttpClientOptions.getPoolCleanerPeriod:()I
putfield io.vertx.core.http.HttpClientOptions.poolCleanerPeriod:I
34: aload 0
aload 1
getfield io.vertx.core.http.HttpClientOptions.tryUsePerFrameWebsocketCompression:Z
putfield io.vertx.core.http.HttpClientOptions.tryUsePerFrameWebsocketCompression:Z
35: aload 0
aload 1
getfield io.vertx.core.http.HttpClientOptions.tryUsePerMessageWebsocketCompression:Z
putfield io.vertx.core.http.HttpClientOptions.tryUsePerMessageWebsocketCompression:Z
36: aload 0
aload 1
getfield io.vertx.core.http.HttpClientOptions.websocketAllowClientNoContext:Z
putfield io.vertx.core.http.HttpClientOptions.websocketAllowClientNoContext:Z
37: aload 0
aload 1
getfield io.vertx.core.http.HttpClientOptions.websocketCompressionLevel:I
putfield io.vertx.core.http.HttpClientOptions.websocketCompressionLevel:I
38: aload 0
aload 1
getfield io.vertx.core.http.HttpClientOptions.websocketRequestServerNoContext:Z
putfield io.vertx.core.http.HttpClientOptions.websocketRequestServerNoContext:Z
39: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 40 0 this Lio/vertx/core/http/HttpClientOptions;
0 40 1 other Lio/vertx/core/http/HttpClientOptions;
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
aload 1
invokespecial io.vertx.core.net.ClientOptionsBase.<init>:(Lio/vertx/core/json/JsonObject;)V
1: aload 0
iconst_1
putfield io.vertx.core.http.HttpClientOptions.verifyHost:Z
2: aload 0
invokevirtual io.vertx.core.http.HttpClientOptions.init:()V
3: aload 1
aload 0
invokestatic io.vertx.core.http.HttpClientOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/core/http/HttpClientOptions;)V
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/http/HttpClientOptions;
0 5 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: aload 0
invokespecial io.vertx.core.net.ClientOptionsBase.toJson:()Lio/vertx/core/json/JsonObject;
astore 1
start local 1 1: aload 0
aload 1
invokestatic io.vertx.core.http.HttpClientOptionsConverter.toJson:(Lio/vertx/core/http/HttpClientOptions;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/http/HttpClientOptions;
1 3 1 json Lio/vertx/core/json/JsonObject;
private void init();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
iconst_1
putfield io.vertx.core.http.HttpClientOptions.verifyHost:Z
1: aload 0
iconst_5
putfield io.vertx.core.http.HttpClientOptions.maxPoolSize:I
2: aload 0
iconst_1
putfield io.vertx.core.http.HttpClientOptions.keepAlive:Z
3: aload 0
bipush 60
putfield io.vertx.core.http.HttpClientOptions.keepAliveTimeout:I
4: aload 0
iconst_0
putfield io.vertx.core.http.HttpClientOptions.pipelining:Z
5: aload 0
bipush 10
putfield io.vertx.core.http.HttpClientOptions.pipeliningLimit:I
6: aload 0
iconst_m1
putfield io.vertx.core.http.HttpClientOptions.http2MultiplexingLimit:I
7: aload 0
iconst_1
putfield io.vertx.core.http.HttpClientOptions.http2MaxPoolSize:I
8: aload 0
iconst_m1
putfield io.vertx.core.http.HttpClientOptions.http2ConnectionWindowSize:I
9: aload 0
bipush 60
putfield io.vertx.core.http.HttpClientOptions.http2KeepAliveTimeout:I
10: aload 0
iconst_0
putfield io.vertx.core.http.HttpClientOptions.tryUseCompression:Z
11: aload 0
ldc 65536
putfield io.vertx.core.http.HttpClientOptions.maxWebsocketFrameSize:I
12: aload 0
ldc 262144
putfield io.vertx.core.http.HttpClientOptions.maxWebsocketMessageSize:I
13: aload 0
ldc "localhost"
putfield io.vertx.core.http.HttpClientOptions.defaultHost:Ljava/lang/String;
14: aload 0
bipush 80
putfield io.vertx.core.http.HttpClientOptions.defaultPort:I
15: aload 0
getstatic io.vertx.core.http.HttpClientOptions.DEFAULT_PROTOCOL_VERSION:Lio/vertx/core/http/HttpVersion;
putfield io.vertx.core.http.HttpClientOptions.protocolVersion:Lio/vertx/core/http/HttpVersion;
16: aload 0
sipush 8192
putfield io.vertx.core.http.HttpClientOptions.maxChunkSize:I
17: aload 0
sipush 4096
putfield io.vertx.core.http.HttpClientOptions.maxInitialLineLength:I
18: aload 0
sipush 8192
putfield io.vertx.core.http.HttpClientOptions.maxHeaderSize:I
19: aload 0
iconst_m1
putfield io.vertx.core.http.HttpClientOptions.maxWaitQueueSize:I
20: aload 0
new io.vertx.core.http.Http2Settings
dup
invokespecial io.vertx.core.http.Http2Settings.<init>:()V
putfield io.vertx.core.http.HttpClientOptions.initialSettings:Lio/vertx/core/http/Http2Settings;
21: aload 0
new java.util.ArrayList
dup
getstatic io.vertx.core.http.HttpClientOptions.DEFAULT_ALPN_VERSIONS:Ljava/util/List;
invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
putfield io.vertx.core.http.HttpClientOptions.alpnVersions:Ljava/util/List;
22: aload 0
iconst_1
putfield io.vertx.core.http.HttpClientOptions.http2ClearTextUpgrade:Z
23: aload 0
iconst_0
putfield io.vertx.core.http.HttpClientOptions.sendUnmaskedFrames:Z
24: aload 0
bipush 16
putfield io.vertx.core.http.HttpClientOptions.maxRedirects:I
25: aload 0
iconst_0
putfield io.vertx.core.http.HttpClientOptions.forceSni:Z
26: aload 0
sipush 128
putfield io.vertx.core.http.HttpClientOptions.decoderInitialBufferSize:I
27: aload 0
iconst_0
putfield io.vertx.core.http.HttpClientOptions.tryUsePerFrameWebsocketCompression:Z
28: aload 0
iconst_0
putfield io.vertx.core.http.HttpClientOptions.tryUsePerMessageWebsocketCompression:Z
29: aload 0
bipush 6
putfield io.vertx.core.http.HttpClientOptions.websocketCompressionLevel:I
30: aload 0
iconst_0
putfield io.vertx.core.http.HttpClientOptions.websocketAllowClientNoContext:Z
31: aload 0
iconst_0
putfield io.vertx.core.http.HttpClientOptions.websocketRequestServerNoContext:Z
32: aload 0
sipush 1000
putfield io.vertx.core.http.HttpClientOptions.poolCleanerPeriod:I
33: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 34 0 this Lio/vertx/core/http/HttpClientOptions;
public io.vertx.core.http.HttpClientOptions setSendBufferSize(int);
descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setSendBufferSize:(I)Lio/vertx/core/net/ClientOptionsBase;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 sendBufferSize I
MethodParameters:
Name Flags
sendBufferSize
public io.vertx.core.http.HttpClientOptions setReceiveBufferSize(int);
descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setReceiveBufferSize:(I)Lio/vertx/core/net/ClientOptionsBase;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 receiveBufferSize I
MethodParameters:
Name Flags
receiveBufferSize
public io.vertx.core.http.HttpClientOptions setReuseAddress(boolean);
descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setReuseAddress:(Z)Lio/vertx/core/net/ClientOptionsBase;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 reuseAddress Z
MethodParameters:
Name Flags
reuseAddress
public io.vertx.core.http.HttpClientOptions setReusePort(boolean);
descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setReusePort:(Z)Lio/vertx/core/net/ClientOptionsBase;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 reusePort Z
MethodParameters:
Name Flags
reusePort
public io.vertx.core.http.HttpClientOptions setTrafficClass(int);
descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setTrafficClass:(I)Lio/vertx/core/net/ClientOptionsBase;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 trafficClass I
MethodParameters:
Name Flags
trafficClass
public io.vertx.core.http.HttpClientOptions setTcpNoDelay(boolean);
descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setTcpNoDelay:(Z)Lio/vertx/core/net/ClientOptionsBase;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 tcpNoDelay Z
MethodParameters:
Name Flags
tcpNoDelay
public io.vertx.core.http.HttpClientOptions setTcpKeepAlive(boolean);
descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setTcpKeepAlive:(Z)Lio/vertx/core/net/ClientOptionsBase;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 tcpKeepAlive Z
MethodParameters:
Name Flags
tcpKeepAlive
public io.vertx.core.http.HttpClientOptions setSoLinger(int);
descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setSoLinger:(I)Lio/vertx/core/net/ClientOptionsBase;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 soLinger I
MethodParameters:
Name Flags
soLinger
public io.vertx.core.http.HttpClientOptions setUsePooledBuffers(boolean);
descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setUsePooledBuffers:(Z)Lio/vertx/core/net/ClientOptionsBase;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 usePooledBuffers Z
MethodParameters:
Name Flags
usePooledBuffers
public io.vertx.core.http.HttpClientOptions setIdleTimeout(int);
descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setIdleTimeout:(I)Lio/vertx/core/net/ClientOptionsBase;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 idleTimeout I
MethodParameters:
Name Flags
idleTimeout
public io.vertx.core.http.HttpClientOptions setIdleTimeoutUnit(java.util.concurrent.TimeUnit);
descriptor: (Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setIdleTimeoutUnit:(Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/net/ClientOptionsBase;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 idleTimeoutUnit Ljava/util/concurrent/TimeUnit;
MethodParameters:
Name Flags
idleTimeoutUnit
public io.vertx.core.http.HttpClientOptions setSsl(boolean);
descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setSsl:(Z)Lio/vertx/core/net/ClientOptionsBase;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 ssl Z
MethodParameters:
Name Flags
ssl
public io.vertx.core.http.HttpClientOptions setKeyCertOptions(io.vertx.core.net.KeyCertOptions);
descriptor: (Lio/vertx/core/net/KeyCertOptions;)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setKeyCertOptions:(Lio/vertx/core/net/KeyCertOptions;)Lio/vertx/core/net/ClientOptionsBase;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 options Lio/vertx/core/net/KeyCertOptions;
MethodParameters:
Name Flags
options
public io.vertx.core.http.HttpClientOptions setKeyStoreOptions(io.vertx.core.net.JksOptions);
descriptor: (Lio/vertx/core/net/JksOptions;)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setKeyStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/core/net/ClientOptionsBase;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 options Lio/vertx/core/net/JksOptions;
MethodParameters:
Name Flags
options
public io.vertx.core.http.HttpClientOptions setPfxKeyCertOptions(io.vertx.core.net.PfxOptions);
descriptor: (Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setPfxKeyCertOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/net/ClientOptionsBase;
checkcast io.vertx.core.http.HttpClientOptions
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
0 1 1 options Lio/vertx/core/net/PfxOptions;
MethodParameters:
Name Flags
options
public io.vertx.core.http.HttpClientOptions setTrustOptions(io.vertx.core.net.TrustOptions);
descriptor: (Lio/vertx/core/net/TrustOptions;)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setTrustOptions:(Lio/vertx/core/net/TrustOptions;)Lio/vertx/core/net/ClientOptionsBase;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 options Lio/vertx/core/net/TrustOptions;
MethodParameters:
Name Flags
options
public io.vertx.core.http.HttpClientOptions setPemKeyCertOptions(io.vertx.core.net.PemKeyCertOptions);
descriptor: (Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setPemKeyCertOptions:(Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/core/net/ClientOptionsBase;
checkcast io.vertx.core.http.HttpClientOptions
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
0 1 1 options Lio/vertx/core/net/PemKeyCertOptions;
MethodParameters:
Name Flags
options
public io.vertx.core.http.HttpClientOptions setTrustStoreOptions(io.vertx.core.net.JksOptions);
descriptor: (Lio/vertx/core/net/JksOptions;)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setTrustStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/core/net/ClientOptionsBase;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 options Lio/vertx/core/net/JksOptions;
MethodParameters:
Name Flags
options
public io.vertx.core.http.HttpClientOptions setPfxTrustOptions(io.vertx.core.net.PfxOptions);
descriptor: (Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setPfxTrustOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/net/ClientOptionsBase;
checkcast io.vertx.core.http.HttpClientOptions
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
0 1 1 options Lio/vertx/core/net/PfxOptions;
MethodParameters:
Name Flags
options
public io.vertx.core.http.HttpClientOptions setPemTrustOptions(io.vertx.core.net.PemTrustOptions);
descriptor: (Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setPemTrustOptions:(Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/core/net/ClientOptionsBase;
checkcast io.vertx.core.http.HttpClientOptions
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
0 1 1 options Lio/vertx/core/net/PemTrustOptions;
MethodParameters:
Name Flags
options
public io.vertx.core.http.HttpClientOptions addEnabledCipherSuite(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.addEnabledCipherSuite:(Ljava/lang/String;)Lio/vertx/core/net/ClientOptionsBase;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 suite Ljava/lang/String;
MethodParameters:
Name Flags
suite
public io.vertx.core.http.HttpClientOptions addEnabledSecureTransportProtocol(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.addEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/core/net/ClientOptionsBase;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 protocol Ljava/lang/String;
MethodParameters:
Name Flags
protocol final
public io.vertx.core.http.HttpClientOptions removeEnabledSecureTransportProtocol(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.removeEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/core/net/ClientOptionsBase;
checkcast io.vertx.core.http.HttpClientOptions
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
0 1 1 protocol Ljava/lang/String;
MethodParameters:
Name Flags
protocol
public io.vertx.core.http.HttpClientOptions setTcpFastOpen(boolean);
descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setTcpFastOpen:(Z)Lio/vertx/core/net/ClientOptionsBase;
checkcast io.vertx.core.http.HttpClientOptions
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
0 1 1 tcpFastOpen Z
MethodParameters:
Name Flags
tcpFastOpen
public io.vertx.core.http.HttpClientOptions setTcpCork(boolean);
descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setTcpCork:(Z)Lio/vertx/core/net/ClientOptionsBase;
checkcast io.vertx.core.http.HttpClientOptions
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
0 1 1 tcpCork Z
MethodParameters:
Name Flags
tcpCork
public io.vertx.core.http.HttpClientOptions setTcpQuickAck(boolean);
descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setTcpQuickAck:(Z)Lio/vertx/core/net/ClientOptionsBase;
checkcast io.vertx.core.http.HttpClientOptions
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
0 1 1 tcpQuickAck Z
MethodParameters:
Name Flags
tcpQuickAck
public io.vertx.core.http.HttpClientOptions addCrlPath(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.addCrlPath:(Ljava/lang/String;)Lio/vertx/core/net/ClientOptionsBase;
checkcast io.vertx.core.http.HttpClientOptions
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
0 1 1 crlPath Ljava/lang/String;
Exceptions:
throws java.lang.NullPointerException
MethodParameters:
Name Flags
crlPath
public io.vertx.core.http.HttpClientOptions addCrlValue(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.addCrlValue:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/ClientOptionsBase;
checkcast io.vertx.core.http.HttpClientOptions
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
0 1 1 crlValue Lio/vertx/core/buffer/Buffer;
Exceptions:
throws java.lang.NullPointerException
MethodParameters:
Name Flags
crlValue
public io.vertx.core.http.HttpClientOptions setConnectTimeout(int);
descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setConnectTimeout:(I)Lio/vertx/core/net/ClientOptionsBase;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 connectTimeout I
MethodParameters:
Name Flags
connectTimeout
public io.vertx.core.http.HttpClientOptions setTrustAll(boolean);
descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setTrustAll:(Z)Lio/vertx/core/net/ClientOptionsBase;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 trustAll Z
MethodParameters:
Name Flags
trustAll
public io.vertx.core.http.HttpClientOptions setEnabledSecureTransportProtocols(java.util.Set<java.lang.String>);
descriptor: (Ljava/util/Set;)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setEnabledSecureTransportProtocols:(Ljava/util/Set;)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/http/HttpClientOptions;
0 2 1 enabledSecureTransportProtocols Ljava/util/Set<Ljava/lang/String;>;
Signature: (Ljava/util/Set<Ljava/lang/String;>;)Lio/vertx/core/http/HttpClientOptions;
MethodParameters:
Name Flags
enabledSecureTransportProtocols
public io.vertx.core.http.HttpClientOptions setSslHandshakeTimeout(long);
descriptor: (J)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setSslHandshakeTimeout:(J)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/http/HttpClientOptions;
0 2 1 sslHandshakeTimeout J
MethodParameters:
Name Flags
sslHandshakeTimeout
public io.vertx.core.http.HttpClientOptions setSslHandshakeTimeoutUnit(java.util.concurrent.TimeUnit);
descriptor: (Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setSslHandshakeTimeoutUnit:(Ljava/util/concurrent/TimeUnit;)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/http/HttpClientOptions;
0 2 1 sslHandshakeTimeoutUnit Ljava/util/concurrent/TimeUnit;
MethodParameters:
Name Flags
sslHandshakeTimeoutUnit
public int getMaxPoolSize();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.HttpClientOptions.maxPoolSize:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
public io.vertx.core.http.HttpClientOptions setMaxPoolSize(int);
descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: iload 1
iconst_1
if_icmpge 2
1: new java.lang.IllegalArgumentException
dup
ldc "maxPoolSize must be > 0"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
iload 1
putfield io.vertx.core.http.HttpClientOptions.maxPoolSize:I
3: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/HttpClientOptions;
0 4 1 maxPoolSize I
MethodParameters:
Name Flags
maxPoolSize
public int getHttp2MultiplexingLimit();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.HttpClientOptions.http2MultiplexingLimit:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
public io.vertx.core.http.HttpClientOptions setHttp2MultiplexingLimit(int);
descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: iload 1
ifeq 1
iload 1
iconst_m1
if_icmpge 2
1: StackMap locals:
StackMap stack:
new java.lang.IllegalArgumentException
dup
ldc "maxPoolSize must be > 0 or -1 (disabled)"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
iload 1
putfield io.vertx.core.http.HttpClientOptions.http2MultiplexingLimit:I
3: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/HttpClientOptions;
0 4 1 limit I
MethodParameters:
Name Flags
limit
public int getHttp2MaxPoolSize();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.HttpClientOptions.http2MaxPoolSize:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
public io.vertx.core.http.HttpClientOptions setHttp2MaxPoolSize(int);
descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: iload 1
iconst_1
if_icmpge 2
1: new java.lang.IllegalArgumentException
dup
ldc "http2MaxPoolSize must be > 0"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
iload 1
putfield io.vertx.core.http.HttpClientOptions.http2MaxPoolSize:I
3: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/HttpClientOptions;
0 4 1 max I
MethodParameters:
Name Flags
max
public int getHttp2ConnectionWindowSize();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.HttpClientOptions.http2ConnectionWindowSize:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
public io.vertx.core.http.HttpClientOptions setHttp2ConnectionWindowSize(int);
descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
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.http.HttpClientOptions.http2ConnectionWindowSize:I
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 http2ConnectionWindowSize I
MethodParameters:
Name Flags
http2ConnectionWindowSize
public int getHttp2KeepAliveTimeout();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.HttpClientOptions.http2KeepAliveTimeout:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
public io.vertx.core.http.HttpClientOptions setHttp2KeepAliveTimeout(int);
descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: iload 1
ifge 2
1: new java.lang.IllegalArgumentException
dup
ldc "HTTP/2 keepAliveTimeout must be >= 0"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
iload 1
putfield io.vertx.core.http.HttpClientOptions.http2KeepAliveTimeout:I
3: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/HttpClientOptions;
0 4 1 keepAliveTimeout I
MethodParameters:
Name Flags
keepAliveTimeout
public boolean isKeepAlive();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.HttpClientOptions.keepAlive:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
public io.vertx.core.http.HttpClientOptions setKeepAlive(boolean);
descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
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.http.HttpClientOptions.keepAlive:Z
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 keepAlive Z
MethodParameters:
Name Flags
keepAlive
public int getKeepAliveTimeout();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.HttpClientOptions.keepAliveTimeout:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
public io.vertx.core.http.HttpClientOptions setKeepAliveTimeout(int);
descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: iload 1
ifge 2
1: new java.lang.IllegalArgumentException
dup
ldc "keepAliveTimeout must be >= 0"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
iload 1
putfield io.vertx.core.http.HttpClientOptions.keepAliveTimeout:I
3: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/HttpClientOptions;
0 4 1 keepAliveTimeout I
MethodParameters:
Name Flags
keepAliveTimeout
public boolean isPipelining();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.HttpClientOptions.pipelining:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
public io.vertx.core.http.HttpClientOptions setPipelining(boolean);
descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
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.http.HttpClientOptions.pipelining:Z
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 pipelining Z
MethodParameters:
Name Flags
pipelining
public int getPipeliningLimit();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.HttpClientOptions.pipeliningLimit:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
public io.vertx.core.http.HttpClientOptions setPipeliningLimit(int);
descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: iload 1
iconst_1
if_icmpge 2
1: new java.lang.IllegalArgumentException
dup
ldc "pipeliningLimit must be > 0"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
iload 1
putfield io.vertx.core.http.HttpClientOptions.pipeliningLimit:I
3: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/HttpClientOptions;
0 4 1 limit I
MethodParameters:
Name Flags
limit
public boolean isVerifyHost();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.HttpClientOptions.verifyHost:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
public io.vertx.core.http.HttpClientOptions setVerifyHost(boolean);
descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
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.http.HttpClientOptions.verifyHost:Z
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 verifyHost Z
MethodParameters:
Name Flags
verifyHost
public boolean isTryUseCompression();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.HttpClientOptions.tryUseCompression:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
public io.vertx.core.http.HttpClientOptions setTryUseCompression(boolean);
descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
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.http.HttpClientOptions.tryUseCompression:Z
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 tryUseCompression Z
MethodParameters:
Name Flags
tryUseCompression
public boolean isSendUnmaskedFrames();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.HttpClientOptions.sendUnmaskedFrames:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
public io.vertx.core.http.HttpClientOptions setSendUnmaskedFrames(boolean);
descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
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.http.HttpClientOptions.sendUnmaskedFrames:Z
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 sendUnmaskedFrames Z
MethodParameters:
Name Flags
sendUnmaskedFrames
public int getMaxWebsocketFrameSize();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.HttpClientOptions.maxWebsocketFrameSize:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
public io.vertx.core.http.HttpClientOptions setMaxWebsocketFrameSize(int);
descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
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.http.HttpClientOptions.maxWebsocketFrameSize:I
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 maxWebsocketFrameSize I
MethodParameters:
Name Flags
maxWebsocketFrameSize
public int getMaxWebsocketMessageSize();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.HttpClientOptions.maxWebsocketMessageSize:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
public io.vertx.core.http.HttpClientOptions setMaxWebsocketMessageSize(int);
descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
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.http.HttpClientOptions.maxWebsocketMessageSize:I
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 maxWebsocketMessageSize I
MethodParameters:
Name Flags
maxWebsocketMessageSize
public java.lang.String getDefaultHost();
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.http.HttpClientOptions.defaultHost:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
public io.vertx.core.http.HttpClientOptions setDefaultHost(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
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.http.HttpClientOptions.defaultHost: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/http/HttpClientOptions;
0 2 1 defaultHost Ljava/lang/String;
MethodParameters:
Name Flags
defaultHost
public int getDefaultPort();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.HttpClientOptions.defaultPort:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
public io.vertx.core.http.HttpClientOptions setDefaultPort(int);
descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
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.http.HttpClientOptions.defaultPort:I
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 defaultPort I
MethodParameters:
Name Flags
defaultPort
public io.vertx.core.http.HttpVersion getProtocolVersion();
descriptor: ()Lio/vertx/core/http/HttpVersion;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.HttpClientOptions.protocolVersion:Lio/vertx/core/http/HttpVersion;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
public io.vertx.core.http.HttpClientOptions setProtocolVersion(io.vertx.core.http.HttpVersion);
descriptor: (Lio/vertx/core/http/HttpVersion;)Lio/vertx/core/http/HttpClientOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "protocolVersion must not be null"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield io.vertx.core.http.HttpClientOptions.protocolVersion:Lio/vertx/core/http/HttpVersion;
3: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/HttpClientOptions;
0 4 1 protocolVersion Lio/vertx/core/http/HttpVersion;
MethodParameters:
Name Flags
protocolVersion
public io.vertx.core.http.HttpClientOptions setMaxChunkSize(int);
descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
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.http.HttpClientOptions.maxChunkSize:I
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 maxChunkSize I
MethodParameters:
Name Flags
maxChunkSize
public int getMaxChunkSize();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.HttpClientOptions.maxChunkSize:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
public int getMaxInitialLineLength();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.HttpClientOptions.maxInitialLineLength:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
public io.vertx.core.http.HttpClientOptions setMaxInitialLineLength(int);
descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
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.http.HttpClientOptions.maxInitialLineLength:I
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 maxInitialLineLength I
MethodParameters:
Name Flags
maxInitialLineLength
public int ();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.HttpClientOptions.maxHeaderSize:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
public io.vertx.core.http.HttpClientOptions (int);
descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
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.http.HttpClientOptions.maxHeaderSize:I
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 maxHeaderSize I
MethodParameters:
Name Flags
maxHeaderSize
public io.vertx.core.http.HttpClientOptions setMaxWaitQueueSize(int);
descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
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.http.HttpClientOptions.maxWaitQueueSize:I
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 maxWaitQueueSize I
MethodParameters:
Name Flags
maxWaitQueueSize
public int getMaxWaitQueueSize();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.HttpClientOptions.maxWaitQueueSize:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
public io.vertx.core.http.Http2Settings getInitialSettings();
descriptor: ()Lio/vertx/core/http/Http2Settings;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.HttpClientOptions.initialSettings:Lio/vertx/core/http/Http2Settings;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
public io.vertx.core.http.HttpClientOptions setInitialSettings(io.vertx.core.http.Http2Settings);
descriptor: (Lio/vertx/core/http/Http2Settings;)Lio/vertx/core/http/HttpClientOptions;
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.http.HttpClientOptions.initialSettings:Lio/vertx/core/http/Http2Settings;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 settings Lio/vertx/core/http/Http2Settings;
MethodParameters:
Name Flags
settings
public io.vertx.core.http.HttpClientOptions setUseAlpn(boolean);
descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setUseAlpn:(Z)Lio/vertx/core/net/ClientOptionsBase;
checkcast io.vertx.core.http.HttpClientOptions
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
0 1 1 useAlpn Z
MethodParameters:
Name Flags
useAlpn
public io.vertx.core.http.HttpClientOptions setSslEngineOptions(io.vertx.core.net.SSLEngineOptions);
descriptor: (Lio/vertx/core/net/SSLEngineOptions;)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setSslEngineOptions:(Lio/vertx/core/net/SSLEngineOptions;)Lio/vertx/core/net/ClientOptionsBase;
checkcast io.vertx.core.http.HttpClientOptions
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
0 1 1 sslEngineOptions Lio/vertx/core/net/SSLEngineOptions;
MethodParameters:
Name Flags
sslEngineOptions
public io.vertx.core.http.HttpClientOptions setJdkSslEngineOptions(io.vertx.core.net.JdkSSLEngineOptions);
descriptor: (Lio/vertx/core/net/JdkSSLEngineOptions;)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setSslEngineOptions:(Lio/vertx/core/net/SSLEngineOptions;)Lio/vertx/core/net/ClientOptionsBase;
checkcast io.vertx.core.http.HttpClientOptions
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
0 1 1 sslEngineOptions Lio/vertx/core/net/JdkSSLEngineOptions;
MethodParameters:
Name Flags
sslEngineOptions
public io.vertx.core.http.HttpClientOptions setOpenSslEngineOptions(io.vertx.core.net.OpenSSLEngineOptions);
descriptor: (Lio/vertx/core/net/OpenSSLEngineOptions;)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setSslEngineOptions:(Lio/vertx/core/net/SSLEngineOptions;)Lio/vertx/core/net/ClientOptionsBase;
checkcast io.vertx.core.http.HttpClientOptions
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
0 1 1 sslEngineOptions Lio/vertx/core/net/OpenSSLEngineOptions;
MethodParameters:
Name Flags
sslEngineOptions
public java.util.List<io.vertx.core.http.HttpVersion> getAlpnVersions();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.HttpClientOptions.alpnVersions:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
Signature: ()Ljava/util/List<Lio/vertx/core/http/HttpVersion;>;
public io.vertx.core.http.HttpClientOptions setAlpnVersions(java.util.List<io.vertx.core.http.HttpVersion>);
descriptor: (Ljava/util/List;)Lio/vertx/core/http/HttpClientOptions;
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.http.HttpClientOptions.alpnVersions:Ljava/util/List;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 alpnVersions Ljava/util/List<Lio/vertx/core/http/HttpVersion;>;
Signature: (Ljava/util/List<Lio/vertx/core/http/HttpVersion;>;)Lio/vertx/core/http/HttpClientOptions;
MethodParameters:
Name Flags
alpnVersions
public boolean isHttp2ClearTextUpgrade();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.HttpClientOptions.http2ClearTextUpgrade:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
public io.vertx.core.http.HttpClientOptions setHttp2ClearTextUpgrade(boolean);
descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
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.http.HttpClientOptions.http2ClearTextUpgrade:Z
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 value Z
MethodParameters:
Name Flags
value
public int getMaxRedirects();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.HttpClientOptions.maxRedirects:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
public io.vertx.core.http.HttpClientOptions setMaxRedirects(int);
descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
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.http.HttpClientOptions.maxRedirects:I
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 maxRedirects I
MethodParameters:
Name Flags
maxRedirects
public boolean isForceSni();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.HttpClientOptions.forceSni:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
public io.vertx.core.http.HttpClientOptions setForceSni(boolean);
descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
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.http.HttpClientOptions.forceSni:Z
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 forceSni Z
MethodParameters:
Name Flags
forceSni
public io.vertx.core.http.HttpClientOptions setMetricsName(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setMetricsName:(Ljava/lang/String;)Lio/vertx/core/net/ClientOptionsBase;
checkcast io.vertx.core.http.HttpClientOptions
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
0 1 1 metricsName Ljava/lang/String;
MethodParameters:
Name Flags
metricsName
public io.vertx.core.http.HttpClientOptions setProxyOptions(io.vertx.core.net.ProxyOptions);
descriptor: (Lio/vertx/core/net/ProxyOptions;)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setProxyOptions:(Lio/vertx/core/net/ProxyOptions;)Lio/vertx/core/net/ClientOptionsBase;
checkcast io.vertx.core.http.HttpClientOptions
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
0 1 1 proxyOptions Lio/vertx/core/net/ProxyOptions;
MethodParameters:
Name Flags
proxyOptions
public io.vertx.core.http.HttpClientOptions setLocalAddress(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setLocalAddress:(Ljava/lang/String;)Lio/vertx/core/net/ClientOptionsBase;
checkcast io.vertx.core.http.HttpClientOptions
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
0 1 1 localAddress Ljava/lang/String;
MethodParameters:
Name Flags
localAddress
public io.vertx.core.http.HttpClientOptions setLogActivity(boolean);
descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
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.ClientOptionsBase.setLogActivity:(Z)Lio/vertx/core/net/ClientOptionsBase;
checkcast io.vertx.core.http.HttpClientOptions
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
0 1 1 logEnabled Z
MethodParameters:
Name Flags
logEnabled
public io.vertx.core.http.HttpClientOptions setTryUsePerFrameWebsocketCompression(boolean);
descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
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.http.HttpClientOptions.tryUsePerFrameWebsocketCompression:Z
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 offer Z
MethodParameters:
Name Flags
offer
public boolean getTryWebsocketDeflateFrameCompression();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.HttpClientOptions.tryUsePerFrameWebsocketCompression:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
public io.vertx.core.http.HttpClientOptions setTryUsePerMessageWebsocketCompression(boolean);
descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
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.http.HttpClientOptions.tryUsePerMessageWebsocketCompression:Z
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 offer Z
MethodParameters:
Name Flags
offer
public boolean getTryUsePerMessageWebsocketCompression();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.HttpClientOptions.tryUsePerMessageWebsocketCompression:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
public io.vertx.core.http.HttpClientOptions setWebsocketCompressionLevel(int);
descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
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.http.HttpClientOptions.websocketCompressionLevel:I
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 compressionLevel I
MethodParameters:
Name Flags
compressionLevel
public int getWebsocketCompressionLevel();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.HttpClientOptions.websocketCompressionLevel:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
public io.vertx.core.http.HttpClientOptions setWebsocketCompressionAllowClientNoContext(boolean);
descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
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.http.HttpClientOptions.websocketAllowClientNoContext:Z
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/HttpClientOptions;
0 2 1 offer Z
MethodParameters:
Name Flags
offer
public boolean getWebsocketCompressionAllowClientNoContext();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.HttpClientOptions.websocketAllowClientNoContext:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/HttpClientOptions;
public io.vertx.core.http.HttpClientOptions setWebsocketCompressionRequestServerNoContext(boolean);
descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
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.http.HttpClientOptions.websocketRequestServerNoContext:Z
1: aload 0