public class io.vertx.core.http.impl.HttpClientImpl implements io.vertx.core.http.HttpClient, io.vertx.core.spi.metrics.MetricsProvider
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.core.http.impl.HttpClientImpl
super_class: java.lang.Object
{
private final java.util.function.Function<io.vertx.core.http.HttpClientResponse, io.vertx.core.Future<io.vertx.core.http.HttpClientRequest>> DEFAULT_HANDLER;
descriptor: Ljava/util/function/Function;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/function/Function<Lio/vertx/core/http/HttpClientResponse;Lio/vertx/core/Future<Lio/vertx/core/http/HttpClientRequest;>;>;
private static final io.vertx.core.logging.Logger log;
descriptor: Lio/vertx/core/logging/Logger;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private final io.vertx.core.impl.VertxInternal vertx;
descriptor: Lio/vertx/core/impl/VertxInternal;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.vertx.core.http.HttpClientOptions options;
descriptor: Lio/vertx/core/http/HttpClientOptions;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.vertx.core.impl.ContextInternal creatingContext;
descriptor: Lio/vertx/core/impl/ContextInternal;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.vertx.core.http.impl.ConnectionManager websocketCM;
descriptor: Lio/vertx/core/http/impl/ConnectionManager;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.vertx.core.http.impl.ConnectionManager httpCM;
descriptor: Lio/vertx/core/http/impl/ConnectionManager;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.vertx.core.Closeable closeHook;
descriptor: Lio/vertx/core/Closeable;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.vertx.core.net.ProxyType proxyType;
descriptor: Lio/vertx/core/net/ProxyType;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.vertx.core.net.impl.SSLHelper sslHelper;
descriptor: Lio/vertx/core/net/impl/SSLHelper;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.vertx.core.spi.metrics.HttpClientMetrics metrics;
descriptor: Lio/vertx/core/spi/metrics/HttpClientMetrics;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final boolean keepAlive;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final boolean pipelining;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private volatile boolean closed;
descriptor: Z
flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
private volatile io.vertx.core.Handler<io.vertx.core.http.HttpConnection> connectionHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
Signature: Lio/vertx/core/Handler<Lio/vertx/core/http/HttpConnection;>;
private volatile java.util.function.Function<io.vertx.core.http.HttpClientResponse, io.vertx.core.Future<io.vertx.core.http.HttpClientRequest>> redirectHandler;
descriptor: Ljava/util/function/Function;
flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
Signature: Ljava/util/function/Function<Lio/vertx/core/http/HttpClientResponse;Lio/vertx/core/Future<Lio/vertx/core/http/HttpClientRequest;>;>;
private static volatile int[] $SWITCH_TABLE$io$vertx$core$http$HttpVersion;
descriptor: [I
flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lio/vertx/core/http/impl/HttpClientImpl;
invokestatic io.vertx.core.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/logging/Logger;
putstatic io.vertx.core.http.impl.HttpClientImpl.log:Lio/vertx/core/logging/Logger;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(io.vertx.core.impl.VertxInternal, io.vertx.core.http.HttpClientOptions);
descriptor: (Lio/vertx/core/impl/VertxInternal;Lio/vertx/core/http/HttpClientOptions;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 0
invokedynamic apply(Lio/vertx/core/http/impl/HttpClientImpl;)Ljava/util/function/Function;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)Ljava/lang/Object;
io/vertx/core/http/impl/HttpClientImpl.lambda$0(Lio/vertx/core/http/HttpClientResponse;)Lio/vertx/core/Future; (7)
(Lio/vertx/core/http/HttpClientResponse;)Lio/vertx/core/Future;
putfield io.vertx.core.http.impl.HttpClientImpl.DEFAULT_HANDLER:Ljava/util/function/Function;
2: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.DEFAULT_HANDLER:Ljava/util/function/Function;
putfield io.vertx.core.http.impl.HttpClientImpl.redirectHandler:Ljava/util/function/Function;
3: aload 0
aload 1
putfield io.vertx.core.http.impl.HttpClientImpl.vertx:Lio/vertx/core/impl/VertxInternal;
4: aload 0
aload 1
invokeinterface io.vertx.core.impl.VertxInternal.metricsSPI:()Lio/vertx/core/spi/metrics/VertxMetrics;
ifnull 5
aload 1
invokeinterface io.vertx.core.impl.VertxInternal.metricsSPI:()Lio/vertx/core/spi/metrics/VertxMetrics;
aload 2
invokeinterface io.vertx.core.spi.metrics.VertxMetrics.createHttpClientMetrics:(Lio/vertx/core/http/HttpClientOptions;)Lio/vertx/core/spi/metrics/HttpClientMetrics;
goto 6
StackMap locals: io.vertx.core.http.impl.HttpClientImpl io.vertx.core.impl.VertxInternal io.vertx.core.http.HttpClientOptions
StackMap stack: io.vertx.core.http.impl.HttpClientImpl
5: aconst_null
StackMap locals: io.vertx.core.http.impl.HttpClientImpl io.vertx.core.impl.VertxInternal io.vertx.core.http.HttpClientOptions
StackMap stack: io.vertx.core.http.impl.HttpClientImpl io.vertx.core.spi.metrics.HttpClientMetrics
6: putfield io.vertx.core.http.impl.HttpClientImpl.metrics:Lio/vertx/core/spi/metrics/HttpClientMetrics;
7: aload 0
new io.vertx.core.http.HttpClientOptions
dup
aload 2
invokespecial io.vertx.core.http.HttpClientOptions.<init>:(Lio/vertx/core/http/HttpClientOptions;)V
putfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
8: aload 2
invokevirtual io.vertx.core.http.HttpClientOptions.getAlpnVersions:()Ljava/util/List;
astore 3
start local 3 9: aload 3
ifnull 10
aload 3
invokeinterface java.util.List.isEmpty:()Z
ifeq 14
10: StackMap locals: java.util.List
StackMap stack:
invokestatic io.vertx.core.http.impl.HttpClientImpl.$SWITCH_TABLE$io$vertx$core$http$HttpVersion:()[I
aload 2
invokevirtual io.vertx.core.http.HttpClientOptions.getProtocolVersion:()Lio/vertx/core/http/HttpVersion;
invokevirtual io.vertx.core.http.HttpVersion.ordinal:()I
iaload
tableswitch { // 3 - 3
3: 11
default: 13
}
11: StackMap locals:
StackMap stack:
iconst_2
anewarray io.vertx.core.http.HttpVersion
dup
iconst_0
getstatic io.vertx.core.http.HttpVersion.HTTP_2:Lio/vertx/core/http/HttpVersion;
aastore
dup
iconst_1
getstatic io.vertx.core.http.HttpVersion.HTTP_1_1:Lio/vertx/core/http/HttpVersion;
aastore
invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
astore 3
12: goto 14
13: StackMap locals:
StackMap stack:
aload 2
invokevirtual io.vertx.core.http.HttpClientOptions.getProtocolVersion:()Lio/vertx/core/http/HttpVersion;
invokestatic java.util.Collections.singletonList:(Ljava/lang/Object;)Ljava/util/List;
astore 3
14: StackMap locals:
StackMap stack:
aload 0
aload 2
invokevirtual io.vertx.core.http.HttpClientOptions.isKeepAlive:()Z
putfield io.vertx.core.http.impl.HttpClientImpl.keepAlive:Z
15: aload 0
aload 2
invokevirtual io.vertx.core.http.HttpClientOptions.isPipelining:()Z
putfield io.vertx.core.http.impl.HttpClientImpl.pipelining:Z
16: aload 0
new io.vertx.core.net.impl.SSLHelper
dup
aload 2
aload 2
invokevirtual io.vertx.core.http.HttpClientOptions.getKeyCertOptions:()Lio/vertx/core/net/KeyCertOptions;
aload 2
invokevirtual io.vertx.core.http.HttpClientOptions.getTrustOptions:()Lio/vertx/core/net/TrustOptions;
invokespecial io.vertx.core.net.impl.SSLHelper.<init>:(Lio/vertx/core/http/HttpClientOptions;Lio/vertx/core/net/KeyCertOptions;Lio/vertx/core/net/TrustOptions;)V
17: aload 3
invokevirtual io.vertx.core.net.impl.SSLHelper.setApplicationProtocols:(Ljava/util/List;)Lio/vertx/core/net/impl/SSLHelper;
18: putfield io.vertx.core.http.impl.HttpClientImpl.sslHelper:Lio/vertx/core/net/impl/SSLHelper;
19: aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.sslHelper:Lio/vertx/core/net/impl/SSLHelper;
aload 1
invokevirtual io.vertx.core.net.impl.SSLHelper.validate:(Lio/vertx/core/impl/VertxInternal;)V
20: aload 0
aload 1
invokeinterface io.vertx.core.impl.VertxInternal.getContext:()Lio/vertx/core/impl/ContextInternal;
putfield io.vertx.core.http.impl.HttpClientImpl.creatingContext:Lio/vertx/core/impl/ContextInternal;
21: aload 0
aload 0
invokedynamic close(Lio/vertx/core/http/impl/HttpClientImpl;)Lio/vertx/core/Closeable;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Lio/vertx/core/Handler;)V
io/vertx/core/http/impl/HttpClientImpl.lambda$1(Lio/vertx/core/Handler;)V (7)
(Lio/vertx/core/Handler;)V
putfield io.vertx.core.http.impl.HttpClientImpl.closeHook:Lio/vertx/core/Closeable;
22: aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.creatingContext:Lio/vertx/core/impl/ContextInternal;
ifnull 28
23: aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.creatingContext:Lio/vertx/core/impl/ContextInternal;
invokeinterface io.vertx.core.impl.ContextInternal.isMultiThreadedWorkerContext:()Z
ifeq 25
24: new java.lang.IllegalStateException
dup
ldc "Cannot use HttpClient in a multi-threaded worker verticle"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
25: StackMap locals:
StackMap stack:
aload 2
invokevirtual io.vertx.core.http.HttpClientOptions.getProtocolVersion:()Lio/vertx/core/http/HttpVersion;
getstatic io.vertx.core.http.HttpVersion.HTTP_2:Lio/vertx/core/http/HttpVersion;
if_acmpne 27
invokestatic io.vertx.core.Context.isOnWorkerThread:()Z
ifeq 27
26: new java.lang.IllegalStateException
dup
ldc "Cannot use HttpClient with HTTP_2 in a worker"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
27: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.creatingContext:Lio/vertx/core/impl/ContextInternal;
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.closeHook:Lio/vertx/core/Closeable;
invokeinterface io.vertx.core.impl.ContextInternal.addCloseHook:(Lio/vertx/core/Closeable;)V
28: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.keepAlive:Z
ifne 30
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.pipelining:Z
ifeq 30
29: new java.lang.IllegalStateException
dup
ldc "Cannot have pipelining with no keep alive"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
30: StackMap locals:
StackMap stack:
aload 2
invokevirtual io.vertx.core.http.HttpClientOptions.getMaxPoolSize:()I
aload 2
invokevirtual io.vertx.core.http.HttpClientOptions.getHttp2MaxPoolSize:()I
imul
i2l
lstore 4
start local 4 31: aload 0
new io.vertx.core.http.impl.ConnectionManager
dup
aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.metrics:Lio/vertx/core/spi/metrics/HttpClientMetrics;
getstatic io.vertx.core.http.HttpVersion.HTTP_1_1:Lio/vertx/core/http/HttpVersion;
lload 4
aload 2
invokevirtual io.vertx.core.http.HttpClientOptions.getMaxWaitQueueSize:()I
invokespecial io.vertx.core.http.impl.ConnectionManager.<init>:(Lio/vertx/core/http/impl/HttpClientImpl;Lio/vertx/core/spi/metrics/HttpClientMetrics;Lio/vertx/core/http/HttpVersion;JI)V
putfield io.vertx.core.http.impl.HttpClientImpl.websocketCM:Lio/vertx/core/http/impl/ConnectionManager;
32: aload 0
new io.vertx.core.http.impl.ConnectionManager
dup
aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.metrics:Lio/vertx/core/spi/metrics/HttpClientMetrics;
aload 2
invokevirtual io.vertx.core.http.HttpClientOptions.getProtocolVersion:()Lio/vertx/core/http/HttpVersion;
lload 4
aload 2
invokevirtual io.vertx.core.http.HttpClientOptions.getMaxWaitQueueSize:()I
invokespecial io.vertx.core.http.impl.ConnectionManager.<init>:(Lio/vertx/core/http/impl/HttpClientImpl;Lio/vertx/core/spi/metrics/HttpClientMetrics;Lio/vertx/core/http/HttpVersion;JI)V
putfield io.vertx.core.http.impl.HttpClientImpl.httpCM:Lio/vertx/core/http/impl/ConnectionManager;
33: aload 0
aload 2
invokevirtual io.vertx.core.http.HttpClientOptions.getProxyOptions:()Lio/vertx/core/net/ProxyOptions;
ifnull 34
aload 2
invokevirtual io.vertx.core.http.HttpClientOptions.getProxyOptions:()Lio/vertx/core/net/ProxyOptions;
invokevirtual io.vertx.core.net.ProxyOptions.getType:()Lio/vertx/core/net/ProxyType;
goto 35
StackMap locals: io.vertx.core.http.impl.HttpClientImpl io.vertx.core.impl.VertxInternal io.vertx.core.http.HttpClientOptions java.util.List long
StackMap stack: io.vertx.core.http.impl.HttpClientImpl
34: aconst_null
StackMap locals: io.vertx.core.http.impl.HttpClientImpl io.vertx.core.impl.VertxInternal io.vertx.core.http.HttpClientOptions java.util.List long
StackMap stack: io.vertx.core.http.impl.HttpClientImpl io.vertx.core.net.ProxyType
35: putfield io.vertx.core.http.impl.HttpClientImpl.proxyType:Lio/vertx/core/net/ProxyType;
36: aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.httpCM:Lio/vertx/core/http/impl/ConnectionManager;
invokevirtual io.vertx.core.http.impl.ConnectionManager.start:()V
37: aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.websocketCM:Lio/vertx/core/http/impl/ConnectionManager;
invokevirtual io.vertx.core.http.impl.ConnectionManager.start:()V
38: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 39 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 39 1 vertx Lio/vertx/core/impl/VertxInternal;
0 39 2 options Lio/vertx/core/http/HttpClientOptions;
9 39 3 alpnVersions Ljava/util/List<Lio/vertx/core/http/HttpVersion;>;
31 39 4 maxWeight J
MethodParameters:
Name Flags
vertx
options
io.vertx.core.spi.metrics.HttpClientMetrics metrics();
descriptor: ()Lio/vertx/core/spi/metrics/HttpClientMetrics;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.metrics:Lio/vertx/core/spi/metrics/HttpClientMetrics;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
public io.vertx.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aconst_null
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocket:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 options Lio/vertx/core/http/RequestOptions;
0 1 2 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
options
wsConnect
public io.vertx.core.http.HttpClient websocket(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
iload 1
aload 2
aload 3
aconst_null
aconst_null
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
aload 4
invokevirtual io.vertx.core.http.impl.HttpClientImpl$WebSocketStream.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
pop
1: aload 0
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 2 1 port I
0 2 2 host Ljava/lang/String;
0 2 3 requestURI Ljava/lang/String;
0 2 4 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
port
host
requestURI
wsConnect
public io.vertx.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aconst_null
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocket:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 options Lio/vertx/core/http/RequestOptions;
0 1 2 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
0 1 3 failureHandler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
options
wsConnect
failureHandler
public io.vertx.core.http.HttpClient websocket(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
iload 1
aload 2
aload 3
aconst_null
aconst_null
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
aload 4
aload 5
invokevirtual io.vertx.core.http.impl.HttpClientImpl$WebSocketStream.subscribe:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
1: aload 0
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 2 1 port I
0 2 2 host Ljava/lang/String;
0 2 3 requestURI Ljava/lang/String;
0 2 4 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
0 2 5 failureHandler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
port
host
requestURI
wsConnect
failureHandler
public io.vertx.core.http.HttpClient websocket(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 1
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocket:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 host Ljava/lang/String;
0 1 2 requestURI Ljava/lang/String;
0 1 3 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
host
requestURI
wsConnect
public io.vertx.core.http.HttpClient websocket(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 1
aload 2
aload 3
aload 4
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocket:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 host Ljava/lang/String;
0 1 2 requestURI Ljava/lang/String;
0 1 3 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
0 1 4 failureHandler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
host
requestURI
wsConnect
failureHandler
public io.vertx.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions, io.vertx.core.MultiMap, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aconst_null
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocket:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 options Lio/vertx/core/http/RequestOptions;
0 1 2 headers Lio/vertx/core/MultiMap;
0 1 3 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
options
headers
wsConnect
public io.vertx.core.http.HttpClient websocket(int, java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
iload 1
aload 2
aload 3
aload 4
aconst_null
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
aload 5
invokevirtual io.vertx.core.http.impl.HttpClientImpl$WebSocketStream.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
pop
1: aload 0
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 2 1 port I
0 2 2 host Ljava/lang/String;
0 2 3 requestURI Ljava/lang/String;
0 2 4 headers Lio/vertx/core/MultiMap;
0 2 5 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
port
host
requestURI
headers
wsConnect
public io.vertx.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions, io.vertx.core.MultiMap, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aconst_null
aload 3
aload 4
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocket:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 options Lio/vertx/core/http/RequestOptions;
0 1 2 headers Lio/vertx/core/MultiMap;
0 1 3 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
0 1 4 failureHandler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
options
headers
wsConnect
failureHandler
public io.vertx.core.http.HttpClient websocket(int, java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
iload 1
aload 2
aload 3
aload 4
aconst_null
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
aload 5
aload 6
invokevirtual io.vertx.core.http.impl.HttpClientImpl$WebSocketStream.subscribe:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
1: aload 0
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 2 1 port I
0 2 2 host Ljava/lang/String;
0 2 3 requestURI Ljava/lang/String;
0 2 4 headers Lio/vertx/core/MultiMap;
0 2 5 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
0 2 6 failureHandler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
port
host
requestURI
headers
wsConnect
failureHandler
public io.vertx.core.http.HttpClient websocket(java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 1
aload 2
aload 3
aload 4
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocket:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 host Ljava/lang/String;
0 1 2 requestURI Ljava/lang/String;
0 1 3 headers Lio/vertx/core/MultiMap;
0 1 4 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
host
requestURI
headers
wsConnect
public io.vertx.core.http.HttpClient websocket(java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 1
aload 2
aload 3
aload 4
aload 5
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocket:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 host Ljava/lang/String;
0 1 2 requestURI Ljava/lang/String;
0 1 3 headers Lio/vertx/core/MultiMap;
0 1 4 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
0 1 5 failureHandler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
host
requestURI
headers
wsConnect
failureHandler
public io.vertx.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aconst_null
aload 4
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocket:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 options Lio/vertx/core/http/RequestOptions;
0 1 2 headers Lio/vertx/core/MultiMap;
0 1 3 version Lio/vertx/core/http/WebsocketVersion;
0 1 4 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
options
headers
version
wsConnect
public io.vertx.core.http.HttpClient websocket(int, java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
iload 1
aload 2
aload 3
aload 4
aload 5
aconst_null
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
aload 6
invokevirtual io.vertx.core.http.impl.HttpClientImpl$WebSocketStream.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
pop
1: aload 0
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 2 1 port I
0 2 2 host Ljava/lang/String;
0 2 3 requestURI Ljava/lang/String;
0 2 4 headers Lio/vertx/core/MultiMap;
0 2 5 version Lio/vertx/core/http/WebsocketVersion;
0 2 6 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
port
host
requestURI
headers
version
wsConnect
public io.vertx.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
aload 3
aconst_null
aload 4
aload 5
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocket:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 options Lio/vertx/core/http/RequestOptions;
0 1 2 headers Lio/vertx/core/MultiMap;
0 1 3 version Lio/vertx/core/http/WebsocketVersion;
0 1 4 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
0 1 5 failureHandler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
options
headers
version
wsConnect
failureHandler
public io.vertx.core.http.HttpClient websocket(int, java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=8, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 0
iload 1
aload 2
aload 3
aload 4
aload 5
aconst_null
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
aload 6
aload 7
invokevirtual io.vertx.core.http.impl.HttpClientImpl$WebSocketStream.subscribe:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
1: aload 0
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 2 1 port I
0 2 2 host Ljava/lang/String;
0 2 3 requestURI Ljava/lang/String;
0 2 4 headers Lio/vertx/core/MultiMap;
0 2 5 version Lio/vertx/core/http/WebsocketVersion;
0 2 6 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
0 2 7 failureHandler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
port
host
requestURI
headers
version
wsConnect
failureHandler
public io.vertx.core.http.HttpClient websocket(java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 1
aload 2
aload 3
aload 4
aload 5
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocket:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 host Ljava/lang/String;
0 1 2 requestURI Ljava/lang/String;
0 1 3 headers Lio/vertx/core/MultiMap;
0 1 4 version Lio/vertx/core/http/WebsocketVersion;
0 1 5 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
host
requestURI
headers
version
wsConnect
public io.vertx.core.http.HttpClient websocket(java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocket:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 host Ljava/lang/String;
0 1 2 requestURI Ljava/lang/String;
0 1 3 headers Lio/vertx/core/MultiMap;
0 1 4 version Lio/vertx/core/http/WebsocketVersion;
0 1 5 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
0 1 6 failureHandler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
host
requestURI
headers
version
wsConnect
failureHandler
public io.vertx.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
aload 5
invokevirtual io.vertx.core.http.impl.HttpClientImpl$WebSocketStream.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
pop
1: aload 0
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 2 1 options Lio/vertx/core/http/RequestOptions;
0 2 2 headers Lio/vertx/core/MultiMap;
0 2 3 version Lio/vertx/core/http/WebsocketVersion;
0 2 4 subProtocols Ljava/lang/String;
0 2 5 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
options
headers
version
subProtocols
wsConnect
public io.vertx.core.http.HttpClient websocket(int, java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=8, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 0
iload 1
aload 2
aload 3
aload 4
aload 5
aload 6
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
aload 7
invokevirtual io.vertx.core.http.impl.HttpClientImpl$WebSocketStream.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
pop
1: aload 0
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 2 1 port I
0 2 2 host Ljava/lang/String;
0 2 3 requestURI Ljava/lang/String;
0 2 4 headers Lio/vertx/core/MultiMap;
0 2 5 version Lio/vertx/core/http/WebsocketVersion;
0 2 6 subProtocols Ljava/lang/String;
0 2 7 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
port
host
requestURI
headers
version
subProtocols
wsConnect
public io.vertx.core.http.HttpClient websocketAbs(java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStreamAbs:(Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
aload 5
aload 6
invokevirtual io.vertx.core.http.impl.HttpClientImpl$WebSocketStream.subscribe:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
1: aload 0
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 2 1 url Ljava/lang/String;
0 2 2 headers Lio/vertx/core/MultiMap;
0 2 3 version Lio/vertx/core/http/WebsocketVersion;
0 2 4 subProtocols Ljava/lang/String;
0 2 5 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
0 2 6 failureHandler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Signature: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
url
headers
version
subProtocols
wsConnect
failureHandler
public io.vertx.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
aload 5
aload 6
invokevirtual io.vertx.core.http.impl.HttpClientImpl$WebSocketStream.subscribe:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
1: aload 0
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 2 1 options Lio/vertx/core/http/RequestOptions;
0 2 2 headers Lio/vertx/core/MultiMap;
0 2 3 version Lio/vertx/core/http/WebsocketVersion;
0 2 4 subProtocols Ljava/lang/String;
0 2 5 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
0 2 6 failureHandler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
options
headers
version
subProtocols
wsConnect
failureHandler
public io.vertx.core.http.HttpClient websocket(int, java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=9, args_size=9
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 0: aload 0
iload 1
aload 2
aload 3
aload 4
aload 5
aload 6
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
aload 7
aload 8
invokevirtual io.vertx.core.http.impl.HttpClientImpl$WebSocketStream.subscribe:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
1: aload 0
areturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 2 1 port I
0 2 2 host Ljava/lang/String;
0 2 3 requestURI Ljava/lang/String;
0 2 4 headers Lio/vertx/core/MultiMap;
0 2 5 version Lio/vertx/core/http/WebsocketVersion;
0 2 6 subProtocols Ljava/lang/String;
0 2 7 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
0 2 8 failureHandler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
port
host
requestURI
headers
version
subProtocols
wsConnect
failureHandler
public io.vertx.core.http.HttpClient websocket(java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocket:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 host Ljava/lang/String;
0 1 2 requestURI Ljava/lang/String;
0 1 3 headers Lio/vertx/core/MultiMap;
0 1 4 version Lio/vertx/core/http/WebsocketVersion;
0 1 5 subProtocols Ljava/lang/String;
0 1 6 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
host
requestURI
headers
version
subProtocols
wsConnect
public io.vertx.core.http.HttpClient websocket(java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=8, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
aload 7
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocket:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 host Ljava/lang/String;
0 1 2 requestURI Ljava/lang/String;
0 1 3 headers Lio/vertx/core/MultiMap;
0 1 4 version Lio/vertx/core/http/WebsocketVersion;
0 1 5 subProtocols Ljava/lang/String;
0 1 6 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
0 1 7 failureHandler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
host
requestURI
headers
version
subProtocols
wsConnect
failureHandler
public io.vertx.core.http.HttpClient websocket(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultHost:()Ljava/lang/String;
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocket:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 requestURI Ljava/lang/String;
0 1 2 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
requestURI
wsConnect
public io.vertx.core.http.HttpClient websocket(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultHost:()Ljava/lang/String;
aload 1
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocket:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 requestURI Ljava/lang/String;
0 1 2 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
0 1 3 failureHandler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
requestURI
wsConnect
failureHandler
public io.vertx.core.http.HttpClient websocket(java.lang.String, io.vertx.core.MultiMap, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
descriptor: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultHost:()Ljava/lang/String;
aload 1
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocket:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 requestURI Ljava/lang/String;
0 1 2 headers Lio/vertx/core/MultiMap;
0 1 3 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
Signature: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
requestURI
headers
wsConnect
public io.vertx.core.http.HttpClient websocket(java.lang.String, io.vertx.core.MultiMap, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultHost:()Ljava/lang/String;
aload 1
aload 2
aload 3
aload 4
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocket:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 requestURI Ljava/lang/String;
0 1 2 headers Lio/vertx/core/MultiMap;
0 1 3 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
0 1 4 failureHandler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Signature: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
requestURI
headers
wsConnect
failureHandler
public io.vertx.core.http.HttpClient websocket(java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
descriptor: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultHost:()Ljava/lang/String;
aload 1
aload 2
aload 3
aload 4
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocket:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 requestURI Ljava/lang/String;
0 1 2 headers Lio/vertx/core/MultiMap;
0 1 3 version Lio/vertx/core/http/WebsocketVersion;
0 1 4 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
Signature: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
requestURI
headers
version
wsConnect
public io.vertx.core.http.HttpClient websocket(java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultHost:()Ljava/lang/String;
aload 1
aload 2
aload 3
aload 4
aload 5
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocket:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 requestURI Ljava/lang/String;
0 1 2 headers Lio/vertx/core/MultiMap;
0 1 3 version Lio/vertx/core/http/WebsocketVersion;
0 1 4 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
0 1 5 failureHandler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Signature: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
requestURI
headers
version
wsConnect
failureHandler
public io.vertx.core.http.HttpClient websocket(java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
descriptor: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultHost:()Ljava/lang/String;
aload 1
aload 2
aload 3
aload 4
aload 5
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocket:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 requestURI Ljava/lang/String;
0 1 2 headers Lio/vertx/core/MultiMap;
0 1 3 version Lio/vertx/core/http/WebsocketVersion;
0 1 4 subProtocols Ljava/lang/String;
0 1 5 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
Signature: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
requestURI
headers
version
subProtocols
wsConnect
public io.vertx.core.http.HttpClient websocket(java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultHost:()Ljava/lang/String;
aload 1
aload 2
aload 3
aload 4
1: aload 5
aload 6
2: invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocket:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 3 1 requestURI Ljava/lang/String;
0 3 2 headers Lio/vertx/core/MultiMap;
0 3 3 version Lio/vertx/core/http/WebsocketVersion;
0 3 4 subProtocols Ljava/lang/String;
0 3 5 wsConnect Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
0 3 6 failureHandler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Signature: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
requestURI
headers
version
subProtocols
wsConnect
failureHandler
public void webSocket(io.vertx.core.http.WebSocketConnectOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.WebSocket>>);
descriptor: (Lio/vertx/core/http/WebSocketConnectOptions;Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.vertx:Lio/vertx/core/impl/VertxInternal;
invokeinterface io.vertx.core.impl.VertxInternal.getOrCreateContext:()Lio/vertx/core/impl/ContextInternal;
astore 3
start local 3 1: aload 1
invokevirtual io.vertx.core.http.WebSocketConnectOptions.getPort:()I
aload 1
invokevirtual io.vertx.core.http.WebSocketConnectOptions.getHost:()Ljava/lang/String;
invokestatic io.vertx.core.net.SocketAddress.inetSocketAddress:(ILjava/lang/String;)Lio/vertx/core/net/SocketAddress;
astore 4
start local 4 2: aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.websocketCM:Lio/vertx/core/http/impl/ConnectionManager;
3: aload 3
4: aload 4
5: aload 1
invokevirtual io.vertx.core.http.WebSocketConnectOptions.isSsl:()Ljava/lang/Boolean;
ifnull 6
aload 1
invokevirtual io.vertx.core.http.WebSocketConnectOptions.isSsl:()Ljava/lang/Boolean;
invokevirtual java.lang.Boolean.booleanValue:()Z
goto 7
StackMap locals: io.vertx.core.http.impl.HttpClientImpl io.vertx.core.http.WebSocketConnectOptions io.vertx.core.Handler io.vertx.core.impl.ContextInternal io.vertx.core.net.SocketAddress
StackMap stack: io.vertx.core.http.impl.ConnectionManager io.vertx.core.impl.ContextInternal io.vertx.core.net.SocketAddress
6: aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.isSsl:()Z
7: StackMap locals: io.vertx.core.http.impl.HttpClientImpl io.vertx.core.http.WebSocketConnectOptions io.vertx.core.Handler io.vertx.core.impl.ContextInternal io.vertx.core.net.SocketAddress
StackMap stack: io.vertx.core.http.impl.ConnectionManager io.vertx.core.impl.ContextInternal io.vertx.core.net.SocketAddress int
aload 4
aload 0
aload 1
aload 2
aload 3
invokedynamic handle(Lio/vertx/core/http/impl/HttpClientImpl;Lio/vertx/core/http/WebSocketConnectOptions;Lio/vertx/core/Handler;Lio/vertx/core/impl/ContextInternal;)Lio/vertx/core/Handler;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)V
io/vertx/core/http/impl/HttpClientImpl.lambda$2(Lio/vertx/core/http/WebSocketConnectOptions;Lio/vertx/core/Handler;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/AsyncResult;)V (7)
(Lio/vertx/core/AsyncResult;)V
8: invokevirtual io.vertx.core.http.impl.ConnectionManager.getConnection:(Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/net/SocketAddress;ZLio/vertx/core/net/SocketAddress;Lio/vertx/core/Handler;)V
9: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 10 1 connectOptions Lio/vertx/core/http/WebSocketConnectOptions;
0 10 2 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/WebSocket;>;>;
1 10 3 ctx Lio/vertx/core/impl/ContextInternal;
2 10 4 addr Lio/vertx/core/net/SocketAddress;
Signature: (Lio/vertx/core/http/WebSocketConnectOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/WebSocket;>;>;)V
MethodParameters:
Name Flags
connectOptions
handler
public void webSocket(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.WebSocket>>);
descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
new io.vertx.core.http.WebSocketConnectOptions
dup
invokespecial io.vertx.core.http.WebSocketConnectOptions.<init>:()V
aload 3
invokevirtual io.vertx.core.http.WebSocketConnectOptions.setURI:(Ljava/lang/String;)Lio/vertx/core/http/WebSocketConnectOptions;
aload 2
invokevirtual io.vertx.core.http.WebSocketConnectOptions.setHost:(Ljava/lang/String;)Lio/vertx/core/http/WebSocketConnectOptions;
iload 1
invokevirtual io.vertx.core.http.WebSocketConnectOptions.setPort:(I)Lio/vertx/core/http/WebSocketConnectOptions;
aload 4
invokevirtual io.vertx.core.http.impl.HttpClientImpl.webSocket:(Lio/vertx/core/http/WebSocketConnectOptions;Lio/vertx/core/Handler;)V
1: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 2 1 port I
0 2 2 host Ljava/lang/String;
0 2 3 requestURI Ljava/lang/String;
0 2 4 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/WebSocket;>;>;
Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/WebSocket;>;>;)V
MethodParameters:
Name Flags
port
host
requestURI
handler
public void webSocket(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.WebSocket>>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 1
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.webSocket:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 2 1 host Ljava/lang/String;
0 2 2 requestURI Ljava/lang/String;
0 2 3 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/WebSocket;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/WebSocket;>;>;)V
MethodParameters:
Name Flags
host
requestURI
handler
public void webSocket(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.WebSocket>>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultHost:()Ljava/lang/String;
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.webSocket:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 2 1 requestURI Ljava/lang/String;
0 2 2 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/WebSocket;>;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/WebSocket;>;>;)V
MethodParameters:
Name Flags
requestURI
handler
public void webSocketAbs(java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.WebSocket>>);
descriptor: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List;Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=7, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: new io.vertx.core.http.WebSocketConnectOptions
dup
invokespecial io.vertx.core.http.WebSocketConnectOptions.<init>:()V
astore 6
start local 6 1: aload 0
aload 6
aload 1
invokevirtual io.vertx.core.http.impl.HttpClientImpl.parseWebSocketRequestOptions:(Lio/vertx/core/http/RequestOptions;Ljava/lang/String;)V
2: aload 6
aload 2
invokevirtual io.vertx.core.http.WebSocketConnectOptions.setHeaders:(Lio/vertx/core/MultiMap;)Lio/vertx/core/http/WebSocketConnectOptions;
pop
3: aload 6
aload 3
invokevirtual io.vertx.core.http.WebSocketConnectOptions.setVersion:(Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/http/WebSocketConnectOptions;
pop
4: aload 6
aload 4
invokevirtual io.vertx.core.http.WebSocketConnectOptions.setSubProtocols:(Ljava/util/List;)Lio/vertx/core/http/WebSocketConnectOptions;
pop
5: aload 0
aload 6
aload 5
invokevirtual io.vertx.core.http.impl.HttpClientImpl.webSocket:(Lio/vertx/core/http/WebSocketConnectOptions;Lio/vertx/core/Handler;)V
6: return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 7 1 url Ljava/lang/String;
0 7 2 headers Lio/vertx/core/MultiMap;
0 7 3 version Lio/vertx/core/http/WebsocketVersion;
0 7 4 subProtocols Ljava/util/List<Ljava/lang/String;>;
0 7 5 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/WebSocket;>;>;
1 7 6 options Lio/vertx/core/http/WebSocketConnectOptions;
Signature: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/WebSocket;>;>;)V
MethodParameters:
Name Flags
url
headers
version
subProtocols
handler
public io.vertx.core.http.impl.HttpClientImpl$WebSocketStream websocketStream(io.vertx.core.http.RequestOptions);
descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aconst_null
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 options Lio/vertx/core/http/RequestOptions;
MethodParameters:
Name Flags
options
public io.vertx.core.http.impl.HttpClientImpl$WebSocketStream websocketStream(int, java.lang.String, java.lang.String);
descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
iload 1
aload 2
aload 3
aconst_null
aconst_null
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 port I
0 1 2 host Ljava/lang/String;
0 1 3 requestURI Ljava/lang/String;
MethodParameters:
Name Flags
port
host
requestURI
public io.vertx.core.http.impl.HttpClientImpl$WebSocketStream websocketStream(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 host Ljava/lang/String;
0 1 2 requestURI Ljava/lang/String;
MethodParameters:
Name Flags
host
requestURI
public io.vertx.core.http.impl.HttpClientImpl$WebSocketStream websocketStream(io.vertx.core.http.RequestOptions, io.vertx.core.MultiMap);
descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
aconst_null
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 options Lio/vertx/core/http/RequestOptions;
0 1 2 headers Lio/vertx/core/MultiMap;
MethodParameters:
Name Flags
options
headers
public io.vertx.core.http.impl.HttpClientImpl$WebSocketStream websocketStream(int, java.lang.String, java.lang.String, io.vertx.core.MultiMap);
descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
iload 1
aload 2
aload 3
aload 4
aconst_null
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 port I
0 1 2 host Ljava/lang/String;
0 1 3 requestURI Ljava/lang/String;
0 1 4 headers Lio/vertx/core/MultiMap;
MethodParameters:
Name Flags
port
host
requestURI
headers
public io.vertx.core.http.impl.HttpClientImpl$WebSocketStream websocketStream(java.lang.String, java.lang.String, io.vertx.core.MultiMap);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 1
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 host Ljava/lang/String;
0 1 2 requestURI Ljava/lang/String;
0 1 3 headers Lio/vertx/core/MultiMap;
MethodParameters:
Name Flags
host
requestURI
headers
public io.vertx.core.http.impl.HttpClientImpl$WebSocketStream websocketStream(io.vertx.core.http.RequestOptions, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion);
descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
aconst_null
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 options Lio/vertx/core/http/RequestOptions;
0 1 2 headers Lio/vertx/core/MultiMap;
0 1 3 version Lio/vertx/core/http/WebsocketVersion;
MethodParameters:
Name Flags
options
headers
version
public io.vertx.core.http.impl.HttpClientImpl$WebSocketStream websocketStream(int, java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion);
descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
iload 1
aload 2
aload 3
aload 4
aload 5
aconst_null
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 port I
0 1 2 host Ljava/lang/String;
0 1 3 requestURI Ljava/lang/String;
0 1 4 headers Lio/vertx/core/MultiMap;
0 1 5 version Lio/vertx/core/http/WebsocketVersion;
MethodParameters:
Name Flags
port
host
requestURI
headers
version
public io.vertx.core.http.impl.HttpClientImpl$WebSocketStream websocketStream(java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 1
aload 2
aload 3
aload 4
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 host Ljava/lang/String;
0 1 2 requestURI Ljava/lang/String;
0 1 3 headers Lio/vertx/core/MultiMap;
0 1 4 version Lio/vertx/core/http/WebsocketVersion;
MethodParameters:
Name Flags
host
requestURI
headers
version
private void parseWebSocketRequestOptions(io.vertx.core.http.RequestOptions, java.lang.String);
descriptor: (Lio/vertx/core/http/RequestOptions;Ljava/lang/String;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=8, args_size=3
start local 0 start local 1 start local 2 0: new java.net.URI
dup
aload 2
invokespecial java.net.URI.<init>:(Ljava/lang/String;)V
astore 3
start local 3 1: goto 4
end local 3 StackMap locals:
StackMap stack: java.net.URISyntaxException
2: astore 4
start local 4 3: new java.lang.IllegalArgumentException
dup
aload 4
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 4 start local 3 4: StackMap locals: java.net.URI
StackMap stack:
aload 3
invokevirtual java.net.URI.getScheme:()Ljava/lang/String;
astore 4
start local 4 5: ldc "ws"
aload 4
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifne 7
ldc "wss"
aload 4
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifne 7
6: new java.lang.IllegalArgumentException
dup
new java.lang.StringBuilder
dup
ldc "Scheme: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 4
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
7: StackMap locals: java.lang.String
StackMap stack:
aload 4
invokevirtual java.lang.String.length:()I
iconst_3
if_icmpne 8
iconst_1
goto 9
StackMap locals:
StackMap stack:
8: iconst_0
StackMap locals:
StackMap stack: int
9: istore 5
start local 5 10: aload 3
invokevirtual java.net.URI.getPort:()I
istore 6
start local 6 11: iload 6
iconst_m1
if_icmpne 14
iload 5
ifeq 12
sipush 443
goto 13
StackMap locals: int int
StackMap stack:
12: bipush 80
StackMap locals:
StackMap stack: int
13: istore 6
14: StackMap locals:
StackMap stack:
new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
astore 7
start local 7 15: aload 3
invokevirtual java.net.URI.getRawPath:()Ljava/lang/String;
ifnull 17
16: aload 7
aload 3
invokevirtual java.net.URI.getRawPath:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
17: StackMap locals: java.lang.StringBuilder
StackMap stack:
aload 3
invokevirtual java.net.URI.getRawQuery:()Ljava/lang/String;
ifnull 19
18: aload 7
bipush 63
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
aload 3
invokevirtual java.net.URI.getRawQuery:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
19: StackMap locals:
StackMap stack:
aload 3
invokevirtual java.net.URI.getRawFragment:()Ljava/lang/String;
ifnull 21
20: aload 7
bipush 35
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
aload 3
invokevirtual java.net.URI.getRawFragment:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
21: StackMap locals:
StackMap stack:
aload 1
aload 3
invokevirtual java.net.URI.getHost:()Ljava/lang/String;
invokevirtual io.vertx.core.http.RequestOptions.setHost:(Ljava/lang/String;)Lio/vertx/core/http/RequestOptions;
iload 6
invokevirtual io.vertx.core.http.RequestOptions.setPort:(I)Lio/vertx/core/http/RequestOptions;
iload 5
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
invokevirtual io.vertx.core.http.RequestOptions.setSsl:(Ljava/lang/Boolean;)Lio/vertx/core/http/RequestOptions;
aload 7
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual io.vertx.core.http.RequestOptions.setURI:(Ljava/lang/String;)Lio/vertx/core/http/RequestOptions;
pop
22: return
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 23 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 23 1 options Lio/vertx/core/http/RequestOptions;
0 23 2 url Ljava/lang/String;
1 2 3 uri Ljava/net/URI;
4 23 3 uri Ljava/net/URI;
3 4 4 e Ljava/net/URISyntaxException;
5 23 4 scheme Ljava/lang/String;
10 23 5 ssl Z
11 23 6 port I
15 23 7 relativeUri Ljava/lang/StringBuilder;
Exception table:
from to target type
0 1 2 Class java.net.URISyntaxException
MethodParameters:
Name Flags
options
url
public io.vertx.core.http.impl.HttpClientImpl$WebSocketStream websocketStreamAbs(java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String);
descriptor: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: new io.vertx.core.http.RequestOptions
dup
invokespecial io.vertx.core.http.RequestOptions.<init>:()V
astore 5
start local 5 1: aload 0
aload 5
aload 1
invokevirtual io.vertx.core.http.impl.HttpClientImpl.parseWebSocketRequestOptions:(Lio/vertx/core/http/RequestOptions;Ljava/lang/String;)V
2: aload 0
aload 5
aload 2
aload 3
aload 4
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 3 1 url Ljava/lang/String;
0 3 2 headers Lio/vertx/core/MultiMap;
0 3 3 version Lio/vertx/core/http/WebsocketVersion;
0 3 4 subProtocols Ljava/lang/String;
1 3 5 options Lio/vertx/core/http/RequestOptions;
MethodParameters:
Name Flags
url
headers
version
subProtocols
public io.vertx.core.http.impl.HttpClientImpl$WebSocketStream websocketStream(io.vertx.core.http.RequestOptions, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String);
descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: new io.vertx.core.http.WebSocketConnectOptions
dup
aload 1
invokespecial io.vertx.core.http.WebSocketConnectOptions.<init>:(Lio/vertx/core/http/RequestOptions;)V
astore 5
start local 5 1: aload 5
aload 2
invokevirtual io.vertx.core.http.WebSocketConnectOptions.setHeaders:(Lio/vertx/core/MultiMap;)Lio/vertx/core/http/WebSocketConnectOptions;
pop
2: aload 5
aload 3
invokevirtual io.vertx.core.http.WebSocketConnectOptions.setVersion:(Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/http/WebSocketConnectOptions;
pop
3: aload 4
ifnull 5
4: aload 5
aload 4
ldc ","
invokevirtual java.lang.String.split:(Ljava/lang/String;)[Ljava/lang/String;
invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
invokevirtual io.vertx.core.http.WebSocketConnectOptions.setSubProtocols:(Ljava/util/List;)Lio/vertx/core/http/WebSocketConnectOptions;
pop
5: StackMap locals: io.vertx.core.http.WebSocketConnectOptions
StackMap stack:
new io.vertx.core.http.impl.HttpClientImpl$WebSocketStream
dup
aload 0
aload 5
invokespecial io.vertx.core.http.impl.HttpClientImpl$WebSocketStream.<init>:(Lio/vertx/core/http/impl/HttpClientImpl;Lio/vertx/core/http/WebSocketConnectOptions;)V
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 6 1 options Lio/vertx/core/http/RequestOptions;
0 6 2 headers Lio/vertx/core/MultiMap;
0 6 3 version Lio/vertx/core/http/WebsocketVersion;
0 6 4 subProtocols Ljava/lang/String;
1 6 5 connectOptions Lio/vertx/core/http/WebSocketConnectOptions;
MethodParameters:
Name Flags
options
headers
version
subProtocols
public io.vertx.core.http.impl.HttpClientImpl$WebSocketStream websocketStream(int, java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String);
descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
new io.vertx.core.http.RequestOptions
dup
invokespecial io.vertx.core.http.RequestOptions.<init>:()V
iload 1
invokevirtual io.vertx.core.http.RequestOptions.setPort:(I)Lio/vertx/core/http/RequestOptions;
aload 2
invokevirtual io.vertx.core.http.RequestOptions.setHost:(Ljava/lang/String;)Lio/vertx/core/http/RequestOptions;
aload 3
invokevirtual io.vertx.core.http.RequestOptions.setURI:(Ljava/lang/String;)Lio/vertx/core/http/RequestOptions;
aload 4
aload 5
aload 6
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 port I
0 1 2 host Ljava/lang/String;
0 1 3 requestURI Ljava/lang/String;
0 1 4 headers Lio/vertx/core/MultiMap;
0 1 5 version Lio/vertx/core/http/WebsocketVersion;
0 1 6 subProtocols Ljava/lang/String;
MethodParameters:
Name Flags
port
host
requestURI
headers
version
subProtocols
public io.vertx.core.http.impl.HttpClientImpl$WebSocketStream websocketStream(java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 1
aload 2
aload 3
aload 4
aload 5
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 host Ljava/lang/String;
0 1 2 requestURI Ljava/lang/String;
0 1 3 headers Lio/vertx/core/MultiMap;
0 1 4 version Lio/vertx/core/http/WebsocketVersion;
0 1 5 subProtocols Ljava/lang/String;
MethodParameters:
Name Flags
host
requestURI
headers
version
subProtocols
public io.vertx.core.http.impl.HttpClientImpl$WebSocketStream websocketStream(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultHost:()Ljava/lang/String;
aload 1
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 requestURI Ljava/lang/String;
MethodParameters:
Name Flags
requestURI
public io.vertx.core.http.impl.HttpClientImpl$WebSocketStream websocketStream(java.lang.String, io.vertx.core.MultiMap);
descriptor: (Ljava/lang/String;Lio/vertx/core/MultiMap;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultHost:()Ljava/lang/String;
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 requestURI Ljava/lang/String;
0 1 2 headers Lio/vertx/core/MultiMap;
MethodParameters:
Name Flags
requestURI
headers
public io.vertx.core.http.impl.HttpClientImpl$WebSocketStream websocketStream(java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion);
descriptor: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultHost:()Ljava/lang/String;
aload 1
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 requestURI Ljava/lang/String;
0 1 2 headers Lio/vertx/core/MultiMap;
0 1 3 version Lio/vertx/core/http/WebsocketVersion;
MethodParameters:
Name Flags
requestURI
headers
version
public io.vertx.core.http.impl.HttpClientImpl$WebSocketStream websocketStream(java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String);
descriptor: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultHost:()Ljava/lang/String;
aload 1
aload 2
aload 3
aload 4
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 requestURI Ljava/lang/String;
0 1 2 headers Lio/vertx/core/MultiMap;
0 1 3 version Lio/vertx/core/http/WebsocketVersion;
0 1 4 subProtocols Ljava/lang/String;
MethodParameters:
Name Flags
requestURI
headers
version
subProtocols
public io.vertx.core.http.HttpClientRequest requestAbs(io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aconst_null
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.requestAbs:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 method Lio/vertx/core/http/HttpMethod;
0 1 2 absoluteURI Ljava/lang/String;
0 1 3 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
method
absoluteURI
responseHandler
public io.vertx.core.http.HttpClientRequest requestAbs(io.vertx.core.http.HttpMethod, io.vertx.core.net.SocketAddress, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.requestAbs:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
aload 4
invokeinterface io.vertx.core.http.HttpClientRequest.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 method Lio/vertx/core/http/HttpMethod;
0 1 2 serverAddress Lio/vertx/core/net/SocketAddress;
0 1 3 absoluteURI Ljava/lang/String;
0 1 4 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
method
serverAddress
absoluteURI
responseHandler
public io.vertx.core.http.HttpClientRequest get(io.vertx.core.http.RequestOptions);
descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getstatic io.vertx.core.http.HttpMethod.GET:Lio/vertx/core/http/HttpMethod;
aload 1
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 options Lio/vertx/core/http/RequestOptions;
MethodParameters:
Name Flags
options
public io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 5
ldc "no null responseHandler accepted"
invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
pop
1: aload 0
aload 1
iload 2
aload 3
aload 4
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
aload 5
invokeinterface io.vertx.core.http.HttpClientRequest.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 2 1 method Lio/vertx/core/http/HttpMethod;
0 2 2 port I
0 2 3 host Ljava/lang/String;
0 2 4 requestURI Ljava/lang/String;
0 2 5 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
method
port
host
requestURI
responseHandler
public io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, io.vertx.core.net.SocketAddress, int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 6
ldc "no null responseHandler accepted"
invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
pop
1: aload 0
aload 1
aload 2
iload 3
aload 4
aload 5
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
aload 6
invokeinterface io.vertx.core.http.HttpClientRequest.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 2 1 method Lio/vertx/core/http/HttpMethod;
0 2 2 serverAddress Lio/vertx/core/net/SocketAddress;
0 2 3 port I
0 2 4 host Ljava/lang/String;
0 2 5 requestURI Ljava/lang/String;
0 2 6 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
method
serverAddress
port
host
requestURI
responseHandler
public io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 2
aload 3
aload 4
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 method Lio/vertx/core/http/HttpMethod;
0 1 2 host Ljava/lang/String;
0 1 3 requestURI Ljava/lang/String;
0 1 4 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
method
host
requestURI
responseHandler
public io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, java.lang.String);
descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultHost:()Ljava/lang/String;
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 method Lio/vertx/core/http/HttpMethod;
0 1 2 requestURI Ljava/lang/String;
MethodParameters:
Name Flags
method
requestURI
public io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultHost:()Ljava/lang/String;
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 method Lio/vertx/core/http/HttpMethod;
0 1 2 requestURI Ljava/lang/String;
0 1 3 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
method
requestURI
responseHandler
public io.vertx.core.http.HttpClientRequest requestAbs(io.vertx.core.http.HttpMethod, java.lang.String);
descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aconst_null
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.requestAbs:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 method Lio/vertx/core/http/HttpMethod;
0 1 2 absoluteURI Ljava/lang/String;
MethodParameters:
Name Flags
method
absoluteURI
public io.vertx.core.http.HttpClientRequest requestAbs(io.vertx.core.http.HttpMethod, io.vertx.core.net.SocketAddress, java.lang.String);
descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=10, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.parseUrl:(Ljava/lang/String;)Ljava/net/URL;
astore 4
start local 4 1: iconst_0
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
astore 5
start local 5 2: aload 4
invokevirtual java.net.URL.getPort:()I
istore 6
start local 6 3: aload 4
invokevirtual java.net.URL.getPath:()Ljava/lang/String;
invokevirtual java.lang.String.isEmpty:()Z
ifeq 4
new java.lang.StringBuilder
dup
ldc "/"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 4
invokevirtual java.net.URL.getFile:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
goto 5
StackMap locals: java.net.URL java.lang.Boolean int
StackMap stack:
4: aload 4
invokevirtual java.net.URL.getFile:()Ljava/lang/String;
StackMap locals:
StackMap stack: java.lang.String
5: astore 7
start local 7 6: aload 4
invokevirtual java.net.URL.getProtocol:()Ljava/lang/String;
astore 8
start local 8 7: ldc "ftp"
aload 8
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 11
8: iload 6
iconst_m1
if_icmpne 20
9: bipush 21
istore 6
10: goto 20
11: StackMap locals: java.lang.String java.lang.String
StackMap stack:
aload 8
aload 8
invokevirtual java.lang.String.length:()I
iconst_1
isub
invokevirtual java.lang.String.charAt:(I)C
istore 9
start local 9 12: iload 9
bipush 112
if_icmpne 16
13: iload 6
iconst_m1
if_icmpne 20
14: bipush 80
istore 6
15: goto 20
StackMap locals: int
StackMap stack:
16: iload 9
bipush 115
if_icmpne 20
17: iconst_1
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
astore 5
18: iload 6
iconst_m1
if_icmpne 20
19: sipush 443
istore 6
end local 9 20: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
aload 8
aload 4
invokevirtual java.net.URL.getHost:()Ljava/lang/String;
iload 6
aload 5
aload 7
aconst_null
invokevirtual io.vertx.core.http.impl.HttpClientImpl.createRequest:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;Ljava/lang/String;ILjava/lang/Boolean;Ljava/lang/String;Lio/vertx/core/MultiMap;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 21 1 method Lio/vertx/core/http/HttpMethod;
0 21 2 serverAddress Lio/vertx/core/net/SocketAddress;
0 21 3 absoluteURI Ljava/lang/String;
1 21 4 url Ljava/net/URL;
2 21 5 ssl Ljava/lang/Boolean;
3 21 6 port I
6 21 7 relativeUri Ljava/lang/String;
7 21 8 protocol Ljava/lang/String;
12 20 9 chend C
MethodParameters:
Name Flags
method
serverAddress
absoluteURI
public io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String);
descriptor: (Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aconst_null
aload 3
iload 2
aconst_null
aload 4
aconst_null
invokevirtual io.vertx.core.http.impl.HttpClientImpl.createRequest:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;ILjava/lang/Boolean;Ljava/lang/String;Lio/vertx/core/MultiMap;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 method Lio/vertx/core/http/HttpMethod;
0 1 2 port I
0 1 3 host Ljava/lang/String;
0 1 4 requestURI Ljava/lang/String;
MethodParameters:
Name Flags
method
port
host
requestURI
public io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, io.vertx.core.net.SocketAddress, int, java.lang.String, java.lang.String);
descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
aload 4
iload 3
aconst_null
aload 5
aconst_null
invokevirtual io.vertx.core.http.impl.HttpClientImpl.createRequest:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;ILjava/lang/Boolean;Ljava/lang/String;Lio/vertx/core/MultiMap;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 method Lio/vertx/core/http/HttpMethod;
0 1 2 serverAddress Lio/vertx/core/net/SocketAddress;
0 1 3 port I
0 1 4 host Ljava/lang/String;
0 1 5 requestURI Ljava/lang/String;
MethodParameters:
Name Flags
method
serverAddress
port
host
requestURI
public io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
aload 3
invokeinterface io.vertx.core.http.HttpClientRequest.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 method Lio/vertx/core/http/HttpMethod;
0 1 2 options Lio/vertx/core/http/RequestOptions;
0 1 3 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
method
options
responseHandler
public io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, io.vertx.core.net.SocketAddress, io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
aload 4
invokeinterface io.vertx.core.http.HttpClientRequest.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 method Lio/vertx/core/http/HttpMethod;
0 1 2 serverAddress Lio/vertx/core/net/SocketAddress;
0 1 3 options Lio/vertx/core/http/RequestOptions;
0 1 4 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
method
serverAddress
options
responseHandler
public io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, io.vertx.core.net.SocketAddress, io.vertx.core.http.RequestOptions);
descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual io.vertx.core.http.RequestOptions.getHost:()Ljava/lang/String;
aload 3
invokevirtual io.vertx.core.http.RequestOptions.getPort:()I
aload 3
invokevirtual io.vertx.core.http.RequestOptions.isSsl:()Ljava/lang/Boolean;
aload 3
invokevirtual io.vertx.core.http.RequestOptions.getURI:()Ljava/lang/String;
aconst_null
invokevirtual io.vertx.core.http.impl.HttpClientImpl.createRequest:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;ILjava/lang/Boolean;Ljava/lang/String;Lio/vertx/core/MultiMap;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 method Lio/vertx/core/http/HttpMethod;
0 1 2 serverAddress Lio/vertx/core/net/SocketAddress;
0 1 3 options Lio/vertx/core/http/RequestOptions;
MethodParameters:
Name Flags
method
serverAddress
options
public io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, io.vertx.core.http.RequestOptions);
descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aconst_null
aload 2
invokevirtual io.vertx.core.http.RequestOptions.getHost:()Ljava/lang/String;
aload 2
invokevirtual io.vertx.core.http.RequestOptions.getPort:()I
aload 2
invokevirtual io.vertx.core.http.RequestOptions.isSsl:()Ljava/lang/Boolean;
aload 2
invokevirtual io.vertx.core.http.RequestOptions.getURI:()Ljava/lang/String;
aload 2
invokevirtual io.vertx.core.http.RequestOptions.getHeaders:()Lio/vertx/core/MultiMap;
invokevirtual io.vertx.core.http.impl.HttpClientImpl.createRequest:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;ILjava/lang/Boolean;Ljava/lang/String;Lio/vertx/core/MultiMap;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 method Lio/vertx/core/http/HttpMethod;
0 1 2 options Lio/vertx/core/http/RequestOptions;
MethodParameters:
Name Flags
method
options
public io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String);
descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 method Lio/vertx/core/http/HttpMethod;
0 1 2 host Ljava/lang/String;
0 1 3 requestURI Ljava/lang/String;
MethodParameters:
Name Flags
method
host
requestURI
public io.vertx.core.http.HttpClientRequest get(int, java.lang.String, java.lang.String);
descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getstatic io.vertx.core.http.HttpMethod.GET:Lio/vertx/core/http/HttpMethod;
iload 1
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 port I
0 1 2 host Ljava/lang/String;
0 1 3 requestURI Ljava/lang/String;
MethodParameters:
Name Flags
port
host
requestURI
public io.vertx.core.http.HttpClientRequest get(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.get:(ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 host Ljava/lang/String;
0 1 2 requestURI Ljava/lang/String;
MethodParameters:
Name Flags
host
requestURI
public io.vertx.core.http.HttpClientRequest get(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getstatic io.vertx.core.http.HttpMethod.GET:Lio/vertx/core/http/HttpMethod;
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 options Lio/vertx/core/http/RequestOptions;
0 1 2 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
options
responseHandler
public io.vertx.core.http.HttpClientRequest get(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getstatic io.vertx.core.http.HttpMethod.GET:Lio/vertx/core/http/HttpMethod;
iload 1
aload 2
aload 3
aload 4
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 port I
0 1 2 host Ljava/lang/String;
0 1 3 requestURI Ljava/lang/String;
0 1 4 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
port
host
requestURI
responseHandler
public io.vertx.core.http.HttpClientRequest get(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 1
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.get:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 host Ljava/lang/String;
0 1 2 requestURI Ljava/lang/String;
0 1 3 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
host
requestURI
responseHandler
public io.vertx.core.http.HttpClientRequest get(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getstatic io.vertx.core.http.HttpMethod.GET:Lio/vertx/core/http/HttpMethod;
aload 1
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 requestURI Ljava/lang/String;
MethodParameters:
Name Flags
requestURI
public io.vertx.core.http.HttpClientRequest get(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getstatic io.vertx.core.http.HttpMethod.GET:Lio/vertx/core/http/HttpMethod;
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 requestURI Ljava/lang/String;
0 1 2 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
requestURI
responseHandler
public io.vertx.core.http.HttpClientRequest getAbs(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getstatic io.vertx.core.http.HttpMethod.GET:Lio/vertx/core/http/HttpMethod;
aload 1
invokevirtual io.vertx.core.http.impl.HttpClientImpl.requestAbs:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 absoluteURI Ljava/lang/String;
MethodParameters:
Name Flags
absoluteURI
public io.vertx.core.http.HttpClientRequest getAbs(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getstatic io.vertx.core.http.HttpMethod.GET:Lio/vertx/core/http/HttpMethod;
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.requestAbs:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 absoluteURI Ljava/lang/String;
0 1 2 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
absoluteURI
responseHandler
public io.vertx.core.http.HttpClient getNow(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getstatic io.vertx.core.http.HttpMethod.GET:Lio/vertx/core/http/HttpMethod;
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.requestNow:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 options Lio/vertx/core/http/RequestOptions;
0 1 2 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
options
responseHandler
public io.vertx.core.http.HttpClient getNow(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
iload 1
aload 2
aload 3
aload 4
invokevirtual io.vertx.core.http.impl.HttpClientImpl.get:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
invokeinterface io.vertx.core.http.HttpClientRequest.end:()V
1: aload 0
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 2 1 port I
0 2 2 host Ljava/lang/String;
0 2 3 requestURI Ljava/lang/String;
0 2 4 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
port
host
requestURI
responseHandler
public io.vertx.core.http.HttpClient getNow(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 1
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.getNow:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 host Ljava/lang/String;
0 1 2 requestURI Ljava/lang/String;
0 1 3 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
host
requestURI
responseHandler
public io.vertx.core.http.HttpClient getNow(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.get:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
invokeinterface io.vertx.core.http.HttpClientRequest.end:()V
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 2 1 requestURI Ljava/lang/String;
0 2 2 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
requestURI
responseHandler
public io.vertx.core.http.HttpClientRequest post(io.vertx.core.http.RequestOptions);
descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getstatic io.vertx.core.http.HttpMethod.POST:Lio/vertx/core/http/HttpMethod;
aload 1
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 options Lio/vertx/core/http/RequestOptions;
MethodParameters:
Name Flags
options
public io.vertx.core.http.HttpClientRequest post(int, java.lang.String, java.lang.String);
descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getstatic io.vertx.core.http.HttpMethod.POST:Lio/vertx/core/http/HttpMethod;
iload 1
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 port I
0 1 2 host Ljava/lang/String;
0 1 3 requestURI Ljava/lang/String;
MethodParameters:
Name Flags
port
host
requestURI
public io.vertx.core.http.HttpClientRequest post(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.post:(ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 host Ljava/lang/String;
0 1 2 requestURI Ljava/lang/String;
MethodParameters:
Name Flags
host
requestURI
public io.vertx.core.http.HttpClientRequest post(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getstatic io.vertx.core.http.HttpMethod.POST:Lio/vertx/core/http/HttpMethod;
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 options Lio/vertx/core/http/RequestOptions;
0 1 2 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
options
responseHandler
public io.vertx.core.http.HttpClientRequest post(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getstatic io.vertx.core.http.HttpMethod.POST:Lio/vertx/core/http/HttpMethod;
iload 1
aload 2
aload 3
aload 4
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 port I
0 1 2 host Ljava/lang/String;
0 1 3 requestURI Ljava/lang/String;
0 1 4 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
port
host
requestURI
responseHandler
public io.vertx.core.http.HttpClientRequest post(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 1
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.post:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 host Ljava/lang/String;
0 1 2 requestURI Ljava/lang/String;
0 1 3 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
host
requestURI
responseHandler
public io.vertx.core.http.HttpClientRequest post(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getstatic io.vertx.core.http.HttpMethod.POST:Lio/vertx/core/http/HttpMethod;
aload 1
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 requestURI Ljava/lang/String;
MethodParameters:
Name Flags
requestURI
public io.vertx.core.http.HttpClientRequest post(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getstatic io.vertx.core.http.HttpMethod.POST:Lio/vertx/core/http/HttpMethod;
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 requestURI Ljava/lang/String;
0 1 2 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
requestURI
responseHandler
public io.vertx.core.http.HttpClientRequest postAbs(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getstatic io.vertx.core.http.HttpMethod.POST:Lio/vertx/core/http/HttpMethod;
aload 1
invokevirtual io.vertx.core.http.impl.HttpClientImpl.requestAbs:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 absoluteURI Ljava/lang/String;
MethodParameters:
Name Flags
absoluteURI
public io.vertx.core.http.HttpClientRequest postAbs(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getstatic io.vertx.core.http.HttpMethod.POST:Lio/vertx/core/http/HttpMethod;
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.requestAbs:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 absoluteURI Ljava/lang/String;
0 1 2 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
absoluteURI
responseHandler
public io.vertx.core.http.HttpClientRequest head(io.vertx.core.http.RequestOptions);
descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getstatic io.vertx.core.http.HttpMethod.HEAD:Lio/vertx/core/http/HttpMethod;
aload 1
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 options Lio/vertx/core/http/RequestOptions;
MethodParameters:
Name Flags
options
public io.vertx.core.http.HttpClientRequest head(int, java.lang.String, java.lang.String);
descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getstatic io.vertx.core.http.HttpMethod.HEAD:Lio/vertx/core/http/HttpMethod;
iload 1
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 port I
0 1 2 host Ljava/lang/String;
0 1 3 requestURI Ljava/lang/String;
MethodParameters:
Name Flags
port
host
requestURI
public io.vertx.core.http.HttpClientRequest head(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.head:(ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 host Ljava/lang/String;
0 1 2 requestURI Ljava/lang/String;
MethodParameters:
Name Flags
host
requestURI
public io.vertx.core.http.HttpClientRequest head(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getstatic io.vertx.core.http.HttpMethod.HEAD:Lio/vertx/core/http/HttpMethod;
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 options Lio/vertx/core/http/RequestOptions;
0 1 2 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
options
responseHandler
public io.vertx.core.http.HttpClientRequest head(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getstatic io.vertx.core.http.HttpMethod.HEAD:Lio/vertx/core/http/HttpMethod;
iload 1
aload 2
aload 3
aload 4
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 port I
0 1 2 host Ljava/lang/String;
0 1 3 requestURI Ljava/lang/String;
0 1 4 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
port
host
requestURI
responseHandler
public io.vertx.core.http.HttpClientRequest head(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 1
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.head:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 host Ljava/lang/String;
0 1 2 requestURI Ljava/lang/String;
0 1 3 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
host
requestURI
responseHandler
public io.vertx.core.http.HttpClientRequest head(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getstatic io.vertx.core.http.HttpMethod.HEAD:Lio/vertx/core/http/HttpMethod;
aload 1
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 requestURI Ljava/lang/String;
MethodParameters:
Name Flags
requestURI
public io.vertx.core.http.HttpClientRequest head(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getstatic io.vertx.core.http.HttpMethod.HEAD:Lio/vertx/core/http/HttpMethod;
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 requestURI Ljava/lang/String;
0 1 2 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
requestURI
responseHandler
public io.vertx.core.http.HttpClientRequest headAbs(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getstatic io.vertx.core.http.HttpMethod.HEAD:Lio/vertx/core/http/HttpMethod;
aload 1
invokevirtual io.vertx.core.http.impl.HttpClientImpl.requestAbs:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 absoluteURI Ljava/lang/String;
MethodParameters:
Name Flags
absoluteURI
public io.vertx.core.http.HttpClientRequest headAbs(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getstatic io.vertx.core.http.HttpMethod.HEAD:Lio/vertx/core/http/HttpMethod;
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.requestAbs:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 absoluteURI Ljava/lang/String;
0 1 2 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
absoluteURI
responseHandler
public io.vertx.core.http.HttpClient headNow(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getstatic io.vertx.core.http.HttpMethod.HEAD:Lio/vertx/core/http/HttpMethod;
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.requestNow:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 options Lio/vertx/core/http/RequestOptions;
0 1 2 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
options
responseHandler
public io.vertx.core.http.HttpClient headNow(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
iload 1
aload 2
aload 3
aload 4
invokevirtual io.vertx.core.http.impl.HttpClientImpl.head:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
invokeinterface io.vertx.core.http.HttpClientRequest.end:()V
1: aload 0
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 2 1 port I
0 2 2 host Ljava/lang/String;
0 2 3 requestURI Ljava/lang/String;
0 2 4 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
port
host
requestURI
responseHandler
public io.vertx.core.http.HttpClient headNow(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 1
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.headNow:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 host Ljava/lang/String;
0 1 2 requestURI Ljava/lang/String;
0 1 3 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
host
requestURI
responseHandler
public io.vertx.core.http.HttpClient headNow(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.head:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
invokeinterface io.vertx.core.http.HttpClientRequest.end:()V
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 2 1 requestURI Ljava/lang/String;
0 2 2 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
requestURI
responseHandler
public io.vertx.core.http.HttpClientRequest options(io.vertx.core.http.RequestOptions);
descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getstatic io.vertx.core.http.HttpMethod.OPTIONS:Lio/vertx/core/http/HttpMethod;
aload 1
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 options Lio/vertx/core/http/RequestOptions;
MethodParameters:
Name Flags
options
public io.vertx.core.http.HttpClientRequest options(int, java.lang.String, java.lang.String);
descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getstatic io.vertx.core.http.HttpMethod.OPTIONS:Lio/vertx/core/http/HttpMethod;
iload 1
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 port I
0 1 2 host Ljava/lang/String;
0 1 3 requestURI Ljava/lang/String;
MethodParameters:
Name Flags
port
host
requestURI
public io.vertx.core.http.HttpClientRequest options(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.options:(ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 host Ljava/lang/String;
0 1 2 requestURI Ljava/lang/String;
MethodParameters:
Name Flags
host
requestURI
public io.vertx.core.http.HttpClientRequest options(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getstatic io.vertx.core.http.HttpMethod.OPTIONS:Lio/vertx/core/http/HttpMethod;
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 options Lio/vertx/core/http/RequestOptions;
0 1 2 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
options
responseHandler
public io.vertx.core.http.HttpClientRequest options(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getstatic io.vertx.core.http.HttpMethod.OPTIONS:Lio/vertx/core/http/HttpMethod;
iload 1
aload 2
aload 3
aload 4
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 port I
0 1 2 host Ljava/lang/String;
0 1 3 requestURI Ljava/lang/String;
0 1 4 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
port
host
requestURI
responseHandler
public io.vertx.core.http.HttpClientRequest options(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 1
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.options:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 host Ljava/lang/String;
0 1 2 requestURI Ljava/lang/String;
0 1 3 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
host
requestURI
responseHandler
public io.vertx.core.http.HttpClientRequest options(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getstatic io.vertx.core.http.HttpMethod.OPTIONS:Lio/vertx/core/http/HttpMethod;
aload 1
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 requestURI Ljava/lang/String;
MethodParameters:
Name Flags
requestURI
public io.vertx.core.http.HttpClientRequest options(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getstatic io.vertx.core.http.HttpMethod.OPTIONS:Lio/vertx/core/http/HttpMethod;
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 requestURI Ljava/lang/String;
0 1 2 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
requestURI
responseHandler
public io.vertx.core.http.HttpClientRequest optionsAbs(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getstatic io.vertx.core.http.HttpMethod.OPTIONS:Lio/vertx/core/http/HttpMethod;
aload 1
invokevirtual io.vertx.core.http.impl.HttpClientImpl.requestAbs:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 absoluteURI Ljava/lang/String;
MethodParameters:
Name Flags
absoluteURI
public io.vertx.core.http.HttpClientRequest optionsAbs(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getstatic io.vertx.core.http.HttpMethod.OPTIONS:Lio/vertx/core/http/HttpMethod;
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.requestAbs:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 absoluteURI Ljava/lang/String;
0 1 2 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
absoluteURI
responseHandler
public io.vertx.core.http.HttpClient optionsNow(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getstatic io.vertx.core.http.HttpMethod.OPTIONS:Lio/vertx/core/http/HttpMethod;
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.requestNow:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 options Lio/vertx/core/http/RequestOptions;
0 1 2 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
options
responseHandler
public io.vertx.core.http.HttpClient optionsNow(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
iload 1
aload 2
aload 3
aload 4
invokevirtual io.vertx.core.http.impl.HttpClientImpl.options:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
invokeinterface io.vertx.core.http.HttpClientRequest.end:()V
1: aload 0
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 2 1 port I
0 2 2 host Ljava/lang/String;
0 2 3 requestURI Ljava/lang/String;
0 2 4 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
port
host
requestURI
responseHandler
public io.vertx.core.http.HttpClient optionsNow(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 1
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.optionsNow:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 host Ljava/lang/String;
0 1 2 requestURI Ljava/lang/String;
0 1 3 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
host
requestURI
responseHandler
public io.vertx.core.http.HttpClient optionsNow(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.options:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
invokeinterface io.vertx.core.http.HttpClientRequest.end:()V
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 2 1 requestURI Ljava/lang/String;
0 2 2 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
requestURI
responseHandler
public io.vertx.core.http.HttpClientRequest put(io.vertx.core.http.RequestOptions);
descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getstatic io.vertx.core.http.HttpMethod.PUT:Lio/vertx/core/http/HttpMethod;
aload 1
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 options Lio/vertx/core/http/RequestOptions;
MethodParameters:
Name Flags
options
public io.vertx.core.http.HttpClientRequest put(int, java.lang.String, java.lang.String);
descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getstatic io.vertx.core.http.HttpMethod.PUT:Lio/vertx/core/http/HttpMethod;
iload 1
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 port I
0 1 2 host Ljava/lang/String;
0 1 3 requestURI Ljava/lang/String;
MethodParameters:
Name Flags
port
host
requestURI
public io.vertx.core.http.HttpClientRequest put(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.put:(ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 host Ljava/lang/String;
0 1 2 requestURI Ljava/lang/String;
MethodParameters:
Name Flags
host
requestURI
public io.vertx.core.http.HttpClientRequest put(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getstatic io.vertx.core.http.HttpMethod.PUT:Lio/vertx/core/http/HttpMethod;
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 options Lio/vertx/core/http/RequestOptions;
0 1 2 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
options
responseHandler
public io.vertx.core.http.HttpClientRequest put(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getstatic io.vertx.core.http.HttpMethod.PUT:Lio/vertx/core/http/HttpMethod;
iload 1
aload 2
aload 3
aload 4
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 port I
0 1 2 host Ljava/lang/String;
0 1 3 requestURI Ljava/lang/String;
0 1 4 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
port
host
requestURI
responseHandler
public io.vertx.core.http.HttpClientRequest put(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 1
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.put:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 host Ljava/lang/String;
0 1 2 requestURI Ljava/lang/String;
0 1 3 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
host
requestURI
responseHandler
public io.vertx.core.http.HttpClientRequest put(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getstatic io.vertx.core.http.HttpMethod.PUT:Lio/vertx/core/http/HttpMethod;
aload 1
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 requestURI Ljava/lang/String;
MethodParameters:
Name Flags
requestURI
public io.vertx.core.http.HttpClientRequest put(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getstatic io.vertx.core.http.HttpMethod.PUT:Lio/vertx/core/http/HttpMethod;
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 requestURI Ljava/lang/String;
0 1 2 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
requestURI
responseHandler
public io.vertx.core.http.HttpClientRequest putAbs(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getstatic io.vertx.core.http.HttpMethod.PUT:Lio/vertx/core/http/HttpMethod;
aload 1
invokevirtual io.vertx.core.http.impl.HttpClientImpl.requestAbs:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 absoluteURI Ljava/lang/String;
MethodParameters:
Name Flags
absoluteURI
public io.vertx.core.http.HttpClientRequest putAbs(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getstatic io.vertx.core.http.HttpMethod.PUT:Lio/vertx/core/http/HttpMethod;
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.requestAbs:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 absoluteURI Ljava/lang/String;
0 1 2 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
absoluteURI
responseHandler
public io.vertx.core.http.HttpClientRequest delete(io.vertx.core.http.RequestOptions);
descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getstatic io.vertx.core.http.HttpMethod.DELETE:Lio/vertx/core/http/HttpMethod;
aload 1
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 options Lio/vertx/core/http/RequestOptions;
MethodParameters:
Name Flags
options
public io.vertx.core.http.HttpClientRequest delete(int, java.lang.String, java.lang.String);
descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getstatic io.vertx.core.http.HttpMethod.DELETE:Lio/vertx/core/http/HttpMethod;
iload 1
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 port I
0 1 2 host Ljava/lang/String;
0 1 3 requestURI Ljava/lang/String;
MethodParameters:
Name Flags
port
host
requestURI
public io.vertx.core.http.HttpClientRequest delete(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.delete:(ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 host Ljava/lang/String;
0 1 2 requestURI Ljava/lang/String;
MethodParameters:
Name Flags
host
requestURI
public io.vertx.core.http.HttpClientRequest delete(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getstatic io.vertx.core.http.HttpMethod.DELETE:Lio/vertx/core/http/HttpMethod;
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 options Lio/vertx/core/http/RequestOptions;
0 1 2 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
options
responseHandler
public io.vertx.core.http.HttpClientRequest delete(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getstatic io.vertx.core.http.HttpMethod.DELETE:Lio/vertx/core/http/HttpMethod;
iload 1
aload 2
aload 3
aload 4
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 port I
0 1 2 host Ljava/lang/String;
0 1 3 requestURI Ljava/lang/String;
0 1 4 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
port
host
requestURI
responseHandler
public io.vertx.core.http.HttpClientRequest delete(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getDefaultPort:()I
aload 1
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.delete:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 host Ljava/lang/String;
0 1 2 requestURI Ljava/lang/String;
0 1 3 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
host
requestURI
responseHandler
public io.vertx.core.http.HttpClientRequest delete(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getstatic io.vertx.core.http.HttpMethod.DELETE:Lio/vertx/core/http/HttpMethod;
aload 1
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 requestURI Ljava/lang/String;
MethodParameters:
Name Flags
requestURI
public io.vertx.core.http.HttpClientRequest delete(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getstatic io.vertx.core.http.HttpMethod.DELETE:Lio/vertx/core/http/HttpMethod;
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 requestURI Ljava/lang/String;
0 1 2 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
requestURI
responseHandler
public io.vertx.core.http.HttpClientRequest deleteAbs(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getstatic io.vertx.core.http.HttpMethod.DELETE:Lio/vertx/core/http/HttpMethod;
aload 1
invokevirtual io.vertx.core.http.impl.HttpClientImpl.requestAbs:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 absoluteURI Ljava/lang/String;
MethodParameters:
Name Flags
absoluteURI
public io.vertx.core.http.HttpClientRequest deleteAbs(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getstatic io.vertx.core.http.HttpMethod.DELETE:Lio/vertx/core/http/HttpMethod;
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.requestAbs:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 1 1 absoluteURI Ljava/lang/String;
0 1 2 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
absoluteURI
responseHandler
public void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
dup
astore 1
monitorenter
1: aload 0
invokevirtual io.vertx.core.http.impl.HttpClientImpl.checkClosed:()V
2: aload 0
iconst_1
putfield io.vertx.core.http.impl.HttpClientImpl.closed:Z
3: aload 1
monitorexit
4: goto 7
StackMap locals: io.vertx.core.http.impl.HttpClientImpl io.vertx.core.http.impl.HttpClientImpl
StackMap stack: java.lang.Throwable
5: aload 1
monitorexit
6: athrow
7: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.creatingContext:Lio/vertx/core/impl/ContextInternal;
ifnull 9
8: aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.creatingContext:Lio/vertx/core/impl/ContextInternal;
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.closeHook:Lio/vertx/core/Closeable;
invokeinterface io.vertx.core.impl.ContextInternal.removeCloseHook:(Lio/vertx/core/Closeable;)Z
pop
9: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.websocketCM:Lio/vertx/core/http/impl/ConnectionManager;
invokevirtual io.vertx.core.http.impl.ConnectionManager.close:()V
10: aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.httpCM:Lio/vertx/core/http/impl/ConnectionManager;
invokevirtual io.vertx.core.http.impl.ConnectionManager.close:()V
11: aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.metrics:Lio/vertx/core/spi/metrics/HttpClientMetrics;
ifnull 13
12: aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.metrics:Lio/vertx/core/spi/metrics/HttpClientMetrics;
invokeinterface io.vertx.core.spi.metrics.HttpClientMetrics.close:()V
13: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lio/vertx/core/http/impl/HttpClientImpl;
Exception table:
from to target type
1 4 5 any
5 6 5 any
public boolean isMetricsEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.vertx.core.http.impl.HttpClientImpl.getMetrics:()Lio/vertx/core/spi/metrics/Metrics;
ifnull 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpClientImpl;
public io.vertx.core.spi.metrics.Metrics getMetrics();
descriptor: ()Lio/vertx/core/spi/metrics/Metrics;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.metrics:Lio/vertx/core/spi/metrics/HttpClientMetrics;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
public io.vertx.core.http.HttpClient connectionHandler(io.vertx.core.Handler<io.vertx.core.http.HttpConnection>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
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.impl.HttpClientImpl.connectionHandler:Lio/vertx/core/Handler;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 2 1 handler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpConnection;>;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/HttpConnection;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
handler
io.vertx.core.Handler<io.vertx.core.http.HttpConnection> connectionHandler();
descriptor: ()Lio/vertx/core/Handler;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.connectionHandler:Lio/vertx/core/Handler;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
Signature: ()Lio/vertx/core/Handler<Lio/vertx/core/http/HttpConnection;>;
public io.vertx.core.http.HttpClient redirectHandler(java.util.function.Function<io.vertx.core.http.HttpClientResponse, io.vertx.core.Future<io.vertx.core.http.HttpClientRequest>>);
descriptor: (Ljava/util/function/Function;)Lio/vertx/core/http/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 2
1: aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.DEFAULT_HANDLER:Ljava/util/function/Function;
astore 1
2: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield io.vertx.core.http.impl.HttpClientImpl.redirectHandler:Ljava/util/function/Function;
3: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 4 1 handler Ljava/util/function/Function<Lio/vertx/core/http/HttpClientResponse;Lio/vertx/core/Future<Lio/vertx/core/http/HttpClientRequest;>;>;
Signature: (Ljava/util/function/Function<Lio/vertx/core/http/HttpClientResponse;Lio/vertx/core/Future<Lio/vertx/core/http/HttpClientRequest;>;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
handler
public java.util.function.Function<io.vertx.core.http.HttpClientResponse, io.vertx.core.Future<io.vertx.core.http.HttpClientRequest>> redirectHandler();
descriptor: ()Ljava/util/function/Function;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.redirectHandler:Ljava/util/function/Function;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
Signature: ()Ljava/util/function/Function<Lio/vertx/core/http/HttpClientResponse;Lio/vertx/core/Future<Lio/vertx/core/http/HttpClientRequest;>;>;
public io.vertx.core.http.HttpClientOptions getOptions();
descriptor: ()Lio/vertx/core/http/HttpClientOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
void getConnectionForRequest(io.vertx.core.impl.ContextInternal, io.vertx.core.net.SocketAddress, boolean, io.vertx.core.net.SocketAddress, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.impl.HttpClientStream>>);
descriptor: (Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/net/SocketAddress;ZLio/vertx/core/net/SocketAddress;Lio/vertx/core/Handler;)V
flags: (0x0000)
Code:
stack=6, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.httpCM:Lio/vertx/core/http/impl/ConnectionManager;
aload 1
aload 2
iload 3
aload 4
aload 5
invokedynamic handle(Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)V
io/vertx/core/http/impl/HttpClientImpl.lambda$4(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (6)
(Lio/vertx/core/AsyncResult;)V
invokevirtual io.vertx.core.http.impl.ConnectionManager.getConnection:(Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/net/SocketAddress;ZLio/vertx/core/net/SocketAddress;Lio/vertx/core/Handler;)V
1: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 2 1 ctx Lio/vertx/core/impl/ContextInternal;
0 2 2 peerAddress Lio/vertx/core/net/SocketAddress;
0 2 3 ssl Z
0 2 4 server Lio/vertx/core/net/SocketAddress;
0 2 5 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/impl/HttpClientStream;>;>;
Signature: (Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/net/SocketAddress;ZLio/vertx/core/net/SocketAddress;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/impl/HttpClientStream;>;>;)V
MethodParameters:
Name Flags
ctx
peerAddress
ssl
server
handler
public io.vertx.core.impl.VertxInternal getVertx();
descriptor: ()Lio/vertx/core/impl/VertxInternal;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.vertx:Lio/vertx/core/impl/VertxInternal;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
io.vertx.core.net.impl.SSLHelper getSslHelper();
descriptor: ()Lio/vertx/core/net/impl/SSLHelper;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.sslHelper:Lio/vertx/core/net/impl/SSLHelper;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientImpl;
private java.net.URL parseUrl(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/net/URL;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: new java.net.URL
dup
aload 1
invokespecial java.net.URL.<init>:(Ljava/lang/String;)V
1: areturn
2: StackMap locals:
StackMap stack: java.net.MalformedURLException
astore 2
start local 2 3: new io.vertx.core.VertxException
dup
new java.lang.StringBuilder
dup
ldc "Invalid url: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
aload 2
invokespecial io.vertx.core.VertxException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 4 1 surl Ljava/lang/String;
3 4 2 e Ljava/net/MalformedURLException;
Exception table:
from to target type
0 1 2 Class java.net.MalformedURLException
MethodParameters:
Name Flags
surl
private io.vertx.core.http.HttpClient requestNow(io.vertx.core.http.HttpMethod, io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
flags: (0x0002) ACC_PRIVATE
Code:
stack=8, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aconst_null
aload 2
invokevirtual io.vertx.core.http.RequestOptions.getHost:()Ljava/lang/String;
aload 2
invokevirtual io.vertx.core.http.RequestOptions.getPort:()I
aload 2
invokevirtual io.vertx.core.http.RequestOptions.isSsl:()Ljava/lang/Boolean;
aload 2
invokevirtual io.vertx.core.http.RequestOptions.getURI:()Ljava/lang/String;
aconst_null
invokevirtual io.vertx.core.http.impl.HttpClientImpl.createRequest:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;ILjava/lang/Boolean;Ljava/lang/String;Lio/vertx/core/MultiMap;)Lio/vertx/core/http/HttpClientRequest;
aload 3
invokeinterface io.vertx.core.http.HttpClientRequest.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
invokeinterface io.vertx.core.http.HttpClientRequest.end:()V
1: aload 0
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 2 1 method Lio/vertx/core/http/HttpMethod;
0 2 2 options Lio/vertx/core/http/RequestOptions;
0 2 3 responseHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClient;
MethodParameters:
Name Flags
method
options
responseHandler
private io.vertx.core.http.HttpClientRequest createRequest(io.vertx.core.http.HttpMethod, io.vertx.core.net.SocketAddress, java.lang.String, int, java.lang.Boolean, java.lang.String, io.vertx.core.MultiMap);
descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;ILjava/lang/Boolean;Ljava/lang/String;Lio/vertx/core/MultiMap;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0002) ACC_PRIVATE
Code:
stack=9, locals=8, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 0
aload 1
aload 2
aload 5
ifnull 1
aload 5
invokevirtual java.lang.Boolean.booleanValue:()Z
ifne 2
StackMap locals: io.vertx.core.http.impl.HttpClientImpl io.vertx.core.http.HttpMethod io.vertx.core.net.SocketAddress java.lang.String int java.lang.Boolean java.lang.String io.vertx.core.MultiMap
StackMap stack: io.vertx.core.http.impl.HttpClientImpl io.vertx.core.http.HttpMethod io.vertx.core.net.SocketAddress
1: ldc "http"
goto 3
StackMap locals: io.vertx.core.http.impl.HttpClientImpl io.vertx.core.http.HttpMethod io.vertx.core.net.SocketAddress java.lang.String int java.lang.Boolean java.lang.String io.vertx.core.MultiMap
StackMap stack: io.vertx.core.http.impl.HttpClientImpl io.vertx.core.http.HttpMethod io.vertx.core.net.SocketAddress
2: ldc "https"
StackMap locals: io.vertx.core.http.impl.HttpClientImpl io.vertx.core.http.HttpMethod io.vertx.core.net.SocketAddress java.lang.String int java.lang.Boolean java.lang.String io.vertx.core.MultiMap
StackMap stack: io.vertx.core.http.impl.HttpClientImpl io.vertx.core.http.HttpMethod io.vertx.core.net.SocketAddress java.lang.String
3: aload 3
iload 4
aload 5
aload 6
aload 7
invokevirtual io.vertx.core.http.impl.HttpClientImpl.createRequest:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;Ljava/lang/String;ILjava/lang/Boolean;Ljava/lang/String;Lio/vertx/core/MultiMap;)Lio/vertx/core/http/HttpClientRequest;
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 4 1 method Lio/vertx/core/http/HttpMethod;
0 4 2 serverAddress Lio/vertx/core/net/SocketAddress;
0 4 3 host Ljava/lang/String;
0 4 4 port I
0 4 5 ssl Ljava/lang/Boolean;
0 4 6 relativeURI Ljava/lang/String;
0 4 7 headers Lio/vertx/core/MultiMap;
MethodParameters:
Name Flags
method
serverAddress
host
port
ssl
relativeURI
headers
private io.vertx.core.http.HttpClientRequest createRequest(io.vertx.core.http.HttpMethod, io.vertx.core.net.SocketAddress, java.lang.String, java.lang.String, int, java.lang.Boolean, java.lang.String, io.vertx.core.MultiMap);
descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;Ljava/lang/String;ILjava/lang/Boolean;Ljava/lang/String;Lio/vertx/core/MultiMap;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0002) ACC_PRIVATE
Code:
stack=10, locals=16, args_size=9
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 0: aload 1
ldc "no null method accepted"
invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
pop
1: aload 3
ldc "no null protocol accepted"
invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
pop
2: aload 4
ldc "no null host accepted"
invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
pop
3: aload 7
ldc "no null relativeURI accepted"
invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
pop
4: aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.isUseAlpn:()Z
istore 9
start local 9 5: aload 6
ifnull 6
aload 6
invokevirtual java.lang.Boolean.booleanValue:()Z
goto 7
StackMap locals: int
StackMap stack:
6: aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.isSsl:()Z
StackMap locals:
StackMap stack: int
7: istore 10
start local 10 8: iload 9
ifne 10
iload 10
ifeq 10
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getProtocolVersion:()Lio/vertx/core/http/HttpVersion;
getstatic io.vertx.core.http.HttpVersion.HTTP_2:Lio/vertx/core/http/HttpVersion;
if_acmpne 10
9: new java.lang.IllegalArgumentException
dup
ldc "Must enable ALPN when using H2"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals: int
StackMap stack:
aload 0
invokevirtual io.vertx.core.http.impl.HttpClientImpl.checkClosed:()V
11: iload 10
ifne 12
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.proxyType:Lio/vertx/core/net/ProxyType;
getstatic io.vertx.core.net.ProxyType.HTTP:Lio/vertx/core/net/ProxyType;
if_acmpne 12
iconst_1
goto 13
StackMap locals:
StackMap stack:
12: iconst_0
StackMap locals:
StackMap stack: int
13: istore 12
start local 12 14: iload 12
ifeq 33
15: aload 3
ldc "ftp"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 16
bipush 21
goto 17
StackMap locals: io.vertx.core.http.impl.HttpClientImpl io.vertx.core.http.HttpMethod io.vertx.core.net.SocketAddress java.lang.String java.lang.String int java.lang.Boolean java.lang.String io.vertx.core.MultiMap int int top int
StackMap stack:
16: bipush 80
StackMap locals:
StackMap stack: int
17: istore 13
start local 13 18: iload 5
iconst_m1
if_icmpeq 19
iload 5
iload 13
if_icmpeq 19
new java.lang.StringBuilder
dup
ldc ":"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 5
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
goto 20
StackMap locals: int
StackMap stack:
19: ldc ""
StackMap locals:
StackMap stack: java.lang.String
20: astore 14
start local 14 21: new java.lang.StringBuilder
dup
aload 3
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc "://"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 4
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 14
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 7
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
astore 7
22: aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getProxyOptions:()Lio/vertx/core/net/ProxyOptions;
astore 15
start local 15 23: aload 15
invokevirtual io.vertx.core.net.ProxyOptions.getUsername:()Ljava/lang/String;
ifnull 29
aload 15
invokevirtual io.vertx.core.net.ProxyOptions.getPassword:()Ljava/lang/String;
ifnull 29
24: aload 8
ifnonnull 26
25: invokestatic io.vertx.core.MultiMap.caseInsensitiveMultiMap:()Lio/vertx/core/MultiMap;
astore 8
26: StackMap locals: java.lang.String io.vertx.core.net.ProxyOptions
StackMap stack:
aload 8
ldc "Proxy-Authorization"
new java.lang.StringBuilder
dup
ldc "Basic "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
invokestatic java.util.Base64.getEncoder:()Ljava/util/Base64$Encoder;
27: new java.lang.StringBuilder
dup
aload 15
invokevirtual io.vertx.core.net.ProxyOptions.getUsername:()Ljava/lang/String;
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc ":"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 15
invokevirtual io.vertx.core.net.ProxyOptions.getPassword:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual java.lang.String.getBytes:()[B
invokevirtual java.util.Base64$Encoder.encodeToString:([B)Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
28: invokeinterface io.vertx.core.MultiMap.add:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/MultiMap;
pop
29: StackMap locals:
StackMap stack:
new io.vertx.core.http.impl.HttpClientRequestImpl
dup
aload 0
iload 10
aload 1
aload 15
invokevirtual io.vertx.core.net.ProxyOptions.getPort:()I
aload 15
invokevirtual io.vertx.core.net.ProxyOptions.getHost:()Ljava/lang/String;
invokestatic io.vertx.core.net.SocketAddress.inetSocketAddress:(ILjava/lang/String;)Lio/vertx/core/net/SocketAddress;
30: aload 4
iload 5
aload 7
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.vertx:Lio/vertx/core/impl/VertxInternal;
31: invokespecial io.vertx.core.http.impl.HttpClientRequestImpl.<init>:(Lio/vertx/core/http/impl/HttpClientImpl;ZLio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;ILjava/lang/String;Lio/vertx/core/impl/VertxInternal;)V
astore 11
end local 15 end local 14 end local 13 start local 11 32: goto 36
end local 11 33: StackMap locals:
StackMap stack:
aload 2
ifnonnull 35
34: iload 5
aload 4
invokestatic io.vertx.core.net.SocketAddress.inetSocketAddress:(ILjava/lang/String;)Lio/vertx/core/net/SocketAddress;
astore 2
35: StackMap locals:
StackMap stack:
new io.vertx.core.http.impl.HttpClientRequestImpl
dup
aload 0
iload 10
aload 1
aload 2
aload 4
iload 5
aload 7
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.vertx:Lio/vertx/core/impl/VertxInternal;
invokespecial io.vertx.core.http.impl.HttpClientRequestImpl.<init>:(Lio/vertx/core/http/impl/HttpClientImpl;ZLio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;ILjava/lang/String;Lio/vertx/core/impl/VertxInternal;)V
astore 11
start local 11 36: StackMap locals: io.vertx.core.http.impl.HttpClientImpl io.vertx.core.http.HttpMethod io.vertx.core.net.SocketAddress java.lang.String java.lang.String int java.lang.Boolean java.lang.String io.vertx.core.MultiMap int int io.vertx.core.http.HttpClientRequest int
StackMap stack:
aload 8
ifnull 38
37: aload 11
invokeinterface io.vertx.core.http.HttpClientRequest.headers:()Lio/vertx/core/MultiMap;
aload 8
invokeinterface io.vertx.core.MultiMap.setAll:(Lio/vertx/core/MultiMap;)Lio/vertx/core/MultiMap;
pop
38: StackMap locals:
StackMap stack:
aload 11
areturn
end local 12 end local 11 end local 10 end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 39 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 39 1 method Lio/vertx/core/http/HttpMethod;
0 39 2 server Lio/vertx/core/net/SocketAddress;
0 39 3 protocol Ljava/lang/String;
0 39 4 host Ljava/lang/String;
0 39 5 port I
0 39 6 ssl Ljava/lang/Boolean;
0 39 7 relativeURI Ljava/lang/String;
0 39 8 headers Lio/vertx/core/MultiMap;
5 39 9 useAlpn Z
8 39 10 useSSL Z
32 33 11 req Lio/vertx/core/http/HttpClientRequest;
36 39 11 req Lio/vertx/core/http/HttpClientRequest;
14 39 12 useProxy Z
18 32 13 defaultPort I
21 32 14 addPort Ljava/lang/String;
23 32 15 proxyOptions Lio/vertx/core/net/ProxyOptions;
MethodParameters:
Name Flags
method
server
protocol
host
port
ssl
relativeURI
headers
private synchronized void checkClosed();
descriptor: ()V
flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.closed:Z
ifeq 2
1: new java.lang.IllegalStateException
dup
ldc "Client is closed"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/http/impl/HttpClientImpl;
protected void finalize();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.vertx.core.http.impl.HttpClientImpl.close:()V
1: aload 0
invokespecial java.lang.Object.finalize:()V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/http/impl/HttpClientImpl;
Exceptions:
throws java.lang.Throwable
public io.vertx.core.streams.ReadStream websocketStream(java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String);
descriptor: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=5, locals=5, args_size=5
0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream websocketStream(java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion);
descriptor: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream websocketStream(java.lang.String, io.vertx.core.MultiMap);
descriptor: (Ljava/lang/String;Lio/vertx/core/MultiMap;)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(Ljava/lang/String;Lio/vertx/core/MultiMap;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream websocketStream(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/streams/ReadStream;
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.http.impl.HttpClientImpl.websocketStream:(Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream websocketStream(java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=6, locals=6, args_size=6
0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream websocketStream(int, java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String);
descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=7, locals=7, args_size=7
0: aload 0
iload 1
aload 2
aload 3
aload 4
aload 5
aload 6
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream websocketStream(io.vertx.core.http.RequestOptions, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String);
descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=5, locals=5, args_size=5
0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream websocketStream(java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=5, locals=5, args_size=5
0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream websocketStream(int, java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion);
descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=6, locals=6, args_size=6
0: aload 0
iload 1
aload 2
aload 3
aload 4
aload 5
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream websocketStream(io.vertx.core.http.RequestOptions, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion);
descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream websocketStream(java.lang.String, java.lang.String, io.vertx.core.MultiMap);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream websocketStream(int, java.lang.String, java.lang.String, io.vertx.core.MultiMap);
descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=5, locals=5, args_size=5
0: aload 0
iload 1
aload 2
aload 3
aload 4
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream websocketStream(io.vertx.core.http.RequestOptions, io.vertx.core.MultiMap);
descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream websocketStream(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream websocketStream(int, java.lang.String, java.lang.String);
descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
iload 1
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStream:(ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream websocketStream(io.vertx.core.http.RequestOptions);
descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/streams/ReadStream;
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.http.impl.HttpClientImpl.websocketStream:(Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream websocketStreamAbs(java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String);
descriptor: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=5, locals=5, args_size=5
0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual io.vertx.core.http.impl.HttpClientImpl.websocketStreamAbs:(Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
static int[] $SWITCH_TABLE$io$vertx$core$http$HttpVersion();
descriptor: ()[I
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=3, locals=1, args_size=0
0: getstatic io.vertx.core.http.impl.HttpClientImpl.$SWITCH_TABLE$io$vertx$core$http$HttpVersion:[I
dup
ifnull 1
areturn
StackMap locals:
StackMap stack: int[]
1: pop
invokestatic io.vertx.core.http.HttpVersion.values:()[Lio/vertx/core/http/HttpVersion;
arraylength
newarray 10
astore 0
2: aload 0
getstatic io.vertx.core.http.HttpVersion.HTTP_1_0:Lio/vertx/core/http/HttpVersion;
invokevirtual io.vertx.core.http.HttpVersion.ordinal:()I
iconst_1
iastore
3: goto 5
StackMap locals: int[]
StackMap stack: java.lang.NoSuchFieldError
4: pop
StackMap locals:
StackMap stack:
5: aload 0
getstatic io.vertx.core.http.HttpVersion.HTTP_1_1:Lio/vertx/core/http/HttpVersion;
invokevirtual io.vertx.core.http.HttpVersion.ordinal:()I
iconst_2
iastore
6: goto 8
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
7: pop
StackMap locals:
StackMap stack:
8: aload 0
getstatic io.vertx.core.http.HttpVersion.HTTP_2:Lio/vertx/core/http/HttpVersion;
invokevirtual io.vertx.core.http.HttpVersion.ordinal:()I
iconst_3
iastore
9: goto 11
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
10: pop
StackMap locals:
StackMap stack:
11: aload 0
dup
putstatic io.vertx.core.http.impl.HttpClientImpl.$SWITCH_TABLE$io$vertx$core$http$HttpVersion:[I
areturn
LocalVariableTable:
Start End Slot Name Signature
Exception table:
from to target type
2 3 4 Class java.lang.NoSuchFieldError
5 6 7 Class java.lang.NoSuchFieldError
8 9 10 Class java.lang.NoSuchFieldError
private io.vertx.core.Future lambda$0(io.vertx.core.http.HttpClientResponse);
descriptor: (Lio/vertx/core/http/HttpClientResponse;)Lio/vertx/core/Future;
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=8, locals=12, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface io.vertx.core.http.HttpClientResponse.statusCode:()I
istore 2
start local 2 1: aload 1
getstatic io.vertx.core.http.HttpHeaders.LOCATION:Ljava/lang/CharSequence;
invokeinterface io.vertx.core.http.HttpClientResponse.getHeader:(Ljava/lang/CharSequence;)Ljava/lang/String;
astore 3
start local 3 2: aload 3
ifnull 30
iload 2
sipush 301
if_icmpeq 3
iload 2
sipush 302
if_icmpeq 3
iload 2
sipush 303
if_icmpeq 3
iload 2
sipush 307
if_icmpne 30
3: StackMap locals: int java.lang.String
StackMap stack:
aload 1
invokeinterface io.vertx.core.http.HttpClientResponse.request:()Lio/vertx/core/http/HttpClientRequest;
invokeinterface io.vertx.core.http.HttpClientRequest.method:()Lio/vertx/core/http/HttpMethod;
astore 4
start local 4 4: iload 2
sipush 303
if_icmpne 7
5: getstatic io.vertx.core.http.HttpMethod.GET:Lio/vertx/core/http/HttpMethod;
astore 4
6: goto 9
StackMap locals: io.vertx.core.http.HttpMethod
StackMap stack:
7: aload 4
getstatic io.vertx.core.http.HttpMethod.GET:Lio/vertx/core/http/HttpMethod;
if_acmpeq 9
aload 4
getstatic io.vertx.core.http.HttpMethod.HEAD:Lio/vertx/core/http/HttpMethod;
if_acmpeq 9
8: aconst_null
areturn
9: StackMap locals:
StackMap stack:
aload 1
invokeinterface io.vertx.core.http.HttpClientResponse.request:()Lio/vertx/core/http/HttpClientRequest;
invokeinterface io.vertx.core.http.HttpClientRequest.absoluteURI:()Ljava/lang/String;
aload 3
invokestatic io.vertx.core.http.impl.HttpUtils.resolveURIReference:(Ljava/lang/String;Ljava/lang/String;)Ljava/net/URI;
astore 5
start local 5 10: aload 5
invokevirtual java.net.URI.getPort:()I
istore 7
start local 7 11: aload 5
invokevirtual java.net.URI.getScheme:()Ljava/lang/String;
astore 8
start local 8 12: aload 8
aload 8
invokevirtual java.lang.String.length:()I
iconst_1
isub
invokevirtual java.lang.String.charAt:(I)C
istore 9
start local 9 13: iload 9
bipush 112
if_icmpne 18
14: iconst_0
istore 6
start local 6 15: iload 7
iconst_m1
if_icmpne 24
16: bipush 80
istore 7
17: goto 24
end local 6 StackMap locals: io.vertx.core.http.impl.HttpClientImpl io.vertx.core.http.HttpClientResponse int java.lang.String io.vertx.core.http.HttpMethod java.net.URI top int java.lang.String int
StackMap stack:
18: iload 9
bipush 115
if_icmpne 23
19: iconst_1
istore 6
start local 6 20: iload 7
iconst_m1
if_icmpne 24
21: sipush 443
istore 7
22: goto 24
end local 6 23: StackMap locals:
StackMap stack:
aconst_null
areturn
start local 6 24: StackMap locals: io.vertx.core.http.impl.HttpClientImpl io.vertx.core.http.HttpClientResponse int java.lang.String io.vertx.core.http.HttpMethod java.net.URI int int java.lang.String int
StackMap stack:
aload 5
invokevirtual java.net.URI.getPath:()Ljava/lang/String;
astore 10
start local 10 25: aload 5
invokevirtual java.net.URI.getQuery:()Ljava/lang/String;
astore 11
start local 11 26: aload 11
ifnull 28
27: new java.lang.StringBuilder
dup
aload 10
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc "?"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 11
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
astore 10
28: StackMap locals: java.lang.String java.lang.String
StackMap stack:
aload 0
aload 4
aconst_null
aload 5
invokevirtual java.net.URI.getHost:()Ljava/lang/String;
iload 7
iload 6
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
aload 10
aconst_null
invokevirtual io.vertx.core.http.impl.HttpClientImpl.createRequest:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;ILjava/lang/Boolean;Ljava/lang/String;Lio/vertx/core/MultiMap;)Lio/vertx/core/http/HttpClientRequest;
invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
29: areturn
end local 11 end local 10 end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 30: StackMap locals: io.vertx.core.http.impl.HttpClientImpl io.vertx.core.http.HttpClientResponse int java.lang.String
StackMap stack:
aconst_null
areturn
end local 3 end local 2 31: StackMap locals: io.vertx.core.http.impl.HttpClientImpl io.vertx.core.http.HttpClientResponse
StackMap stack: java.lang.Exception
astore 2
start local 2 32: aload 2
invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 33 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 33 1 resp Lio/vertx/core/http/HttpClientResponse;
1 31 2 statusCode I
2 31 3 location Ljava/lang/String;
4 30 4 m Lio/vertx/core/http/HttpMethod;
10 30 5 uri Ljava/net/URI;
15 18 6 ssl Z
20 23 6 ssl Z
24 30 6 ssl Z
11 30 7 port I
12 30 8 protocol Ljava/lang/String;
13 30 9 chend C
25 30 10 requestURI Ljava/lang/String;
26 30 11 query Ljava/lang/String;
32 33 2 e Ljava/lang/Exception;
Exception table:
from to target type
0 8 31 Class java.lang.Exception
9 23 31 Class java.lang.Exception
24 29 31 Class java.lang.Exception
private void lambda$1(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.vertx.core.http.impl.HttpClientImpl.close:()V
1: aload 1
invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 3 1 completionHandler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
private void lambda$2(io.vertx.core.http.WebSocketConnectOptions, io.vertx.core.Handler, io.vertx.core.impl.ContextInternal, io.vertx.core.AsyncResult);
descriptor: (Lio/vertx/core/http/WebSocketConnectOptions;Lio/vertx/core/Handler;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/AsyncResult;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=7, locals=6, args_size=5
start local 0 start local 4 0: aload 4
invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
ifeq 4
1: aload 4
invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
checkcast io.vertx.core.http.impl.Http1xClientConnection
astore 5
start local 5 2: aload 5
aload 1
invokevirtual io.vertx.core.http.WebSocketConnectOptions.getURI:()Ljava/lang/String;
aload 1
invokevirtual io.vertx.core.http.WebSocketConnectOptions.getHeaders:()Lio/vertx/core/MultiMap;
aload 1
invokevirtual io.vertx.core.http.WebSocketConnectOptions.getVersion:()Lio/vertx/core/http/WebsocketVersion;
aload 1
invokevirtual io.vertx.core.http.WebSocketConnectOptions.getSubProtocols:()Ljava/util/List;
aload 0
getfield io.vertx.core.http.impl.HttpClientImpl.options:Lio/vertx/core/http/HttpClientOptions;
invokevirtual io.vertx.core.http.HttpClientOptions.getMaxWebsocketFrameSize:()I
aload 2
invokevirtual io.vertx.core.http.impl.Http1xClientConnection.toWebSocket:(Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List;ILio/vertx/core/Handler;)V
end local 5 3: goto 5
4: StackMap locals:
StackMap stack:
aload 3
aload 2
aload 4
invokedynamic handle(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)Lio/vertx/core/Handler;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)V
io/vertx/core/http/impl/HttpClientImpl.lambda$3(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;Ljava/lang/Void;)V (6)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.impl.ContextInternal.executeFromIO:(Lio/vertx/core/Handler;)V
5: StackMap locals:
StackMap stack:
return
end local 4 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/core/http/impl/HttpClientImpl;
0 6 4 ar Lio/vertx/core/AsyncResult<Lio/vertx/core/http/impl/HttpClientConnection;>;
2 3 5 conn Lio/vertx/core/http/impl/Http1xClientConnection;
private static void lambda$4(io.vertx.core.Handler, io.vertx.core.AsyncResult);
descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
start local 1 0: aload 1
invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
ifeq 3
1: aload 1
invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
checkcast io.vertx.core.http.impl.HttpClientConnection
aload 0
invokeinterface io.vertx.core.http.impl.HttpClientConnection.createStream:(Lio/vertx/core/Handler;)V
2: goto 4
3: StackMap locals:
StackMap stack:
aload 0
aload 1
invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
4: StackMap locals:
StackMap stack:
return
end local 1 LocalVariableTable:
Start End Slot Name Signature
0 5 1 ar Lio/vertx/core/AsyncResult<Lio/vertx/core/http/impl/HttpClientConnection;>;
private static void lambda$3(io.vertx.core.Handler, io.vertx.core.AsyncResult, java.lang.Void);
descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;Ljava/lang/Void;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=2, locals=3, args_size=3
start local 2 0: aload 0
aload 1
invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
return
end local 2 LocalVariableTable:
Start End Slot Name Signature
0 1 2 v Ljava/lang/Void;
}
SourceFile: "HttpClientImpl.java"
NestMembers:
io.vertx.core.http.impl.HttpClientImpl$WebSocketStream
InnerClasses:
private WebSocketStream = io.vertx.core.http.impl.HttpClientImpl$WebSocketStream of io.vertx.core.http.impl.HttpClientImpl
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
public Encoder = java.util.Base64$Encoder of java.util.Base64