public class io.vertx.core.http.impl.HttpClientImpl extends java.lang.Object implements io.vertx.core.http.impl.HttpClientInternal, io.vertx.core.spi.metrics.MetricsProvider, io.vertx.core.Closeable
{
private static final java.util.regex.Pattern ABS_URI_START_PATTERN;
private static final java.util.function.Function DEFAULT_HANDLER;
private static final java.util.function.Consumer EXPIRED_CHECKER;
private final io.vertx.core.impl.VertxInternal vertx;
private final io.vertx.core.http.HttpClientOptions options;
private final io.vertx.core.net.impl.pool.ConnectionManager webSocketCM;
private final io.vertx.core.net.impl.pool.ConnectionManager httpCM;
private final io.vertx.core.net.impl.NetClientImpl netClient;
private final io.vertx.core.spi.metrics.HttpClientMetrics metrics;
private final boolean keepAlive;
private final boolean pipelining;
private final io.vertx.core.impl.CloseFuture closeFuture;
private long timerID;
private java.util.function.Predicate proxyFilter;
private volatile io.vertx.core.Handler connectionHandler;
private volatile java.util.function.Function redirectHandler;
private final java.util.function.Function contextProvider;
public void <init>(io.vertx.core.impl.VertxInternal, io.vertx.core.http.HttpClientOptions, io.vertx.core.impl.CloseFuture)
{
java.lang.IllegalStateException v;
io.vertx.core.http.impl.HttpClientImpl v;
io.vertx.core.http.HttpVersion[] v;
io.vertx.core.net.impl.NetClientImpl v;
io.vertx.core.net.impl.NetClientBuilder v, v, v;
io.vertx.core.spi.metrics.HttpClientMetrics v, v;
byte v, v;
int[] v;
io.vertx.core.http.HttpVersion v, v, v, v;
java.util.concurrent.atomic.AtomicInteger v;
java.util.stream.Collector v;
io.vertx.core.net.impl.ProxyFilter v;
boolean v, v, v, v, v, v;
io.vertx.core.net.NetClientOptions v, v, v, v;
java.util.List v, v, v;
java.util.stream.Stream v, v;
io.vertx.core.impl.CloseFuture v;
io.vertx.core.net.impl.pool.ConnectionManager v, v;
long v;
java.util.function.Function v, v, v, v;
io.vertx.core.spi.metrics.VertxMetrics v, v;
int v, v, v, v, v, v, v, v;
io.vertx.core.http.HttpClientOptions v, v;
io.vertx.core.http.impl.HttpClientImpl$PoolChecker v;
java.lang.String v;
io.vertx.core.net.NetClient v;
io.vertx.core.impl.VertxInternal v;
io.vertx.core.impl.EventLoopContext v, v;
java.lang.Object v;
io.vertx.core.impl.EventLoopContext[] v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: io.vertx.core.impl.VertxInternal;
v := @parameter: io.vertx.core.http.HttpClientOptions;
v := @parameter: io.vertx.core.impl.CloseFuture;
specialinvoke v.<java.lang.Object: void <init>()>();
v = <io.vertx.core.http.impl.HttpClientImpl: java.util.function.Function DEFAULT_HANDLER>;
v.<io.vertx.core.http.impl.HttpClientImpl: java.util.function.Function redirectHandler> = v;
v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.impl.VertxInternal vertx> = v;
v = interfaceinvoke v.<io.vertx.core.impl.VertxInternal: io.vertx.core.spi.metrics.VertxMetrics metricsSPI()>();
if v == null goto label;
v = interfaceinvoke v.<io.vertx.core.impl.VertxInternal: io.vertx.core.spi.metrics.VertxMetrics metricsSPI()>();
v = interfaceinvoke v.<io.vertx.core.spi.metrics.VertxMetrics: io.vertx.core.spi.metrics.HttpClientMetrics createHttpClientMetrics(io.vertx.core.http.HttpClientOptions)>(v);
goto label;
label:
v = null;
label:
v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.spi.metrics.HttpClientMetrics metrics> = v;
v = new io.vertx.core.http.HttpClientOptions;
specialinvoke v.<io.vertx.core.http.HttpClientOptions: void <init>(io.vertx.core.http.HttpClientOptions)>(v);
v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.http.HttpClientOptions options> = v;
v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.impl.CloseFuture closeFuture> = v;
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: java.util.List getAlpnVersions()>();
if v == null goto label;
v = interfaceinvoke v.<java.util.List: boolean isEmpty()>();
if v == 0 goto label;
label:
v = <io.vertx.core.http.impl.HttpClientImpl$3: int[] $SwitchMap$io$vertx$core$http$HttpVersion>;
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: io.vertx.core.http.HttpVersion getProtocolVersion()>();
v = virtualinvoke v.<io.vertx.core.http.HttpVersion: int ordinal()>();
v = v[v];
lookupswitch(v)
{
case 1: goto label;
default: goto label;
};
label:
v = newarray (io.vertx.core.http.HttpVersion)[2];
v = <io.vertx.core.http.HttpVersion: io.vertx.core.http.HttpVersion HTTP_2>;
v[0] = v;
v = <io.vertx.core.http.HttpVersion: io.vertx.core.http.HttpVersion HTTP_1_1>;
v[1] = v;
v = staticinvoke <java.util.Arrays: java.util.List asList(java.lang.Object[])>(v);
goto label;
label:
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: io.vertx.core.http.HttpVersion getProtocolVersion()>();
v = staticinvoke <java.util.Collections: java.util.List singletonList(java.lang.Object)>(v);
label:
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: boolean isKeepAlive()>();
v.<io.vertx.core.http.impl.HttpClientImpl: boolean keepAlive> = v;
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: boolean isPipelining()>();
v.<io.vertx.core.http.impl.HttpClientImpl: boolean pipelining> = v;
v = v.<io.vertx.core.http.impl.HttpClientImpl: boolean keepAlive>;
if v != 0 goto label;
v = v.<io.vertx.core.http.impl.HttpClientImpl: boolean pipelining>;
if v == 0 goto label;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>("Cannot have pipelining with no keep alive");
throw v;
label:
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: java.util.List getNonProxyHosts()>();
if v == null goto label;
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: java.util.List getNonProxyHosts()>();
v = staticinvoke <io.vertx.core.net.impl.ProxyFilter: io.vertx.core.net.impl.ProxyFilter nonProxyHosts(java.util.List)>(v);
goto label;
label:
v = <io.vertx.core.net.impl.ProxyFilter: io.vertx.core.net.impl.ProxyFilter DEFAULT_PROXY_FILTER>;
label:
v.<io.vertx.core.http.impl.HttpClientImpl: java.util.function.Predicate proxyFilter> = v;
v = new io.vertx.core.net.impl.NetClientBuilder;
v = new io.vertx.core.net.NetClientOptions;
specialinvoke v.<io.vertx.core.net.NetClientOptions: void <init>(io.vertx.core.net.ClientOptionsBase)>(v);
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: boolean isVerifyHost()>();
if v == 0 goto label;
v = "HTTPS";
goto label;
label:
v = "";
label:
v = virtualinvoke v.<io.vertx.core.net.NetClientOptions: io.vertx.core.net.NetClientOptions setHostnameVerificationAlgorithm(java.lang.String)>(v);
v = virtualinvoke v.<io.vertx.core.net.NetClientOptions: io.vertx.core.net.NetClientOptions setProxyOptions(io.vertx.core.net.ProxyOptions)>(null);
v = interfaceinvoke v.<java.util.List: java.util.stream.Stream stream()>();
v = staticinvoke <io.vertx.core.http.impl.HttpClientImpl$alpnName__1051: java.util.function.Function bootstrap$()>();
v = interfaceinvoke v.<java.util.stream.Stream: java.util.stream.Stream map(java.util.function.Function)>(v);
v = staticinvoke <java.util.stream.Collectors: java.util.stream.Collector toList()>();
v = interfaceinvoke v.<java.util.stream.Stream: java.lang.Object collect(java.util.stream.Collector)>(v);
v = virtualinvoke v.<io.vertx.core.net.NetClientOptions: io.vertx.core.net.NetClientOptions setApplicationLayerProtocols(java.util.List)>(v);
specialinvoke v.<io.vertx.core.net.impl.NetClientBuilder: void <init>(io.vertx.core.impl.VertxInternal,io.vertx.core.net.NetClientOptions)>(v, v);
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.spi.metrics.HttpClientMetrics metrics>;
v = virtualinvoke v.<io.vertx.core.net.impl.NetClientBuilder: io.vertx.core.net.impl.NetClientBuilder metrics(io.vertx.core.spi.metrics.TCPMetrics)>(v);
v = virtualinvoke v.<io.vertx.core.net.impl.NetClientBuilder: io.vertx.core.net.impl.NetClientBuilder closeFuture(io.vertx.core.impl.CloseFuture)>(v);
v = virtualinvoke v.<io.vertx.core.net.impl.NetClientBuilder: io.vertx.core.net.NetClient build()>();
v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.net.impl.NetClientImpl netClient> = v;
v = specialinvoke v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.net.impl.pool.ConnectionManager webSocketConnectionManager()>();
v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.net.impl.pool.ConnectionManager webSocketCM> = v;
v = specialinvoke v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.net.impl.pool.ConnectionManager httpConnectionManager()>();
v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.net.impl.pool.ConnectionManager httpCM> = v;
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: int getPoolCleanerPeriod()>();
if v <= 0 goto label;
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: int getKeepAliveTimeout()>();
v = v cmp 0L;
if v > 0 goto label;
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: int getHttp2KeepAliveTimeout()>();
v = v cmp 0L;
if v <= 0 goto label;
label:
v = new io.vertx.core.http.impl.HttpClientImpl$PoolChecker;
specialinvoke v.<io.vertx.core.http.impl.HttpClientImpl$PoolChecker: void <init>(io.vertx.core.http.impl.HttpClientImpl)>(v);
v = interfaceinvoke v.<io.vertx.core.impl.VertxInternal: io.vertx.core.impl.EventLoopContext createEventLoopContext()>();
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: int getPoolCleanerPeriod()>();
v = interfaceinvoke v.<io.vertx.core.impl.ContextInternal: long setTimer(long,io.vertx.core.Handler)>(v, v);
v.<io.vertx.core.http.impl.HttpClientImpl: long timerID> = v;
label:
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: int getPoolEventLoopSize()>();
if v <= 0 goto label;
v = newarray (io.vertx.core.impl.EventLoopContext)[v];
v = 0;
label:
if v >= v goto label;
v = interfaceinvoke v.<io.vertx.core.impl.VertxInternal: io.vertx.core.impl.EventLoopContext createEventLoopContext()>();
v[v] = v;
v = v + 1;
goto label;
label:
v = new java.util.concurrent.atomic.AtomicInteger;
specialinvoke v.<java.util.concurrent.atomic.AtomicInteger: void <init>()>();
v = staticinvoke <io.vertx.core.http.impl.HttpClientImpl$lambda_new_2__1052: java.util.function.Function bootstrap$(java.util.concurrent.atomic.AtomicInteger,io.vertx.core.impl.EventLoopContext[],int)>(v, v, v);
v.<io.vertx.core.http.impl.HttpClientImpl: java.util.function.Function contextProvider> = v;
goto label;
label:
v = <io.vertx.core.net.impl.pool.ConnectionPool: java.util.function.Function EVENT_LOOP_CONTEXT_PROVIDER>;
v.<io.vertx.core.http.impl.HttpClientImpl: java.util.function.Function contextProvider> = v;
label:
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.net.impl.NetClientImpl netClient>;
virtualinvoke v.<io.vertx.core.impl.CloseFuture: void add(io.vertx.core.Closeable)>(v);
return;
}
public io.vertx.core.net.NetClient netClient()
{
io.vertx.core.http.impl.HttpClientImpl v;
io.vertx.core.net.impl.NetClientImpl v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.net.impl.NetClientImpl netClient>;
return v;
}
private void checkExpired(io.vertx.core.Handler)
{
java.lang.Throwable v;
io.vertx.core.impl.VertxInternal v;
io.vertx.core.http.impl.HttpClientImpl v;
long v;
java.util.function.Consumer v;
io.vertx.core.impl.CloseFuture v;
int v;
io.vertx.core.http.HttpClientOptions v;
io.vertx.core.Handler v;
io.vertx.core.net.impl.pool.ConnectionManager v;
boolean v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.net.impl.pool.ConnectionManager httpCM>;
v = <io.vertx.core.http.impl.HttpClientImpl: java.util.function.Consumer EXPIRED_CHECKER>;
virtualinvoke v.<io.vertx.core.net.impl.pool.ConnectionManager: void forEach(java.util.function.Consumer)>(v);
entermonitor v;
label:
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.impl.CloseFuture closeFuture>;
v = virtualinvoke v.<io.vertx.core.impl.CloseFuture: boolean isClosed()>();
if v != 0 goto label;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.impl.VertxInternal vertx>;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.http.HttpClientOptions options>;
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: int getPoolCleanerPeriod()>();
v = interfaceinvoke v.<io.vertx.core.impl.VertxInternal: long setTimer(long,io.vertx.core.Handler)>(v, v);
v.<io.vertx.core.http.impl.HttpClientImpl: long timerID> = v;
label:
exitmonitor v;
label:
goto label;
label:
v := @caughtexception;
exitmonitor v;
throw v;
label:
return;
catch java.lang.Throwable from label to label with label;
}
private io.vertx.core.net.impl.pool.ConnectionManager httpConnectionManager()
{
io.vertx.core.net.impl.pool.ConnectionManager v;
io.vertx.core.http.impl.HttpClientImpl v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v = new io.vertx.core.net.impl.pool.ConnectionManager;
specialinvoke v.<io.vertx.core.net.impl.pool.ConnectionManager: void <init>()>();
return v;
}
private io.vertx.core.net.impl.pool.ConnectionManager webSocketConnectionManager()
{
io.vertx.core.net.impl.pool.ConnectionManager v;
io.vertx.core.http.impl.HttpClientImpl v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v = new io.vertx.core.net.impl.pool.ConnectionManager;
specialinvoke v.<io.vertx.core.net.impl.pool.ConnectionManager: void <init>()>();
return v;
}
java.util.function.Function contextProvider()
{
io.vertx.core.http.impl.HttpClientImpl v;
java.util.function.Function v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v = v.<io.vertx.core.http.impl.HttpClientImpl: java.util.function.Function contextProvider>;
return v;
}
private int getPort(io.vertx.core.http.RequestOptions)
{
io.vertx.core.http.impl.HttpClientImpl v;
io.vertx.core.http.RequestOptions v;
java.lang.Integer v;
int v, v, v;
io.vertx.core.http.HttpClientOptions v;
boolean v;
io.vertx.core.net.SocketAddress v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: io.vertx.core.http.RequestOptions;
v = virtualinvoke v.<io.vertx.core.http.RequestOptions: java.lang.Integer getPort()>();
if v == null goto label;
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
return v;
label:
v = virtualinvoke v.<io.vertx.core.http.RequestOptions: io.vertx.core.net.SocketAddress getServer()>();
if v == null goto label;
v = interfaceinvoke v.<io.vertx.core.net.SocketAddress: boolean isInetSocket()>();
if v == 0 goto label;
v = interfaceinvoke v.<io.vertx.core.net.SocketAddress: int port()>();
return v;
label:
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.http.HttpClientOptions options>;
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: int getDefaultPort()>();
return v;
}
private io.vertx.core.net.ProxyOptions getProxyOptions(io.vertx.core.net.ProxyOptions)
{
io.vertx.core.net.ProxyOptions v;
io.vertx.core.http.HttpClientOptions v;
io.vertx.core.http.impl.HttpClientImpl v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: io.vertx.core.net.ProxyOptions;
if v != null goto label;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.http.HttpClientOptions options>;
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: io.vertx.core.net.ProxyOptions getProxyOptions()>();
label:
return v;
}
private java.lang.String getHost(io.vertx.core.http.RequestOptions)
{
io.vertx.core.http.impl.HttpClientImpl v;
io.vertx.core.http.RequestOptions v;
io.vertx.core.http.HttpClientOptions v;
java.lang.String v, v, v;
boolean v;
io.vertx.core.net.SocketAddress v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: io.vertx.core.http.RequestOptions;
v = virtualinvoke v.<io.vertx.core.http.RequestOptions: java.lang.String getHost()>();
if v == null goto label;
return v;
label:
v = virtualinvoke v.<io.vertx.core.http.RequestOptions: io.vertx.core.net.SocketAddress getServer()>();
if v == null goto label;
v = interfaceinvoke v.<io.vertx.core.net.SocketAddress: boolean isInetSocket()>();
if v == 0 goto label;
v = interfaceinvoke v.<io.vertx.core.net.SocketAddress: java.lang.String host()>();
return v;
label:
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.http.HttpClientOptions options>;
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: java.lang.String getDefaultHost()>();
return v;
}
private io.vertx.core.net.ProxyOptions resolveProxyOptions(io.vertx.core.net.ProxyOptions, io.vertx.core.net.SocketAddress)
{
io.vertx.core.net.ProxyOptions v, v;
io.vertx.core.http.impl.HttpClientImpl v;
java.util.function.Predicate v, v;
boolean v;
io.vertx.core.net.SocketAddress v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: io.vertx.core.net.ProxyOptions;
v := @parameter: io.vertx.core.net.SocketAddress;
v = specialinvoke v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.net.ProxyOptions getProxyOptions(io.vertx.core.net.ProxyOptions)>(v);
v = v.<io.vertx.core.http.impl.HttpClientImpl: java.util.function.Predicate proxyFilter>;
if v == null goto label;
v = v.<io.vertx.core.http.impl.HttpClientImpl: java.util.function.Predicate proxyFilter>;
v = interfaceinvoke v.<java.util.function.Predicate: boolean test(java.lang.Object)>(v);
if v != 0 goto label;
v = null;
label:
return v;
}
io.vertx.core.spi.metrics.HttpClientMetrics metrics()
{
io.vertx.core.spi.metrics.HttpClientMetrics v;
io.vertx.core.http.impl.HttpClientImpl v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.spi.metrics.HttpClientMetrics metrics>;
return v;
}
public io.vertx.core.Future connect(io.vertx.core.net.SocketAddress)
{
io.vertx.core.Future v;
io.vertx.core.http.impl.HttpClientImpl v;
io.vertx.core.net.SocketAddress v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: io.vertx.core.net.SocketAddress;
v = virtualinvoke v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.Future connect(io.vertx.core.net.SocketAddress,io.vertx.core.net.SocketAddress)>(v, null);
return v;
}
public io.vertx.core.Future connect(io.vertx.core.net.SocketAddress, io.vertx.core.net.SocketAddress)
{
io.vertx.core.impl.VertxInternal v;
io.vertx.core.impl.future.PromiseInternal v;
io.vertx.core.http.impl.HttpChannelConnector v;
io.vertx.core.http.impl.HttpClientImpl v;
io.vertx.core.net.impl.NetClientImpl v;
io.vertx.core.impl.ContextInternal v;
io.vertx.core.Future v;
io.vertx.core.http.HttpVersion v;
io.vertx.core.http.HttpClientOptions v, v, v;
boolean v, v;
io.vertx.core.net.SocketAddress v, v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: io.vertx.core.net.SocketAddress;
v := @parameter: io.vertx.core.net.SocketAddress;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.impl.VertxInternal vertx>;
v = interfaceinvoke v.<io.vertx.core.impl.VertxInternal: io.vertx.core.impl.ContextInternal getOrCreateContext()>();
v = virtualinvoke v.<io.vertx.core.impl.EventLoopContext: io.vertx.core.impl.future.PromiseInternal promise()>();
v = new io.vertx.core.http.impl.HttpChannelConnector;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.net.impl.NetClientImpl netClient>;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.http.HttpClientOptions options>;
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: io.vertx.core.http.HttpVersion getProtocolVersion()>();
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.http.HttpClientOptions options>;
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: boolean isSsl()>();
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.http.HttpClientOptions options>;
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: boolean isUseAlpn()>();
specialinvoke v.<io.vertx.core.http.impl.HttpChannelConnector: void <init>(io.vertx.core.http.impl.HttpClientImpl,io.vertx.core.net.impl.NetClientImpl,io.vertx.core.net.ProxyOptions,io.vertx.core.spi.metrics.ClientMetrics,io.vertx.core.http.HttpVersion,boolean,boolean,io.vertx.core.net.SocketAddress,io.vertx.core.net.SocketAddress)>(v, v, null, null, v, v, v, v, v);
virtualinvoke v.<io.vertx.core.http.impl.HttpChannelConnector: void httpConnect(io.vertx.core.impl.EventLoopContext,io.vertx.core.Handler)>(v, v);
v = interfaceinvoke v.<io.vertx.core.Promise: io.vertx.core.Future future()>();
return v;
}
public void webSocket(io.vertx.core.http.WebSocketConnectOptions, io.vertx.core.Handler)
{
io.vertx.core.impl.VertxInternal v;
io.vertx.core.impl.future.PromiseInternal v;
io.vertx.core.http.impl.HttpClientImpl v;
io.vertx.core.http.WebSocketConnectOptions v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: io.vertx.core.http.WebSocketConnectOptions;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.impl.VertxInternal vertx>;
v = interfaceinvoke v.<io.vertx.core.impl.VertxInternal: io.vertx.core.impl.future.PromiseInternal promise(io.vertx.core.Handler)>(v);
specialinvoke v.<io.vertx.core.http.impl.HttpClientImpl: void webSocket(io.vertx.core.http.WebSocketConnectOptions,io.vertx.core.impl.future.PromiseInternal)>(v, v);
return;
}
private void webSocket(io.vertx.core.http.WebSocketConnectOptions, io.vertx.core.impl.future.PromiseInternal)
{
io.vertx.core.http.impl.EndpointKey v;
io.vertx.core.http.impl.HttpClientImpl v;
io.vertx.core.impl.ContextInternal v;
io.vertx.core.http.impl.HttpClientImpl$1 v;
int v;
io.vertx.core.http.WebSocketConnectOptions v;
java.lang.Boolean v, v;
io.vertx.core.http.HttpClientOptions v;
java.lang.String v;
boolean v, v;
io.vertx.core.net.SocketAddress v;
io.vertx.core.net.ProxyOptions v, v;
io.vertx.core.impl.VertxInternal v;
io.vertx.core.impl.future.PromiseInternal v;
io.vertx.core.impl.WorkerPool v;
io.netty.channel.EventLoop v;
java.lang.ClassLoader v;
io.vertx.core.Handler v;
io.vertx.core.net.impl.pool.ConnectionManager v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: io.vertx.core.http.WebSocketConnectOptions;
v := @parameter: io.vertx.core.impl.future.PromiseInternal;
v = specialinvoke v.<io.vertx.core.http.impl.HttpClientImpl: int getPort(io.vertx.core.http.RequestOptions)>(v);
v = specialinvoke v.<io.vertx.core.http.impl.HttpClientImpl: java.lang.String getHost(io.vertx.core.http.RequestOptions)>(v);
v = staticinvoke <io.vertx.core.net.SocketAddress: io.vertx.core.net.SocketAddress inetSocketAddress(int,java.lang.String)>(v, v);
v = virtualinvoke v.<io.vertx.core.http.WebSocketConnectOptions: io.vertx.core.net.ProxyOptions getProxyOptions()>();
v = specialinvoke v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.net.ProxyOptions resolveProxyOptions(io.vertx.core.net.ProxyOptions,io.vertx.core.net.SocketAddress)>(v, v);
v = new io.vertx.core.http.impl.EndpointKey;
v = virtualinvoke v.<io.vertx.core.http.WebSocketConnectOptions: java.lang.Boolean isSsl()>();
if v == null goto label;
v = virtualinvoke v.<io.vertx.core.http.WebSocketConnectOptions: java.lang.Boolean isSsl()>();
v = virtualinvoke v.<java.lang.Boolean: boolean booleanValue()>();
goto label;
label:
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.http.HttpClientOptions options>;
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: boolean isSsl()>();
label:
specialinvoke v.<io.vertx.core.http.impl.EndpointKey: void <init>(boolean,io.vertx.core.net.ProxyOptions,io.vertx.core.net.SocketAddress,io.vertx.core.net.SocketAddress)>(v, v, v, v);
v = interfaceinvoke v.<io.vertx.core.impl.future.PromiseInternal: io.vertx.core.impl.ContextInternal context()>();
v = v instanceof io.vertx.core.impl.EventLoopContext;
if v != 0 goto label;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.impl.VertxInternal vertx>;
v = interfaceinvoke v.<io.vertx.core.impl.ContextInternal: io.netty.channel.EventLoop nettyEventLoop()>();
v = interfaceinvoke v.<io.vertx.core.impl.ContextInternal: io.vertx.core.impl.WorkerPool workerPool()>();
v = interfaceinvoke v.<io.vertx.core.impl.ContextInternal: java.lang.ClassLoader classLoader()>();
v = interfaceinvoke v.<io.vertx.core.impl.VertxInternal: io.vertx.core.impl.EventLoopContext createEventLoopContext(io.netty.channel.EventLoop,io.vertx.core.impl.WorkerPool,java.lang.ClassLoader)>(v, v, v);
label:
v = new io.vertx.core.http.impl.HttpClientImpl$1;
specialinvoke v.<io.vertx.core.http.impl.HttpClientImpl$1: void <init>(io.vertx.core.http.impl.HttpClientImpl,io.vertx.core.http.impl.EndpointKey,io.vertx.core.net.ProxyOptions)>(v, v, v);
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.net.impl.pool.ConnectionManager webSocketCM>;
v = staticinvoke <io.vertx.core.http.impl.HttpClientImpl$lambda_webSocket_3__1053: io.vertx.core.Handler bootstrap$(io.vertx.core.http.impl.HttpClientImpl,io.vertx.core.impl.ContextInternal,io.vertx.core.http.WebSocketConnectOptions,io.vertx.core.impl.future.PromiseInternal)>(v, v, v, v);
virtualinvoke v.<io.vertx.core.net.impl.pool.ConnectionManager: void getConnection(io.vertx.core.impl.ContextInternal,java.lang.Object,io.vertx.core.net.impl.pool.EndpointProvider,io.vertx.core.Handler)>(v, v, v, v);
return;
}
public io.vertx.core.Future webSocket(int, java.lang.String, java.lang.String)
{
io.vertx.core.impl.VertxInternal v;
io.vertx.core.impl.future.PromiseInternal v;
io.vertx.core.http.impl.HttpClientImpl v;
int v;
java.lang.String v, v;
io.vertx.core.Future v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: int;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.impl.VertxInternal vertx>;
v = interfaceinvoke v.<io.vertx.core.impl.VertxInternal: io.vertx.core.impl.future.PromiseInternal promise()>();
virtualinvoke v.<io.vertx.core.http.impl.HttpClientImpl: void webSocket(int,java.lang.String,java.lang.String,io.vertx.core.Handler)>(v, v, v, v);
v = interfaceinvoke v.<io.vertx.core.Promise: io.vertx.core.Future future()>();
return v;
}
public io.vertx.core.Future webSocket(java.lang.String, java.lang.String)
{
io.vertx.core.impl.VertxInternal v;
io.vertx.core.impl.future.PromiseInternal v;
io.vertx.core.http.impl.HttpClientImpl v;
java.lang.String v, v;
io.vertx.core.Future v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.impl.VertxInternal vertx>;
v = interfaceinvoke v.<io.vertx.core.impl.VertxInternal: io.vertx.core.impl.future.PromiseInternal promise()>();
virtualinvoke v.<io.vertx.core.http.impl.HttpClientImpl: void webSocket(java.lang.String,java.lang.String,io.vertx.core.Handler)>(v, v, v);
v = interfaceinvoke v.<io.vertx.core.Promise: io.vertx.core.Future future()>();
return v;
}
public io.vertx.core.Future webSocket(java.lang.String)
{
io.vertx.core.impl.VertxInternal v;
io.vertx.core.impl.future.PromiseInternal v;
io.vertx.core.http.impl.HttpClientImpl v;
java.lang.String v;
io.vertx.core.Future v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: java.lang.String;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.impl.VertxInternal vertx>;
v = interfaceinvoke v.<io.vertx.core.impl.VertxInternal: io.vertx.core.impl.future.PromiseInternal promise()>();
virtualinvoke v.<io.vertx.core.http.impl.HttpClientImpl: void webSocket(java.lang.String,io.vertx.core.Handler)>(v, v);
v = interfaceinvoke v.<io.vertx.core.Promise: io.vertx.core.Future future()>();
return v;
}
public io.vertx.core.Future webSocket(io.vertx.core.http.WebSocketConnectOptions)
{
io.vertx.core.impl.VertxInternal v;
io.vertx.core.impl.future.PromiseInternal v;
io.vertx.core.http.impl.HttpClientImpl v;
io.vertx.core.http.WebSocketConnectOptions v;
io.vertx.core.Future v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: io.vertx.core.http.WebSocketConnectOptions;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.impl.VertxInternal vertx>;
v = interfaceinvoke v.<io.vertx.core.impl.VertxInternal: io.vertx.core.impl.future.PromiseInternal promise()>();
virtualinvoke v.<io.vertx.core.http.impl.HttpClientImpl: void webSocket(io.vertx.core.http.WebSocketConnectOptions,io.vertx.core.Handler)>(v, v);
v = interfaceinvoke v.<io.vertx.core.Promise: io.vertx.core.Future future()>();
return v;
}
public io.vertx.core.Future webSocketAbs(java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.util.List)
{
io.vertx.core.impl.VertxInternal v;
io.vertx.core.impl.future.PromiseInternal v;
io.vertx.core.http.impl.HttpClientImpl v;
io.vertx.core.MultiMap v;
io.vertx.core.http.WebsocketVersion v;
io.vertx.core.Future v;
java.util.List v;
java.lang.String v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: java.lang.String;
v := @parameter: io.vertx.core.MultiMap;
v := @parameter: io.vertx.core.http.WebsocketVersion;
v := @parameter: java.util.List;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.impl.VertxInternal vertx>;
v = interfaceinvoke v.<io.vertx.core.impl.VertxInternal: io.vertx.core.impl.future.PromiseInternal promise()>();
virtualinvoke v.<io.vertx.core.http.impl.HttpClientImpl: void webSocketAbs(java.lang.String,io.vertx.core.MultiMap,io.vertx.core.http.WebsocketVersion,java.util.List,io.vertx.core.Handler)>(v, v, v, v, v);
v = interfaceinvoke v.<io.vertx.core.Promise: io.vertx.core.Future future()>();
return v;
}
public void webSocket(int, java.lang.String, java.lang.String, io.vertx.core.Handler)
{
io.vertx.core.http.impl.HttpClientImpl v;
java.lang.Integer v;
int v;
io.vertx.core.http.WebSocketConnectOptions v, v, v, v;
java.lang.String v, v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: int;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v := @parameter: io.vertx.core.Handler;
v = new io.vertx.core.http.WebSocketConnectOptions;
specialinvoke v.<io.vertx.core.http.WebSocketConnectOptions: void <init>()>();
v = virtualinvoke v.<io.vertx.core.http.WebSocketConnectOptions: io.vertx.core.http.WebSocketConnectOptions setURI(java.lang.String)>(v);
v = virtualinvoke v.<io.vertx.core.http.WebSocketConnectOptions: io.vertx.core.http.WebSocketConnectOptions setHost(java.lang.String)>(v);
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v = virtualinvoke v.<io.vertx.core.http.WebSocketConnectOptions: io.vertx.core.http.WebSocketConnectOptions setPort(java.lang.Integer)>(v);
virtualinvoke v.<io.vertx.core.http.impl.HttpClientImpl: void webSocket(io.vertx.core.http.WebSocketConnectOptions,io.vertx.core.Handler)>(v, v);
return;
}
public void webSocket(java.lang.String, java.lang.String, io.vertx.core.Handler)
{
io.vertx.core.http.impl.HttpClientImpl v;
int v;
io.vertx.core.http.HttpClientOptions v;
java.lang.String v, v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.http.HttpClientOptions options>;
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: int getDefaultPort()>();
virtualinvoke v.<io.vertx.core.http.impl.HttpClientImpl: void webSocket(int,java.lang.String,java.lang.String,io.vertx.core.Handler)>(v, v, v, v);
return;
}
public void webSocket(java.lang.String, io.vertx.core.Handler)
{
io.vertx.core.http.impl.HttpClientImpl v;
int v;
io.vertx.core.http.HttpClientOptions v, v;
java.lang.String v, v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: java.lang.String;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.http.HttpClientOptions options>;
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: int getDefaultPort()>();
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.http.HttpClientOptions options>;
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: java.lang.String getDefaultHost()>();
virtualinvoke v.<io.vertx.core.http.impl.HttpClientImpl: void webSocket(int,java.lang.String,java.lang.String,io.vertx.core.Handler)>(v, v, v, v);
return;
}
public void webSocketAbs(java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.util.List, io.vertx.core.Handler)
{
io.vertx.core.http.impl.HttpClientImpl v;
java.net.URISyntaxException v;
io.vertx.core.MultiMap v;
java.lang.Integer v;
java.net.URI v;
boolean v, v, v, v;
java.util.List v;
java.lang.StringBuilder v, v, v;
io.vertx.core.http.WebsocketVersion v;
short v;
int v, v, v;
io.vertx.core.http.WebSocketConnectOptions v, v, v, v, v, v, v, v;
java.lang.Boolean v;
java.lang.String v, v, v, v, v, v, v, v, v, v, v, v, v;
java.lang.IllegalArgumentException v, v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: java.lang.String;
v := @parameter: io.vertx.core.MultiMap;
v := @parameter: io.vertx.core.http.WebsocketVersion;
v := @parameter: java.util.List;
v := @parameter: io.vertx.core.Handler;
label:
v = new java.net.URI;
specialinvoke v.<java.net.URI: void <init>(java.lang.String)>(v);
label:
goto label;
label:
v := @caughtexception;
v = new java.lang.IllegalArgumentException;
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.Throwable)>(v);
throw v;
label:
v = virtualinvoke v.<java.net.URI: java.lang.String getScheme()>();
v = "ws";
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
v = "wss";
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
v = new java.lang.IllegalArgumentException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Scheme: \u0001");
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>(v);
throw v;
label:
v = virtualinvoke v.<java.lang.String: int length()>();
if v != 3 goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = v;
v = virtualinvoke v.<java.net.URI: int getPort()>();
v = (int) -1;
if v != v goto label;
if v == 0 goto label;
v = 443;
goto label;
label:
v = 80;
label:
v = v;
label:
v = new java.lang.StringBuilder;
specialinvoke v.<java.lang.StringBuilder: void <init>()>();
v = virtualinvoke v.<java.net.URI: java.lang.String getRawPath()>();
if v == null goto label;
v = virtualinvoke v.<java.net.URI: java.lang.String getRawPath()>();
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(v);
label:
v = virtualinvoke v.<java.net.URI: java.lang.String getRawQuery()>();
if v == null goto label;
v = virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(char)>(63);
v = virtualinvoke v.<java.net.URI: java.lang.String getRawQuery()>();
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(v);
label:
v = virtualinvoke v.<java.net.URI: java.lang.String getRawFragment()>();
if v == null goto label;
v = virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(char)>(35);
v = virtualinvoke v.<java.net.URI: java.lang.String getRawFragment()>();
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(v);
label:
v = new io.vertx.core.http.WebSocketConnectOptions;
specialinvoke v.<io.vertx.core.http.WebSocketConnectOptions: void <init>()>();
v = virtualinvoke v.<java.net.URI: java.lang.String getHost()>();
v = virtualinvoke v.<io.vertx.core.http.WebSocketConnectOptions: io.vertx.core.http.WebSocketConnectOptions setHost(java.lang.String)>(v);
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v = virtualinvoke v.<io.vertx.core.http.WebSocketConnectOptions: io.vertx.core.http.WebSocketConnectOptions setPort(java.lang.Integer)>(v);
v = staticinvoke <java.lang.Boolean: java.lang.Boolean valueOf(boolean)>(v);
v = virtualinvoke v.<io.vertx.core.http.WebSocketConnectOptions: io.vertx.core.http.WebSocketConnectOptions setSsl(java.lang.Boolean)>(v);
v = virtualinvoke v.<java.lang.StringBuilder: java.lang.String toString()>();
v = virtualinvoke v.<io.vertx.core.http.WebSocketConnectOptions: io.vertx.core.http.WebSocketConnectOptions setURI(java.lang.String)>(v);
v = virtualinvoke v.<io.vertx.core.http.WebSocketConnectOptions: io.vertx.core.http.WebSocketConnectOptions setHeaders(io.vertx.core.MultiMap)>(v);
v = virtualinvoke v.<io.vertx.core.http.WebSocketConnectOptions: io.vertx.core.http.WebSocketConnectOptions setVersion(io.vertx.core.http.WebsocketVersion)>(v);
v = virtualinvoke v.<io.vertx.core.http.WebSocketConnectOptions: io.vertx.core.http.WebSocketConnectOptions setSubProtocols(java.util.List)>(v);
virtualinvoke v.<io.vertx.core.http.impl.HttpClientImpl: void webSocket(io.vertx.core.http.WebSocketConnectOptions,io.vertx.core.Handler)>(v, v);
return;
catch java.net.URISyntaxException from label to label with label;
}
public void request(io.vertx.core.http.RequestOptions, io.vertx.core.Handler)
{
io.vertx.core.impl.VertxInternal v;
io.vertx.core.impl.future.PromiseInternal v;
io.vertx.core.http.impl.HttpClientImpl v;
io.vertx.core.impl.ContextInternal v;
io.vertx.core.http.RequestOptions v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: io.vertx.core.http.RequestOptions;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.impl.VertxInternal vertx>;
v = interfaceinvoke v.<io.vertx.core.impl.VertxInternal: io.vertx.core.impl.ContextInternal getOrCreateContext()>();
v = interfaceinvoke v.<io.vertx.core.impl.ContextInternal: io.vertx.core.impl.future.PromiseInternal promise(io.vertx.core.Handler)>(v);
specialinvoke v.<io.vertx.core.http.impl.HttpClientImpl: void doRequest(io.vertx.core.http.RequestOptions,io.vertx.core.impl.future.PromiseInternal)>(v, v);
return;
}
public io.vertx.core.Future request(io.vertx.core.http.RequestOptions)
{
io.vertx.core.impl.VertxInternal v;
io.vertx.core.impl.future.PromiseInternal v;
io.vertx.core.http.impl.HttpClientImpl v;
io.vertx.core.impl.ContextInternal v;
io.vertx.core.http.RequestOptions v;
io.vertx.core.Future v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: io.vertx.core.http.RequestOptions;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.impl.VertxInternal vertx>;
v = interfaceinvoke v.<io.vertx.core.impl.VertxInternal: io.vertx.core.impl.ContextInternal getOrCreateContext()>();
v = interfaceinvoke v.<io.vertx.core.impl.ContextInternal: io.vertx.core.impl.future.PromiseInternal promise()>();
specialinvoke v.<io.vertx.core.http.impl.HttpClientImpl: void doRequest(io.vertx.core.http.RequestOptions,io.vertx.core.impl.future.PromiseInternal)>(v, v);
v = interfaceinvoke v.<io.vertx.core.impl.future.PromiseInternal: io.vertx.core.Future future()>();
return v;
}
public void request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String, io.vertx.core.Handler)
{
io.vertx.core.http.impl.HttpClientImpl v;
io.vertx.core.http.RequestOptions v, v, v, v, v;
java.lang.Integer v;
io.vertx.core.http.HttpMethod v;
int v;
java.lang.String v, v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: io.vertx.core.http.HttpMethod;
v := @parameter: int;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v := @parameter: io.vertx.core.Handler;
v = new io.vertx.core.http.RequestOptions;
specialinvoke v.<io.vertx.core.http.RequestOptions: void <init>()>();
v = virtualinvoke v.<io.vertx.core.http.RequestOptions: io.vertx.core.http.RequestOptions setMethod(io.vertx.core.http.HttpMethod)>(v);
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v = virtualinvoke v.<io.vertx.core.http.RequestOptions: io.vertx.core.http.RequestOptions setPort(java.lang.Integer)>(v);
v = virtualinvoke v.<io.vertx.core.http.RequestOptions: io.vertx.core.http.RequestOptions setHost(java.lang.String)>(v);
v = virtualinvoke v.<io.vertx.core.http.RequestOptions: io.vertx.core.http.RequestOptions setURI(java.lang.String)>(v);
virtualinvoke v.<io.vertx.core.http.impl.HttpClientImpl: void request(io.vertx.core.http.RequestOptions,io.vertx.core.Handler)>(v, v);
return;
}
public io.vertx.core.Future request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)
{
io.vertx.core.http.impl.HttpClientImpl v;
io.vertx.core.http.RequestOptions v, v, v, v, v;
io.vertx.core.Future v;
java.lang.Integer v;
io.vertx.core.http.HttpMethod v;
int v;
java.lang.String v, v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: io.vertx.core.http.HttpMethod;
v := @parameter: int;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v = new io.vertx.core.http.RequestOptions;
specialinvoke v.<io.vertx.core.http.RequestOptions: void <init>()>();
v = virtualinvoke v.<io.vertx.core.http.RequestOptions: io.vertx.core.http.RequestOptions setMethod(io.vertx.core.http.HttpMethod)>(v);
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v = virtualinvoke v.<io.vertx.core.http.RequestOptions: io.vertx.core.http.RequestOptions setPort(java.lang.Integer)>(v);
v = virtualinvoke v.<io.vertx.core.http.RequestOptions: io.vertx.core.http.RequestOptions setHost(java.lang.String)>(v);
v = virtualinvoke v.<io.vertx.core.http.RequestOptions: io.vertx.core.http.RequestOptions setURI(java.lang.String)>(v);
v = virtualinvoke v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.Future request(io.vertx.core.http.RequestOptions)>(v);
return v;
}
public void request(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String, io.vertx.core.Handler)
{
io.vertx.core.http.impl.HttpClientImpl v;
io.vertx.core.http.HttpMethod v;
int v;
io.vertx.core.http.HttpClientOptions v;
java.lang.String v, v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: io.vertx.core.http.HttpMethod;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.http.HttpClientOptions options>;
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: int getDefaultPort()>();
virtualinvoke v.<io.vertx.core.http.impl.HttpClientImpl: void request(io.vertx.core.http.HttpMethod,int,java.lang.String,java.lang.String,io.vertx.core.Handler)>(v, v, v, v, v);
return;
}
public io.vertx.core.Future request(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String)
{
io.vertx.core.http.impl.HttpClientImpl v;
io.vertx.core.http.HttpMethod v;
int v;
io.vertx.core.http.HttpClientOptions v;
java.lang.String v, v;
io.vertx.core.Future v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: io.vertx.core.http.HttpMethod;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.http.HttpClientOptions options>;
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: int getDefaultPort()>();
v = virtualinvoke v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.Future request(io.vertx.core.http.HttpMethod,int,java.lang.String,java.lang.String)>(v, v, v, v);
return v;
}
public void request(io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.core.Handler)
{
io.vertx.core.http.impl.HttpClientImpl v;
io.vertx.core.http.HttpMethod v;
int v;
io.vertx.core.http.HttpClientOptions v, v;
java.lang.String v, v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: io.vertx.core.http.HttpMethod;
v := @parameter: java.lang.String;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.http.HttpClientOptions options>;
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: int getDefaultPort()>();
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.http.HttpClientOptions options>;
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: java.lang.String getDefaultHost()>();
virtualinvoke v.<io.vertx.core.http.impl.HttpClientImpl: void request(io.vertx.core.http.HttpMethod,int,java.lang.String,java.lang.String,io.vertx.core.Handler)>(v, v, v, v, v);
return;
}
public io.vertx.core.Future request(io.vertx.core.http.HttpMethod, java.lang.String)
{
io.vertx.core.http.impl.HttpClientImpl v;
io.vertx.core.Future v;
io.vertx.core.http.HttpMethod v;
int v;
io.vertx.core.http.HttpClientOptions v, v;
java.lang.String v, v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: io.vertx.core.http.HttpMethod;
v := @parameter: java.lang.String;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.http.HttpClientOptions options>;
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: int getDefaultPort()>();
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.http.HttpClientOptions options>;
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: java.lang.String getDefaultHost()>();
v = virtualinvoke v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.Future request(io.vertx.core.http.HttpMethod,int,java.lang.String,java.lang.String)>(v, v, v, v);
return v;
}
public void close(io.vertx.core.Promise)
{
java.lang.Throwable v;
io.vertx.core.impl.VertxInternal v;
io.vertx.core.http.impl.HttpClientImpl v;
io.vertx.core.Promise v;
long v, v;
byte v;
io.vertx.core.net.impl.pool.ConnectionManager v, v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: io.vertx.core.Promise;
entermonitor v;
label:
v = v.<io.vertx.core.http.impl.HttpClientImpl: long timerID>;
v = v cmp 0L;
if v < 0 goto label;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.impl.VertxInternal vertx>;
v = v.<io.vertx.core.http.impl.HttpClientImpl: long timerID>;
interfaceinvoke v.<io.vertx.core.impl.VertxInternal: boolean cancelTimer(long)>(v);
v.<io.vertx.core.http.impl.HttpClientImpl: long timerID> = -1L;
label:
exitmonitor v;
label:
goto label;
label:
v := @caughtexception;
exitmonitor v;
throw v;
label:
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.net.impl.pool.ConnectionManager webSocketCM>;
virtualinvoke v.<io.vertx.core.net.impl.pool.ConnectionManager: void close()>();
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.net.impl.pool.ConnectionManager httpCM>;
virtualinvoke v.<io.vertx.core.net.impl.pool.ConnectionManager: void close()>();
interfaceinvoke v.<io.vertx.core.Promise: void complete()>();
return;
catch java.lang.Throwable from label to label with label;
}
public void close(io.vertx.core.Handler)
{
io.vertx.core.Handler v;
io.vertx.core.http.impl.HttpClientImpl v;
io.vertx.core.net.impl.NetClientImpl v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.net.impl.NetClientImpl netClient>;
virtualinvoke v.<io.vertx.core.net.impl.NetClientImpl: void close(io.vertx.core.Handler)>(v);
return;
}
public io.vertx.core.Future close()
{
io.vertx.core.Future v;
io.vertx.core.http.impl.HttpClientImpl v;
io.vertx.core.net.impl.NetClientImpl v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.net.impl.NetClientImpl netClient>;
v = virtualinvoke v.<io.vertx.core.net.impl.NetClientImpl: io.vertx.core.Future close()>();
return v;
}
public boolean isMetricsEnabled()
{
io.vertx.core.http.impl.HttpClientImpl v;
io.vertx.core.spi.metrics.Metrics v;
boolean v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v = virtualinvoke v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.spi.metrics.Metrics getMetrics()>();
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public io.vertx.core.spi.metrics.Metrics getMetrics()
{
io.vertx.core.spi.metrics.HttpClientMetrics v;
io.vertx.core.http.impl.HttpClientImpl v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.spi.metrics.HttpClientMetrics metrics>;
return v;
}
public io.vertx.core.Future updateSSLOptions(io.vertx.core.net.SSLOptions)
{
io.vertx.core.net.SSLOptions v;
io.vertx.core.http.impl.HttpClientImpl v;
io.vertx.core.net.impl.NetClientImpl v;
io.vertx.core.Future v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: io.vertx.core.net.SSLOptions;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.net.impl.NetClientImpl netClient>;
v = virtualinvoke v.<io.vertx.core.net.impl.NetClientImpl: io.vertx.core.Future updateSSLOptions(io.vertx.core.net.SSLOptions)>(v);
return v;
}
public io.vertx.core.http.HttpClient connectionHandler(io.vertx.core.Handler)
{
io.vertx.core.Handler v;
io.vertx.core.http.impl.HttpClientImpl v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: io.vertx.core.Handler;
v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.Handler connectionHandler> = v;
return v;
}
io.vertx.core.Handler connectionHandler()
{
io.vertx.core.Handler v;
io.vertx.core.http.impl.HttpClientImpl v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.Handler connectionHandler>;
return v;
}
public io.vertx.core.http.HttpClient redirectHandler(java.util.function.Function)
{
io.vertx.core.http.impl.HttpClientImpl v;
java.util.function.Function v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: java.util.function.Function;
if v != null goto label;
v = <io.vertx.core.http.impl.HttpClientImpl: java.util.function.Function DEFAULT_HANDLER>;
label:
v.<io.vertx.core.http.impl.HttpClientImpl: java.util.function.Function redirectHandler> = v;
return v;
}
public java.util.function.Function redirectHandler()
{
io.vertx.core.http.impl.HttpClientImpl v;
java.util.function.Function v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v = v.<io.vertx.core.http.impl.HttpClientImpl: java.util.function.Function redirectHandler>;
return v;
}
public io.vertx.core.http.HttpClient proxyFilter(java.util.function.Predicate)
{
io.vertx.core.http.impl.HttpClientImpl v;
java.util.function.Predicate v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: java.util.function.Predicate;
v.<io.vertx.core.http.impl.HttpClientImpl: java.util.function.Predicate proxyFilter> = v;
return v;
}
public io.vertx.core.http.HttpClientOptions options()
{
io.vertx.core.http.HttpClientOptions v;
io.vertx.core.http.impl.HttpClientImpl v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.http.HttpClientOptions options>;
return v;
}
public io.vertx.core.impl.VertxInternal vertx()
{
io.vertx.core.impl.VertxInternal v;
io.vertx.core.http.impl.HttpClientImpl v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.impl.VertxInternal vertx>;
return v;
}
private void doRequest(io.vertx.core.http.RequestOptions, io.vertx.core.impl.future.PromiseInternal)
{
byte[] v;
io.vertx.core.http.impl.HttpClientImpl v;
io.vertx.core.MultiMap v;
io.vertx.core.http.RequestOptions v;
java.util.regex.Matcher v;
io.vertx.core.http.HttpVersion v, v;
boolean v, v, v, v, v;
io.vertx.core.net.ProxyOptions v, v;
io.vertx.core.net.ProxyType v, v;
java.util.regex.Pattern v;
io.vertx.core.http.impl.EndpointKey v, v, v;
long v;
int v, v, v, v, v;
java.lang.Boolean v, v, v, v;
io.vertx.core.http.HttpClientOptions v, v, v;
java.lang.String v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
io.vertx.core.net.SocketAddress v, v;
io.vertx.core.impl.future.PromiseInternal v;
java.util.Base64$Encoder v;
java.lang.IllegalArgumentException v;
io.vertx.core.http.HttpMethod v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: io.vertx.core.http.RequestOptions;
v := @parameter: io.vertx.core.impl.future.PromiseInternal;
v = specialinvoke v.<io.vertx.core.http.impl.HttpClientImpl: java.lang.String getHost(io.vertx.core.http.RequestOptions)>(v);
v = specialinvoke v.<io.vertx.core.http.impl.HttpClientImpl: int getPort(io.vertx.core.http.RequestOptions)>(v);
v = virtualinvoke v.<io.vertx.core.http.RequestOptions: io.vertx.core.net.SocketAddress getServer()>();
if v != null goto label;
v = staticinvoke <io.vertx.core.net.SocketAddress: io.vertx.core.net.SocketAddress inetSocketAddress(int,java.lang.String)>(v, v);
label:
v = virtualinvoke v.<io.vertx.core.http.RequestOptions: io.vertx.core.http.HttpMethod getMethod()>();
v = virtualinvoke v.<io.vertx.core.http.RequestOptions: java.lang.String getURI()>();
v = virtualinvoke v.<io.vertx.core.http.RequestOptions: java.lang.Boolean isSsl()>();
v = virtualinvoke v.<io.vertx.core.http.RequestOptions: io.vertx.core.MultiMap getHeaders()>();
v = virtualinvoke v.<io.vertx.core.http.RequestOptions: long getTimeout()>();
v = virtualinvoke v.<io.vertx.core.http.RequestOptions: java.lang.Boolean getFollowRedirects()>();
staticinvoke <java.util.Objects: java.lang.Object requireNonNull(java.lang.Object,java.lang.String)>(v, "no null method accepted");
staticinvoke <java.util.Objects: java.lang.Object requireNonNull(java.lang.Object,java.lang.String)>(v, "no null host accepted");
staticinvoke <java.util.Objects: java.lang.Object requireNonNull(java.lang.Object,java.lang.String)>(v, "no null requestURI accepted");
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.http.HttpClientOptions options>;
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: boolean isUseAlpn()>();
if v == null goto label;
v = virtualinvoke v.<java.lang.Boolean: boolean booleanValue()>();
goto label;
label:
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.http.HttpClientOptions options>;
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: boolean isSsl()>();
label:
v = v;
if v != 0 goto label;
if v == 0 goto label;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.http.HttpClientOptions options>;
v = virtualinvoke v.<io.vertx.core.http.HttpClientOptions: io.vertx.core.http.HttpVersion getProtocolVersion()>();
v = <io.vertx.core.http.HttpVersion: io.vertx.core.http.HttpVersion HTTP_2>;
if v != v goto label;
v = new java.lang.IllegalArgumentException;
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>("Must enable ALPN when using H2");
throw v;
label:
specialinvoke v.<io.vertx.core.http.impl.HttpClientImpl: void checkClosed()>();
v = virtualinvoke v.<io.vertx.core.http.RequestOptions: io.vertx.core.net.ProxyOptions getProxyOptions()>();
v = specialinvoke v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.net.ProxyOptions resolveProxyOptions(io.vertx.core.net.ProxyOptions,io.vertx.core.net.SocketAddress)>(v, v);
v = v;
v = virtualinvoke v.<java.lang.String: boolean endsWith(java.lang.String)>(".");
if v == 0 goto label;
v = virtualinvoke v.<java.lang.String: int length()>();
v = v - 1;
v = virtualinvoke v.<java.lang.String: java.lang.String substring(int,int)>(0, v);
label:
v = staticinvoke <io.vertx.core.net.SocketAddress: io.vertx.core.net.SocketAddress inetSocketAddress(int,java.lang.String)>(v, v);
if v == null goto label;
if v != 0 goto label;
v = virtualinvoke v.<io.vertx.core.net.ProxyOptions: io.vertx.core.net.ProxyType getType()>();
v = <io.vertx.core.net.ProxyType: io.vertx.core.net.ProxyType HTTP>;
if v != v goto label;
v = <io.vertx.core.http.impl.HttpClientImpl: java.util.regex.Pattern ABS_URI_START_PATTERN>;
v = virtualinvoke v.<java.util.regex.Pattern: java.util.regex.Matcher matcher(java.lang.CharSequence)>(v);
v = virtualinvoke v.<java.util.regex.Matcher: boolean find()>();
if v != 0 goto label;
v = (int) -1;
if v == v goto label;
if v == 80 goto label;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (int)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>(":\u0001");
goto label;
label:
v = "";
label:
v = v;
v = <java.lang.Boolean: java.lang.Boolean TRUE>;
if v != v goto label;
v = "https://";
goto label;
label:
v = "http://";
label:
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String,java.lang.String,java.lang.String,java.lang.String)>(v, v, v, v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("\u0001\u0001\u0001\u0001");
label:
v = virtualinvoke v.<io.vertx.core.net.ProxyOptions: java.lang.String getUsername()>();
if v == null goto label;
v = virtualinvoke v.<io.vertx.core.net.ProxyOptions: java.lang.String getPassword()>();
if v == null goto label;
if v != null goto label;
v = staticinvoke <io.vertx.core.http.HttpHeaders: io.vertx.core.MultiMap headers()>();
label:
v = staticinvoke <java.util.Base64: java.util.Base64$Encoder getEncoder()>();
v = virtualinvoke v.<io.vertx.core.net.ProxyOptions: java.lang.String getUsername()>();
v = virtualinvoke v.<io.vertx.core.net.ProxyOptions: java.lang.String getPassword()>();
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String,java.lang.String)>(v, v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("\u0001:\u0001");
v = virtualinvoke v.<java.lang.String: byte[] getBytes()>();
v = virtualinvoke v.<java.util.Base64$Encoder: java.lang.String encodeToString(byte[])>(v);
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Basic \u0001");
interfaceinvoke v.<io.vertx.core.MultiMap: io.vertx.core.MultiMap add(java.lang.String,java.lang.String)>("Proxy-Authorization", v);
label:
v = virtualinvoke v.<io.vertx.core.net.ProxyOptions: int getPort()>();
v = virtualinvoke v.<io.vertx.core.net.ProxyOptions: java.lang.String getHost()>();
v = staticinvoke <io.vertx.core.net.SocketAddress: io.vertx.core.net.SocketAddress inetSocketAddress(int,java.lang.String)>(v, v);
v = new io.vertx.core.http.impl.EndpointKey;
specialinvoke v.<io.vertx.core.http.impl.EndpointKey: void <init>(boolean,io.vertx.core.net.ProxyOptions,io.vertx.core.net.SocketAddress,io.vertx.core.net.SocketAddress)>(v, v, v, v);
v = v;
v = null;
goto label;
label:
v = new io.vertx.core.http.impl.EndpointKey;
specialinvoke v.<io.vertx.core.http.impl.EndpointKey: void <init>(boolean,io.vertx.core.net.ProxyOptions,io.vertx.core.net.SocketAddress,io.vertx.core.net.SocketAddress)>(v, v, v, v);
v = v;
label:
v = staticinvoke <java.lang.Boolean: java.lang.Boolean valueOf(boolean)>(v);
v = virtualinvoke v.<io.vertx.core.http.RequestOptions: java.lang.String getTraceOperation()>();
specialinvoke v.<io.vertx.core.http.impl.HttpClientImpl: void doRequest(io.vertx.core.http.HttpMethod,io.vertx.core.net.SocketAddress,io.vertx.core.net.SocketAddress,java.lang.String,int,java.lang.Boolean,java.lang.String,io.vertx.core.MultiMap,java.lang.String,long,java.lang.Boolean,io.vertx.core.net.ProxyOptions,io.vertx.core.http.impl.EndpointKey,io.vertx.core.impl.future.PromiseInternal)>(v, v, v, v, v, v, v, v, v, v, v, v, v, v);
return;
}
private void doRequest(io.vertx.core.http.HttpMethod, io.vertx.core.net.SocketAddress, io.vertx.core.net.SocketAddress, java.lang.String, int, java.lang.Boolean, java.lang.String, io.vertx.core.MultiMap, java.lang.String, long, java.lang.Boolean, io.vertx.core.net.ProxyOptions, io.vertx.core.http.impl.EndpointKey, io.vertx.core.impl.future.PromiseInternal)
{
io.vertx.core.http.impl.EndpointKey v;
io.vertx.core.http.impl.HttpClientImpl v;
io.vertx.core.MultiMap v;
io.vertx.core.impl.ContextInternal v;
io.vertx.core.http.impl.HttpClientImpl$2 v;
long v;
int v;
java.lang.Boolean v, v;
java.lang.String v, v, v;
io.vertx.core.net.SocketAddress v, v;
io.vertx.core.net.ProxyOptions v;
io.vertx.core.impl.future.PromiseInternal v;
io.vertx.core.http.HttpMethod v;
io.vertx.core.Handler v;
io.vertx.core.net.impl.pool.ConnectionManager v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: io.vertx.core.http.HttpMethod;
v := @parameter: io.vertx.core.net.SocketAddress;
v := @parameter: io.vertx.core.net.SocketAddress;
v := @parameter: java.lang.String;
v := @parameter: int;
v := @parameter: java.lang.Boolean;
v := @parameter: java.lang.String;
v := @parameter: io.vertx.core.MultiMap;
v := @parameter: java.lang.String;
v := @parameter: long;
v := @parameter: java.lang.Boolean;
v := @parameter: io.vertx.core.net.ProxyOptions;
v := @parameter: io.vertx.core.http.impl.EndpointKey;
v := @parameter: io.vertx.core.impl.future.PromiseInternal;
v = interfaceinvoke v.<io.vertx.core.impl.future.PromiseInternal: io.vertx.core.impl.ContextInternal context()>();
v = new io.vertx.core.http.impl.HttpClientImpl$2;
specialinvoke v.<io.vertx.core.http.impl.HttpClientImpl$2: void <init>(io.vertx.core.http.impl.HttpClientImpl,io.vertx.core.http.impl.EndpointKey,io.vertx.core.net.ProxyOptions)>(v, v, v);
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.net.impl.pool.ConnectionManager httpCM>;
v = staticinvoke <io.vertx.core.http.impl.HttpClientImpl$lambda_doRequest_6__1054: io.vertx.core.Handler bootstrap$(io.vertx.core.http.impl.HttpClientImpl,io.vertx.core.impl.ContextInternal,java.lang.Boolean,io.vertx.core.http.HttpMethod,io.vertx.core.net.SocketAddress,java.lang.String,int,java.lang.String,java.lang.String,io.vertx.core.MultiMap,java.lang.Boolean,long,io.vertx.core.impl.future.PromiseInternal)>(v, v, v, v, v, v, v, v, v, v, v, v, v);
virtualinvoke v.<io.vertx.core.net.impl.pool.ConnectionManager: void getConnection(io.vertx.core.impl.ContextInternal,java.lang.Object,io.vertx.core.net.impl.pool.EndpointProvider,long,io.vertx.core.Handler)>(v, v, v, v, v);
return;
}
private void checkClosed()
{
java.lang.IllegalStateException v;
io.vertx.core.http.impl.HttpClientImpl v;
io.vertx.core.impl.CloseFuture v;
boolean v;
v := @this: io.vertx.core.http.impl.HttpClientImpl;
v = v.<io.vertx.core.http.impl.HttpClientImpl: io.vertx.core.impl.CloseFuture closeFuture>;
v = virtualinvoke v.<io.vertx.core.impl.CloseFuture: boolean isClosed()>();
if v == 0 goto label;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>("Client is closed");
throw v;
label:
return;
}
static void <clinit>()
{
java.util.function.Consumer v;
java.util.regex.Pattern v;
java.util.function.Function v;
v = staticinvoke <java.util.regex.Pattern: java.util.regex.Pattern compile(java.lang.String)>("^\\p{Alpha}[\\p{Alpha}\\p{Digit}+.\\-]*:");
<io.vertx.core.http.impl.HttpClientImpl: java.util.regex.Pattern ABS_URI_START_PATTERN> = v;
v = staticinvoke <io.vertx.core.http.impl.HttpClientImpl$lambda_static_0__1057: java.util.function.Function bootstrap$()>();
<io.vertx.core.http.impl.HttpClientImpl: java.util.function.Function DEFAULT_HANDLER> = v;
v = staticinvoke <io.vertx.core.http.impl.HttpClientImpl$lambda_static_1__1058: java.util.function.Consumer bootstrap$()>();
<io.vertx.core.http.impl.HttpClientImpl: java.util.function.Consumer EXPIRED_CHECKER> = v;
return;
}
}