class io.vertx.core.http.impl.HttpClientRequestPushPromise extends io.vertx.core.http.impl.HttpClientRequestBase
{
private final io.vertx.core.http.impl.HttpClientStream stream;
private final io.vertx.core.MultiMap headers;
public void <init>(io.vertx.core.http.impl.HttpClientStream, io.vertx.core.http.impl.HttpClientImpl, boolean, io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String, int, io.vertx.core.MultiMap)
{
io.vertx.core.impl.future.PromiseInternal v;
io.vertx.core.http.impl.HttpClientImpl v;
io.vertx.core.MultiMap v;
io.vertx.core.impl.ContextInternal v;
io.vertx.core.http.impl.HttpClientStream v;
io.vertx.core.http.impl.HttpClientConnection v;
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
io.vertx.core.http.HttpMethod v;
int v;
java.lang.String v, v;
boolean v;
io.vertx.core.net.SocketAddress v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: io.vertx.core.http.impl.HttpClientStream;
v := @parameter: io.vertx.core.http.impl.HttpClientImpl;
v := @parameter: boolean;
v := @parameter: io.vertx.core.http.HttpMethod;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v := @parameter: int;
v := @parameter: io.vertx.core.MultiMap;
v = interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: io.vertx.core.http.impl.HttpClientConnection connection()>();
v = interfaceinvoke v.<io.vertx.core.http.impl.HttpClientConnection: io.vertx.core.impl.ContextInternal getContext()>();
v = interfaceinvoke v.<io.vertx.core.impl.ContextInternal: io.vertx.core.impl.future.PromiseInternal promise()>();
v = staticinvoke <io.vertx.core.net.SocketAddress: io.vertx.core.net.SocketAddress inetSocketAddress(int,java.lang.String)>(v, v);
specialinvoke v.<io.vertx.core.http.impl.HttpClientRequestBase: void <init>(io.vertx.core.http.impl.HttpClientImpl,io.vertx.core.http.impl.HttpClientStream,io.vertx.core.impl.future.PromiseInternal,boolean,io.vertx.core.http.HttpMethod,io.vertx.core.net.SocketAddress,java.lang.String,int,java.lang.String)>(v, v, v, v, v, v, v, v, v);
v.<io.vertx.core.http.impl.HttpClientRequestPushPromise: io.vertx.core.http.impl.HttpClientStream stream> = v;
v.<io.vertx.core.http.impl.HttpClientRequestPushPromise: io.vertx.core.MultiMap headers> = v;
return;
}
public io.vertx.core.http.HttpVersion version()
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
io.vertx.core.http.impl.HttpClientStream v;
io.vertx.core.http.HttpVersion v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v = v.<io.vertx.core.http.impl.HttpClientRequestPushPromise: io.vertx.core.http.impl.HttpClientStream stream>;
v = interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: io.vertx.core.http.HttpVersion version()>();
return v;
}
void handleResponse(io.vertx.core.Promise, io.vertx.core.http.HttpClientResponse, long)
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
io.vertx.core.http.HttpClientResponse v;
io.vertx.core.Promise v;
long v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: io.vertx.core.Promise;
v := @parameter: io.vertx.core.http.HttpClientResponse;
v := @parameter: long;
interfaceinvoke v.<io.vertx.core.Promise: void complete(java.lang.Object)>(v);
return;
}
public io.vertx.core.http.HttpClientRequest exceptionHandler(io.vertx.core.Handler)
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: io.vertx.core.Handler;
return v;
}
public io.vertx.core.http.HttpConnection connection()
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
io.vertx.core.http.impl.HttpClientStream v;
io.vertx.core.http.impl.HttpClientConnection v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v = v.<io.vertx.core.http.impl.HttpClientRequestPushPromise: io.vertx.core.http.impl.HttpClientStream stream>;
v = interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: io.vertx.core.http.impl.HttpClientConnection connection()>();
return v;
}
boolean reset(java.lang.Throwable)
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.Throwable v;
io.vertx.core.http.impl.HttpClientStream v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: java.lang.Throwable;
v = v.<io.vertx.core.http.impl.HttpClientRequestPushPromise: io.vertx.core.http.impl.HttpClientStream stream>;
interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: void reset(java.lang.Throwable)>(v);
return 1;
}
public boolean isChunked()
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
return 0;
}
public io.vertx.core.MultiMap headers()
{
io.vertx.core.MultiMap v;
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v = v.<io.vertx.core.http.impl.HttpClientRequestPushPromise: io.vertx.core.MultiMap headers>;
return v;
}
public io.vertx.core.Future write(io.vertx.core.buffer.Buffer)
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.IllegalStateException v;
io.vertx.core.buffer.Buffer v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: io.vertx.core.buffer.Buffer;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public io.vertx.core.http.HttpClientRequest setWriteQueueMaxSize(int)
{
int v;
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.IllegalStateException v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: int;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public io.vertx.core.http.HttpClientRequest drainHandler(io.vertx.core.Handler)
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.IllegalStateException v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: io.vertx.core.Handler;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public io.vertx.core.http.HttpClientRequest setFollowRedirects(boolean)
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.IllegalStateException v;
boolean v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: boolean;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public io.vertx.core.http.HttpClientRequest setMaxRedirects(int)
{
int v;
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.IllegalStateException v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: int;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public io.vertx.core.http.HttpClientRequest setChunked(boolean)
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.IllegalStateException v;
boolean v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: boolean;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public io.vertx.core.http.HttpClientRequest putHeader(java.lang.String, java.lang.String)
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.IllegalStateException v;
java.lang.String v, v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public io.vertx.core.http.HttpClientRequest putHeader(java.lang.CharSequence, java.lang.CharSequence)
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.IllegalStateException v;
java.lang.CharSequence v, v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: java.lang.CharSequence;
v := @parameter: java.lang.CharSequence;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public io.vertx.core.http.HttpClientRequest putHeader(java.lang.String, java.lang.Iterable)
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.IllegalStateException v;
java.lang.String v;
java.lang.Iterable v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: java.lang.String;
v := @parameter: java.lang.Iterable;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public io.vertx.core.http.HttpClientRequest putHeader(java.lang.CharSequence, java.lang.Iterable)
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.IllegalStateException v;
java.lang.CharSequence v;
java.lang.Iterable v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: java.lang.CharSequence;
v := @parameter: java.lang.Iterable;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public io.vertx.core.Future write(java.lang.String)
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.IllegalStateException v;
java.lang.String v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: java.lang.String;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public io.vertx.core.Future write(java.lang.String, java.lang.String)
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.IllegalStateException v;
java.lang.String v, v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public void write(io.vertx.core.buffer.Buffer, io.vertx.core.Handler)
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.IllegalStateException v;
io.vertx.core.buffer.Buffer v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: io.vertx.core.buffer.Buffer;
v := @parameter: io.vertx.core.Handler;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public void write(java.lang.String, io.vertx.core.Handler)
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.IllegalStateException v;
java.lang.String v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: java.lang.String;
v := @parameter: io.vertx.core.Handler;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public void write(java.lang.String, java.lang.String, io.vertx.core.Handler)
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.IllegalStateException v;
java.lang.String v, v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v := @parameter: io.vertx.core.Handler;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public io.vertx.core.http.HttpClientRequest continueHandler(io.vertx.core.Handler)
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.IllegalStateException v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: io.vertx.core.Handler;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public io.vertx.core.http.HttpClientRequest earlyHintsHandler(io.vertx.core.Handler)
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.IllegalStateException v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: io.vertx.core.Handler;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public io.vertx.core.Future sendHead()
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.IllegalStateException v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public io.vertx.core.http.HttpClientRequest sendHead(io.vertx.core.Handler)
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.IllegalStateException v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: io.vertx.core.Handler;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public io.vertx.core.Future connect()
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.IllegalStateException v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public void connect(io.vertx.core.Handler)
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.IllegalStateException v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: io.vertx.core.Handler;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public io.vertx.core.Future end(java.lang.String)
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.IllegalStateException v;
java.lang.String v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: java.lang.String;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public void end(java.lang.String, io.vertx.core.Handler)
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.IllegalStateException v;
java.lang.String v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: java.lang.String;
v := @parameter: io.vertx.core.Handler;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public io.vertx.core.Future end(java.lang.String, java.lang.String)
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.IllegalStateException v;
java.lang.String v, v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public void end(java.lang.String, java.lang.String, io.vertx.core.Handler)
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.IllegalStateException v;
java.lang.String v, v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v := @parameter: io.vertx.core.Handler;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public io.vertx.core.Future end(io.vertx.core.buffer.Buffer)
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.IllegalStateException v;
io.vertx.core.buffer.Buffer v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: io.vertx.core.buffer.Buffer;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public void end(io.vertx.core.buffer.Buffer, io.vertx.core.Handler)
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.IllegalStateException v;
io.vertx.core.buffer.Buffer v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: io.vertx.core.buffer.Buffer;
v := @parameter: io.vertx.core.Handler;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public io.vertx.core.Future end()
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.IllegalStateException v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public void end(io.vertx.core.Handler)
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.IllegalStateException v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: io.vertx.core.Handler;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public boolean writeQueueFull()
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.IllegalStateException v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public io.vertx.core.http.StreamPriority getStreamPriority()
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
io.vertx.core.http.impl.HttpClientStream v;
io.vertx.core.http.StreamPriority v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v = v.<io.vertx.core.http.impl.HttpClientRequestPushPromise: io.vertx.core.http.impl.HttpClientStream stream>;
v = interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: io.vertx.core.http.StreamPriority priority()>();
return v;
}
public io.vertx.core.http.HttpClientRequest writeCustomFrame(int, int, io.vertx.core.buffer.Buffer)
{
io.vertx.core.http.impl.HttpClientRequestPushPromise v;
java.lang.UnsupportedOperationException v;
io.vertx.core.buffer.Buffer v;
int v, v;
v := @this: io.vertx.core.http.impl.HttpClientRequestPushPromise;
v := @parameter: int;
v := @parameter: int;
v := @parameter: io.vertx.core.buffer.Buffer;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Cannot write frame with HTTP/1.x ");
throw v;
}
}