public class io.vertx.core.http.impl.SharedHttpClient extends java.lang.Object implements io.vertx.core.http.impl.HttpClientInternal
{
public static final java.lang.String SHARED_MAP_NAME;
private final io.vertx.core.impl.VertxInternal vertx;
private final io.vertx.core.impl.CloseFuture closeFuture;
private final io.vertx.core.http.impl.HttpClientInternal delegate;
public void <init>(io.vertx.core.impl.VertxInternal, io.vertx.core.impl.CloseFuture, io.vertx.core.http.HttpClient)
{
io.vertx.core.impl.VertxInternal v;
io.vertx.core.impl.CloseFuture v;
io.vertx.core.http.impl.SharedHttpClient v;
io.vertx.core.http.HttpClient v;
v := @this: io.vertx.core.http.impl.SharedHttpClient;
v := @parameter: io.vertx.core.impl.VertxInternal;
v := @parameter: io.vertx.core.impl.CloseFuture;
v := @parameter: io.vertx.core.http.HttpClient;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<io.vertx.core.http.impl.SharedHttpClient: io.vertx.core.impl.VertxInternal vertx> = v;
v.<io.vertx.core.http.impl.SharedHttpClient: io.vertx.core.impl.CloseFuture closeFuture> = v;
v.<io.vertx.core.http.impl.SharedHttpClient: io.vertx.core.http.impl.HttpClientInternal delegate> = v;
return;
}
public void close(io.vertx.core.Handler)
{
io.vertx.core.impl.VertxInternal v;
io.vertx.core.impl.future.PromiseInternal v;
io.vertx.core.impl.CloseFuture v;
io.vertx.core.impl.ContextInternal v;
io.vertx.core.http.impl.SharedHttpClient v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.SharedHttpClient;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.core.http.impl.SharedHttpClient: io.vertx.core.impl.VertxInternal vertx>;
v = interfaceinvoke v.<io.vertx.core.impl.VertxInternal: io.vertx.core.impl.ContextInternal getOrCreateContext()>();
v = v.<io.vertx.core.http.impl.SharedHttpClient: io.vertx.core.impl.CloseFuture closeFuture>;
if v == null goto label;
v = interfaceinvoke v.<io.vertx.core.impl.ContextInternal: io.vertx.core.impl.future.PromiseInternal promise(io.vertx.core.Handler)>(v);
goto label;
label:
v = null;
label:
virtualinvoke v.<io.vertx.core.impl.CloseFuture: void close(io.vertx.core.Promise)>(v);
return;
}
public io.vertx.core.Future close()
{
io.vertx.core.impl.VertxInternal v;
io.vertx.core.impl.future.PromiseInternal v;
io.vertx.core.impl.CloseFuture v;
io.vertx.core.impl.ContextInternal v;
io.vertx.core.http.impl.SharedHttpClient v;
io.vertx.core.Future v;
v := @this: io.vertx.core.http.impl.SharedHttpClient;
v = v.<io.vertx.core.http.impl.SharedHttpClient: 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()>();
v = v.<io.vertx.core.http.impl.SharedHttpClient: io.vertx.core.impl.CloseFuture closeFuture>;
virtualinvoke v.<io.vertx.core.impl.CloseFuture: void close(io.vertx.core.Promise)>(v);
v = interfaceinvoke v.<io.vertx.core.impl.future.PromiseInternal: io.vertx.core.Future future()>();
return v;
}
public void request(io.vertx.core.http.RequestOptions, io.vertx.core.Handler)
{
io.vertx.core.http.impl.HttpClientInternal v;
io.vertx.core.http.RequestOptions v;
io.vertx.core.http.impl.SharedHttpClient v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.SharedHttpClient;
v := @parameter: io.vertx.core.http.RequestOptions;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.core.http.impl.SharedHttpClient: io.vertx.core.http.impl.HttpClientInternal delegate>;
interfaceinvoke v.<io.vertx.core.http.impl.HttpClientInternal: void request(io.vertx.core.http.RequestOptions,io.vertx.core.Handler)>(v, v);
return;
}
public io.vertx.core.Future request(io.vertx.core.http.RequestOptions)
{
io.vertx.core.http.impl.HttpClientInternal v;
io.vertx.core.http.RequestOptions v;
io.vertx.core.http.impl.SharedHttpClient v;
io.vertx.core.Future v;
v := @this: io.vertx.core.http.impl.SharedHttpClient;
v := @parameter: io.vertx.core.http.RequestOptions;
v = v.<io.vertx.core.http.impl.SharedHttpClient: io.vertx.core.http.impl.HttpClientInternal delegate>;
v = interfaceinvoke v.<io.vertx.core.http.impl.HttpClientInternal: io.vertx.core.Future request(io.vertx.core.http.RequestOptions)>(v);
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.HttpClientInternal v;
io.vertx.core.http.HttpMethod v;
int v;
io.vertx.core.http.impl.SharedHttpClient v;
java.lang.String v, v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.SharedHttpClient;
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 = v.<io.vertx.core.http.impl.SharedHttpClient: io.vertx.core.http.impl.HttpClientInternal delegate>;
interfaceinvoke v.<io.vertx.core.http.impl.HttpClientInternal: 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, int, java.lang.String, java.lang.String)
{
io.vertx.core.http.impl.HttpClientInternal v;
io.vertx.core.http.HttpMethod v;
int v;
io.vertx.core.http.impl.SharedHttpClient v;
java.lang.String v, v;
io.vertx.core.Future v;
v := @this: io.vertx.core.http.impl.SharedHttpClient;
v := @parameter: io.vertx.core.http.HttpMethod;
v := @parameter: int;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v = v.<io.vertx.core.http.impl.SharedHttpClient: io.vertx.core.http.impl.HttpClientInternal delegate>;
v = interfaceinvoke v.<io.vertx.core.http.impl.HttpClientInternal: 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, java.lang.String, io.vertx.core.Handler)
{
io.vertx.core.http.impl.HttpClientInternal v;
io.vertx.core.http.HttpMethod v;
io.vertx.core.http.impl.SharedHttpClient v;
java.lang.String v, v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.SharedHttpClient;
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.SharedHttpClient: io.vertx.core.http.impl.HttpClientInternal delegate>;
interfaceinvoke v.<io.vertx.core.http.impl.HttpClientInternal: void request(io.vertx.core.http.HttpMethod,java.lang.String,java.lang.String,io.vertx.core.Handler)>(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.HttpClientInternal v;
io.vertx.core.http.HttpMethod v;
io.vertx.core.http.impl.SharedHttpClient v;
java.lang.String v, v;
io.vertx.core.Future v;
v := @this: io.vertx.core.http.impl.SharedHttpClient;
v := @parameter: io.vertx.core.http.HttpMethod;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v = v.<io.vertx.core.http.impl.SharedHttpClient: io.vertx.core.http.impl.HttpClientInternal delegate>;
v = interfaceinvoke v.<io.vertx.core.http.impl.HttpClientInternal: io.vertx.core.Future request(io.vertx.core.http.HttpMethod,java.lang.String,java.lang.String)>(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.HttpClientInternal v;
io.vertx.core.http.HttpMethod v;
io.vertx.core.http.impl.SharedHttpClient v;
java.lang.String v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.SharedHttpClient;
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.SharedHttpClient: io.vertx.core.http.impl.HttpClientInternal delegate>;
interfaceinvoke v.<io.vertx.core.http.impl.HttpClientInternal: void request(io.vertx.core.http.HttpMethod,java.lang.String,io.vertx.core.Handler)>(v, v, v);
return;
}
public io.vertx.core.Future request(io.vertx.core.http.HttpMethod, java.lang.String)
{
io.vertx.core.http.impl.HttpClientInternal v;
io.vertx.core.http.HttpMethod v;
io.vertx.core.http.impl.SharedHttpClient v;
java.lang.String v;
io.vertx.core.Future v;
v := @this: io.vertx.core.http.impl.SharedHttpClient;
v := @parameter: io.vertx.core.http.HttpMethod;
v := @parameter: java.lang.String;
v = v.<io.vertx.core.http.impl.SharedHttpClient: io.vertx.core.http.impl.HttpClientInternal delegate>;
v = interfaceinvoke v.<io.vertx.core.http.impl.HttpClientInternal: io.vertx.core.Future request(io.vertx.core.http.HttpMethod,java.lang.String)>(v, v);
return v;
}
public void webSocket(int, java.lang.String, java.lang.String, io.vertx.core.Handler)
{
io.vertx.core.http.impl.HttpClientInternal v;
int v;
io.vertx.core.http.impl.SharedHttpClient v;
java.lang.String v, v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.SharedHttpClient;
v := @parameter: int;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.core.http.impl.SharedHttpClient: io.vertx.core.http.impl.HttpClientInternal delegate>;
interfaceinvoke v.<io.vertx.core.http.impl.HttpClientInternal: void webSocket(int,java.lang.String,java.lang.String,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.http.impl.HttpClientInternal v;
int v;
io.vertx.core.http.impl.SharedHttpClient v;
java.lang.String v, v;
io.vertx.core.Future v;
v := @this: io.vertx.core.http.impl.SharedHttpClient;
v := @parameter: int;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v = v.<io.vertx.core.http.impl.SharedHttpClient: io.vertx.core.http.impl.HttpClientInternal delegate>;
v = interfaceinvoke v.<io.vertx.core.http.impl.HttpClientInternal: io.vertx.core.Future webSocket(int,java.lang.String,java.lang.String)>(v, v, v);
return v;
}
public void webSocket(java.lang.String, java.lang.String, io.vertx.core.Handler)
{
io.vertx.core.http.impl.HttpClientInternal v;
io.vertx.core.http.impl.SharedHttpClient v;
java.lang.String v, v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.SharedHttpClient;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.core.http.impl.SharedHttpClient: io.vertx.core.http.impl.HttpClientInternal delegate>;
interfaceinvoke v.<io.vertx.core.http.impl.HttpClientInternal: void webSocket(java.lang.String,java.lang.String,io.vertx.core.Handler)>(v, v, v);
return;
}
public io.vertx.core.Future webSocket(java.lang.String, java.lang.String)
{
io.vertx.core.http.impl.HttpClientInternal v;
io.vertx.core.http.impl.SharedHttpClient v;
java.lang.String v, v;
io.vertx.core.Future v;
v := @this: io.vertx.core.http.impl.SharedHttpClient;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v = v.<io.vertx.core.http.impl.SharedHttpClient: io.vertx.core.http.impl.HttpClientInternal delegate>;
v = interfaceinvoke v.<io.vertx.core.http.impl.HttpClientInternal: io.vertx.core.Future webSocket(java.lang.String,java.lang.String)>(v, v);
return v;
}
public void webSocket(java.lang.String, io.vertx.core.Handler)
{
io.vertx.core.http.impl.HttpClientInternal v;
io.vertx.core.http.impl.SharedHttpClient v;
java.lang.String v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.SharedHttpClient;
v := @parameter: java.lang.String;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.core.http.impl.SharedHttpClient: io.vertx.core.http.impl.HttpClientInternal delegate>;
interfaceinvoke v.<io.vertx.core.http.impl.HttpClientInternal: void webSocket(java.lang.String,io.vertx.core.Handler)>(v, v);
return;
}
public io.vertx.core.Future webSocket(java.lang.String)
{
io.vertx.core.http.impl.HttpClientInternal v;
io.vertx.core.http.impl.SharedHttpClient v;
java.lang.String v;
io.vertx.core.Future v;
v := @this: io.vertx.core.http.impl.SharedHttpClient;
v := @parameter: java.lang.String;
v = v.<io.vertx.core.http.impl.SharedHttpClient: io.vertx.core.http.impl.HttpClientInternal delegate>;
v = interfaceinvoke v.<io.vertx.core.http.impl.HttpClientInternal: io.vertx.core.Future webSocket(java.lang.String)>(v);
return v;
}
public void webSocket(io.vertx.core.http.WebSocketConnectOptions, io.vertx.core.Handler)
{
io.vertx.core.http.impl.HttpClientInternal v;
io.vertx.core.http.WebSocketConnectOptions v;
io.vertx.core.http.impl.SharedHttpClient v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.SharedHttpClient;
v := @parameter: io.vertx.core.http.WebSocketConnectOptions;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.core.http.impl.SharedHttpClient: io.vertx.core.http.impl.HttpClientInternal delegate>;
interfaceinvoke v.<io.vertx.core.http.impl.HttpClientInternal: void webSocket(io.vertx.core.http.WebSocketConnectOptions,io.vertx.core.Handler)>(v, v);
return;
}
public io.vertx.core.Future webSocket(io.vertx.core.http.WebSocketConnectOptions)
{
io.vertx.core.http.impl.HttpClientInternal v;
io.vertx.core.http.WebSocketConnectOptions v;
io.vertx.core.http.impl.SharedHttpClient v;
io.vertx.core.Future v;
v := @this: io.vertx.core.http.impl.SharedHttpClient;
v := @parameter: io.vertx.core.http.WebSocketConnectOptions;
v = v.<io.vertx.core.http.impl.SharedHttpClient: io.vertx.core.http.impl.HttpClientInternal delegate>;
v = interfaceinvoke v.<io.vertx.core.http.impl.HttpClientInternal: io.vertx.core.Future webSocket(io.vertx.core.http.WebSocketConnectOptions)>(v);
return v;
}
public void webSocketAbs(java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.util.List, io.vertx.core.Handler)
{
java.util.List v;
io.vertx.core.http.impl.HttpClientInternal v;
io.vertx.core.MultiMap v;
io.vertx.core.http.WebsocketVersion v;
io.vertx.core.http.impl.SharedHttpClient v;
java.lang.String v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.SharedHttpClient;
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;
v = v.<io.vertx.core.http.impl.SharedHttpClient: io.vertx.core.http.impl.HttpClientInternal delegate>;
interfaceinvoke v.<io.vertx.core.http.impl.HttpClientInternal: 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);
return;
}
public io.vertx.core.Future webSocketAbs(java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.util.List)
{
java.util.List v;
io.vertx.core.http.impl.HttpClientInternal v;
io.vertx.core.MultiMap v;
io.vertx.core.http.WebsocketVersion v;
io.vertx.core.http.impl.SharedHttpClient v;
java.lang.String v;
io.vertx.core.Future v;
v := @this: io.vertx.core.http.impl.SharedHttpClient;
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.SharedHttpClient: io.vertx.core.http.impl.HttpClientInternal delegate>;
v = interfaceinvoke v.<io.vertx.core.http.impl.HttpClientInternal: io.vertx.core.Future webSocketAbs(java.lang.String,io.vertx.core.MultiMap,io.vertx.core.http.WebsocketVersion,java.util.List)>(v, v, v, v);
return v;
}
public io.vertx.core.Future updateSSLOptions(io.vertx.core.net.SSLOptions)
{
io.vertx.core.http.impl.HttpClientInternal v;
io.vertx.core.net.SSLOptions v;
io.vertx.core.http.impl.SharedHttpClient v;
io.vertx.core.Future v;
v := @this: io.vertx.core.http.impl.SharedHttpClient;
v := @parameter: io.vertx.core.net.SSLOptions;
v = v.<io.vertx.core.http.impl.SharedHttpClient: io.vertx.core.http.impl.HttpClientInternal delegate>;
v = interfaceinvoke v.<io.vertx.core.http.impl.HttpClientInternal: 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.http.impl.HttpClientInternal v;
io.vertx.core.http.impl.SharedHttpClient v;
io.vertx.core.Handler v;
io.vertx.core.http.HttpClient v;
v := @this: io.vertx.core.http.impl.SharedHttpClient;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.core.http.impl.SharedHttpClient: io.vertx.core.http.impl.HttpClientInternal delegate>;
v = interfaceinvoke v.<io.vertx.core.http.impl.HttpClientInternal: io.vertx.core.http.HttpClient connectionHandler(io.vertx.core.Handler)>(v);
return v;
}
public io.vertx.core.http.HttpClient redirectHandler(java.util.function.Function)
{
io.vertx.core.http.impl.HttpClientInternal v;
io.vertx.core.http.impl.SharedHttpClient v;
java.util.function.Function v;
io.vertx.core.http.HttpClient v;
v := @this: io.vertx.core.http.impl.SharedHttpClient;
v := @parameter: java.util.function.Function;
v = v.<io.vertx.core.http.impl.SharedHttpClient: io.vertx.core.http.impl.HttpClientInternal delegate>;
v = interfaceinvoke v.<io.vertx.core.http.impl.HttpClientInternal: io.vertx.core.http.HttpClient redirectHandler(java.util.function.Function)>(v);
return v;
}
public java.util.function.Function redirectHandler()
{
io.vertx.core.http.impl.SharedHttpClient v;
io.vertx.core.http.impl.HttpClientInternal v;
java.util.function.Function v;
v := @this: io.vertx.core.http.impl.SharedHttpClient;
v = v.<io.vertx.core.http.impl.SharedHttpClient: io.vertx.core.http.impl.HttpClientInternal delegate>;
v = interfaceinvoke v.<io.vertx.core.http.impl.HttpClientInternal: java.util.function.Function redirectHandler()>();
return v;
}
public io.vertx.core.impl.VertxInternal vertx()
{
io.vertx.core.http.impl.SharedHttpClient v;
io.vertx.core.impl.VertxInternal v;
io.vertx.core.http.impl.HttpClientInternal v;
v := @this: io.vertx.core.http.impl.SharedHttpClient;
v = v.<io.vertx.core.http.impl.SharedHttpClient: io.vertx.core.http.impl.HttpClientInternal delegate>;
v = interfaceinvoke v.<io.vertx.core.http.impl.HttpClientInternal: io.vertx.core.impl.VertxInternal vertx()>();
return v;
}
public io.vertx.core.http.HttpClientOptions options()
{
io.vertx.core.http.HttpClientOptions v;
io.vertx.core.http.impl.SharedHttpClient v;
io.vertx.core.http.impl.HttpClientInternal v;
v := @this: io.vertx.core.http.impl.SharedHttpClient;
v = v.<io.vertx.core.http.impl.SharedHttpClient: io.vertx.core.http.impl.HttpClientInternal delegate>;
v = interfaceinvoke v.<io.vertx.core.http.impl.HttpClientInternal: io.vertx.core.http.HttpClientOptions options()>();
return v;
}
}