class io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream extends java.lang.Object implements io.vertx.core.http.impl.HttpClientStream
{
private final io.vertx.core.http.impl.Http2UpgradeClientConnection connection;
private final io.vertx.core.http.impl.HttpClientStream delegate;
void <init>(io.vertx.core.http.impl.Http2UpgradeClientConnection, io.vertx.core.http.impl.HttpClientStream)
{
io.vertx.core.http.impl.Http2UpgradeClientConnection v;
io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream v;
io.vertx.core.http.impl.HttpClientStream v;
v := @this: io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream;
v := @parameter: io.vertx.core.http.impl.Http2UpgradeClientConnection;
v := @parameter: io.vertx.core.http.impl.HttpClientStream;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.Http2UpgradeClientConnection connection> = v;
v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.HttpClientStream delegate> = v;
return;
}
public int id()
{
int v;
io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream v;
io.vertx.core.http.impl.HttpClientStream v;
v := @this: io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream;
v = v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.HttpClientStream delegate>;
v = interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: int id()>();
return v;
}
public java.lang.Object metric()
{
java.lang.Object v;
io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream v;
io.vertx.core.http.impl.HttpClientStream v;
v := @this: io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream;
v = v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.HttpClientStream delegate>;
v = interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: java.lang.Object metric()>();
return v;
}
public java.lang.Object trace()
{
java.lang.Object v;
io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream v;
io.vertx.core.http.impl.HttpClientStream v;
v := @this: io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream;
v = v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.HttpClientStream delegate>;
v = interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: java.lang.Object trace()>();
return v;
}
public io.vertx.core.http.HttpVersion version()
{
io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream v;
io.vertx.core.http.impl.HttpClientStream v;
io.vertx.core.http.HttpVersion v;
v := @this: io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream;
v = v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.HttpClientStream delegate>;
v = interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: io.vertx.core.http.HttpVersion version()>();
return v;
}
public io.vertx.core.http.impl.HttpClientConnection connection()
{
io.vertx.core.http.impl.Http2UpgradeClientConnection v;
io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream v;
v := @this: io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream;
v = v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.Http2UpgradeClientConnection connection>;
return v;
}
public io.vertx.core.impl.ContextInternal getContext()
{
io.vertx.core.impl.ContextInternal v;
io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream v;
io.vertx.core.http.impl.HttpClientStream v;
v := @this: io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream;
v = v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.HttpClientStream delegate>;
v = interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: io.vertx.core.impl.ContextInternal getContext()>();
return v;
}
public void writeHead(io.vertx.core.http.impl.HttpRequestHead, boolean, io.netty.buffer.ByteBuf, boolean, io.vertx.core.http.StreamPriority, boolean, io.vertx.core.Handler)
{
io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream v;
io.vertx.core.http.StreamPriority v;
io.vertx.core.http.impl.HttpClientStream v;
io.vertx.core.http.impl.HttpRequestHead v;
io.netty.buffer.ByteBuf v;
io.vertx.core.Handler v;
boolean v, v, v;
v := @this: io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream;
v := @parameter: io.vertx.core.http.impl.HttpRequestHead;
v := @parameter: boolean;
v := @parameter: io.netty.buffer.ByteBuf;
v := @parameter: boolean;
v := @parameter: io.vertx.core.http.StreamPriority;
v := @parameter: boolean;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.HttpClientStream delegate>;
interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: void writeHead(io.vertx.core.http.impl.HttpRequestHead,boolean,io.netty.buffer.ByteBuf,boolean,io.vertx.core.http.StreamPriority,boolean,io.vertx.core.Handler)>(v, v, v, v, v, v, v);
return;
}
public void writeBuffer(io.netty.buffer.ByteBuf, boolean, io.vertx.core.Handler)
{
io.netty.buffer.ByteBuf v;
io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream v;
io.vertx.core.Handler v;
io.vertx.core.http.impl.HttpClientStream v;
boolean v;
v := @this: io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream;
v := @parameter: io.netty.buffer.ByteBuf;
v := @parameter: boolean;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.HttpClientStream delegate>;
interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: void writeBuffer(io.netty.buffer.ByteBuf,boolean,io.vertx.core.Handler)>(v, v, v);
return;
}
public void writeFrame(int, int, io.netty.buffer.ByteBuf)
{
io.netty.buffer.ByteBuf v;
io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream v;
int v, v;
io.vertx.core.http.impl.HttpClientStream v;
v := @this: io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream;
v := @parameter: int;
v := @parameter: int;
v := @parameter: io.netty.buffer.ByteBuf;
v = v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.HttpClientStream delegate>;
interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: void writeFrame(int,int,io.netty.buffer.ByteBuf)>(v, v, v);
return;
}
public void continueHandler(io.vertx.core.Handler)
{
io.vertx.core.Handler v;
io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream v;
io.vertx.core.http.impl.HttpClientStream v;
v := @this: io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.HttpClientStream delegate>;
interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: void continueHandler(io.vertx.core.Handler)>(v);
return;
}
public void earlyHintsHandler(io.vertx.core.Handler)
{
io.vertx.core.Handler v;
io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream v;
io.vertx.core.http.impl.HttpClientStream v;
v := @this: io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.HttpClientStream delegate>;
interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: void earlyHintsHandler(io.vertx.core.Handler)>(v);
return;
}
public void pushHandler(io.vertx.core.Handler)
{
io.vertx.core.Handler v;
io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream v;
io.vertx.core.http.impl.HttpClientStream v;
v := @this: io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.HttpClientStream delegate>;
interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: void pushHandler(io.vertx.core.Handler)>(v);
return;
}
public void unknownFrameHandler(io.vertx.core.Handler)
{
io.vertx.core.Handler v;
io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream v;
io.vertx.core.http.impl.HttpClientStream v;
v := @this: io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.HttpClientStream delegate>;
interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: void unknownFrameHandler(io.vertx.core.Handler)>(v);
return;
}
public void headHandler(io.vertx.core.Handler)
{
io.vertx.core.Handler v;
io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream v;
io.vertx.core.http.impl.HttpClientStream v;
v := @this: io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.HttpClientStream delegate>;
interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: void headHandler(io.vertx.core.Handler)>(v);
return;
}
public void chunkHandler(io.vertx.core.Handler)
{
io.vertx.core.Handler v;
io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream v;
io.vertx.core.http.impl.HttpClientStream v;
v := @this: io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.HttpClientStream delegate>;
interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: void chunkHandler(io.vertx.core.Handler)>(v);
return;
}
public void endHandler(io.vertx.core.Handler)
{
io.vertx.core.Handler v;
io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream v;
io.vertx.core.http.impl.HttpClientStream v;
v := @this: io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.HttpClientStream delegate>;
interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: void endHandler(io.vertx.core.Handler)>(v);
return;
}
public void priorityHandler(io.vertx.core.Handler)
{
io.vertx.core.Handler v;
io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream v;
io.vertx.core.http.impl.HttpClientStream v;
v := @this: io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.HttpClientStream delegate>;
interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: void priorityHandler(io.vertx.core.Handler)>(v);
return;
}
public void closeHandler(io.vertx.core.Handler)
{
io.vertx.core.Handler v;
io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream v;
io.vertx.core.http.impl.HttpClientStream v;
v := @this: io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.HttpClientStream delegate>;
interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: void closeHandler(io.vertx.core.Handler)>(v);
return;
}
public void doSetWriteQueueMaxSize(int)
{
int v;
io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream v;
io.vertx.core.http.impl.HttpClientStream v;
v := @this: io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream;
v := @parameter: int;
v = v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.HttpClientStream delegate>;
interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: void doSetWriteQueueMaxSize(int)>(v);
return;
}
public boolean isNotWritable()
{
io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream v;
io.vertx.core.http.impl.HttpClientStream v;
boolean v;
v := @this: io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream;
v = v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.HttpClientStream delegate>;
v = interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: boolean isNotWritable()>();
return v;
}
public void doPause()
{
io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream v;
io.vertx.core.http.impl.HttpClientStream v;
v := @this: io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream;
v = v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.HttpClientStream delegate>;
interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: void doPause()>();
return;
}
public void doFetch(long)
{
long v;
io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream v;
io.vertx.core.http.impl.HttpClientStream v;
v := @this: io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream;
v := @parameter: long;
v = v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.HttpClientStream delegate>;
interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: void doFetch(long)>(v);
return;
}
public void reset(java.lang.Throwable)
{
java.lang.Throwable v;
io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream v;
io.vertx.core.http.impl.HttpClientStream v;
v := @this: io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream;
v := @parameter: java.lang.Throwable;
v = v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.HttpClientStream delegate>;
interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: void reset(java.lang.Throwable)>(v);
return;
}
public io.vertx.core.http.StreamPriority priority()
{
io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream v;
io.vertx.core.http.impl.HttpClientStream v;
io.vertx.core.http.StreamPriority v;
v := @this: io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream;
v = v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.HttpClientStream delegate>;
v = interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: io.vertx.core.http.StreamPriority priority()>();
return v;
}
public void updatePriority(io.vertx.core.http.StreamPriority)
{
io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream v;
io.vertx.core.http.impl.HttpClientStream v;
io.vertx.core.http.StreamPriority v;
v := @this: io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream;
v := @parameter: io.vertx.core.http.StreamPriority;
v = v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.HttpClientStream delegate>;
interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: void updatePriority(io.vertx.core.http.StreamPriority)>(v);
return;
}
public io.vertx.core.streams.WriteStream exceptionHandler(io.vertx.core.Handler)
{
io.vertx.core.Handler v;
io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream v;
io.vertx.core.http.impl.HttpClientStream v;
v := @this: io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.HttpClientStream delegate>;
interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: io.vertx.core.streams.WriteStream exceptionHandler(io.vertx.core.Handler)>(v);
return v;
}
public io.vertx.core.streams.WriteStream setWriteQueueMaxSize(int)
{
int v;
io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream v;
io.vertx.core.http.impl.HttpClientStream v;
v := @this: io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream;
v := @parameter: int;
v = v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.HttpClientStream delegate>;
interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: io.vertx.core.streams.WriteStream setWriteQueueMaxSize(int)>(v);
return v;
}
public boolean writeQueueFull()
{
io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream v;
io.vertx.core.http.impl.HttpClientStream v;
boolean v;
v := @this: io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream;
v = v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.HttpClientStream delegate>;
v = interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: boolean writeQueueFull()>();
return v;
}
public io.vertx.core.streams.WriteStream drainHandler(io.vertx.core.Handler)
{
io.vertx.core.Handler v;
io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream v;
io.vertx.core.http.impl.HttpClientStream v;
v := @this: io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.core.http.impl.Http2UpgradeClientConnection$DelegatingStream: io.vertx.core.http.impl.HttpClientStream delegate>;
interfaceinvoke v.<io.vertx.core.http.impl.HttpClientStream: io.vertx.core.streams.WriteStream drainHandler(io.vertx.core.Handler)>(v);
return v;
}
}