public class io.vertx.mutiny.core.http.WebSocket extends java.lang.Object implements io.vertx.mutiny.core.http.WebSocketBase
{
public static final io.smallrye.mutiny.vertx.TypeArg __TYPE_ARG;
private final io.vertx.core.http.WebSocket delegate;
static final io.smallrye.mutiny.vertx.TypeArg TYPE_ARG_0;
private io.smallrye.mutiny.vertx.WriteStreamSubscriber subscriber;
private io.vertx.mutiny.core.net.SocketAddress cached_0;
private io.vertx.mutiny.core.net.SocketAddress cached_1;
private io.smallrye.mutiny.Multi multi;
public void <init>(io.vertx.core.http.WebSocket)
{
io.vertx.core.http.WebSocket v;
io.vertx.mutiny.core.http.WebSocket v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.core.http.WebSocket;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate> = v;
return;
}
public void <init>(java.lang.Object)
{
java.lang.Object v;
io.vertx.mutiny.core.http.WebSocket v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: java.lang.Object;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate> = v;
return;
}
void <init>()
{
io.vertx.mutiny.core.http.WebSocket v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate> = null;
return;
}
public io.vertx.core.http.WebSocket getDelegate()
{
io.vertx.core.http.WebSocket v;
io.vertx.mutiny.core.http.WebSocket v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
return v;
}
public java.lang.String toString()
{
io.vertx.core.http.WebSocket v;
java.lang.String v;
io.vertx.mutiny.core.http.WebSocket v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
v = virtualinvoke v.<java.lang.Object: java.lang.String toString()>();
return v;
}
public boolean equals(java.lang.Object)
{
io.vertx.mutiny.core.http.WebSocket v;
java.lang.Class v, v;
java.lang.Object v;
io.vertx.core.http.WebSocket v, v;
boolean v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: java.lang.Object;
if v != v goto label;
return 1;
label:
if v == null goto label;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
if v == v goto label;
label:
return 0;
label:
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
v = virtualinvoke v.<java.lang.Object: boolean equals(java.lang.Object)>(v);
return v;
}
public int hashCode()
{
int v;
io.vertx.core.http.WebSocket v;
io.vertx.mutiny.core.http.WebSocket v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
v = virtualinvoke v.<java.lang.Object: int hashCode()>();
return v;
}
public synchronized io.smallrye.mutiny.vertx.WriteStreamSubscriber toSubscriber()
{
io.smallrye.mutiny.vertx.WriteStreamSubscriber v, v, v;
io.vertx.mutiny.core.http.WebSocket v;
io.vertx.core.http.WebSocket v;
java.util.function.Function v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.vertx.WriteStreamSubscriber subscriber>;
if v != null goto label;
v = staticinvoke <io.vertx.mutiny.core.http.WebSocket$getDelegate__1916: java.util.function.Function bootstrap$()>();
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket getDelegate()>();
v = staticinvoke <io.smallrye.mutiny.vertx.MutinyHelper: io.smallrye.mutiny.vertx.WriteStreamSubscriber toSubscriber(io.vertx.core.streams.WriteStream,java.util.function.Function)>(v, v);
v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.vertx.WriteStreamSubscriber subscriber> = v;
label:
v = v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.vertx.WriteStreamSubscriber subscriber>;
return v;
}
public io.smallrye.mutiny.Uni write(io.vertx.mutiny.core.buffer.Buffer)
{
java.util.function.Consumer v;
io.vertx.mutiny.core.buffer.Buffer v;
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.mutiny.core.buffer.Buffer;
v = staticinvoke <io.vertx.mutiny.core.http.WebSocket$lambda_write_3__1917: java.util.function.Consumer bootstrap$(io.vertx.mutiny.core.http.WebSocket,io.vertx.mutiny.core.buffer.Buffer)>(v, v);
v = staticinvoke <io.smallrye.mutiny.vertx.AsyncResultUni: io.smallrye.mutiny.Uni toUni(java.util.function.Consumer)>(v);
return v;
}
public java.lang.Void writeAndAwait(io.vertx.mutiny.core.buffer.Buffer)
{
io.smallrye.mutiny.groups.UniAwait v;
io.vertx.mutiny.core.buffer.Buffer v;
io.vertx.mutiny.core.http.WebSocket v;
java.lang.Object v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.mutiny.core.buffer.Buffer;
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Uni write(io.vertx.mutiny.core.buffer.Buffer)>(v);
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniAwait await()>();
v = virtualinvoke v.<io.smallrye.mutiny.groups.UniAwait: java.lang.Object indefinitely()>();
return v;
}
public void writeAndForget(io.vertx.mutiny.core.buffer.Buffer)
{
java.util.function.Consumer v;
io.vertx.mutiny.core.buffer.Buffer v;
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.groups.UniSubscribe v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.mutiny.core.buffer.Buffer;
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Uni write(io.vertx.mutiny.core.buffer.Buffer)>(v);
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniSubscribe subscribe()>();
v = <io.smallrye.mutiny.vertx.UniHelper: java.util.function.Consumer NOOP>;
virtualinvoke v.<io.smallrye.mutiny.groups.UniSubscribe: io.smallrye.mutiny.subscription.Cancellable 'with'(java.util.function.Consumer)>(v);
return;
}
public io.smallrye.mutiny.Uni end(io.vertx.mutiny.core.buffer.Buffer)
{
java.util.function.Consumer v;
io.vertx.mutiny.core.buffer.Buffer v;
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.mutiny.core.buffer.Buffer;
v = staticinvoke <io.vertx.mutiny.core.http.WebSocket$lambda_end_4__1918: java.util.function.Consumer bootstrap$(io.vertx.mutiny.core.http.WebSocket,io.vertx.mutiny.core.buffer.Buffer)>(v, v);
v = staticinvoke <io.smallrye.mutiny.vertx.AsyncResultUni: io.smallrye.mutiny.Uni toUni(java.util.function.Consumer)>(v);
return v;
}
public java.lang.Void endAndAwait(io.vertx.mutiny.core.buffer.Buffer)
{
io.smallrye.mutiny.groups.UniAwait v;
io.vertx.mutiny.core.buffer.Buffer v;
io.vertx.mutiny.core.http.WebSocket v;
java.lang.Object v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.mutiny.core.buffer.Buffer;
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Uni end(io.vertx.mutiny.core.buffer.Buffer)>(v);
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniAwait await()>();
v = virtualinvoke v.<io.smallrye.mutiny.groups.UniAwait: java.lang.Object indefinitely()>();
return v;
}
public void endAndForget(io.vertx.mutiny.core.buffer.Buffer)
{
java.util.function.Consumer v;
io.vertx.mutiny.core.buffer.Buffer v;
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.groups.UniSubscribe v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.mutiny.core.buffer.Buffer;
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Uni end(io.vertx.mutiny.core.buffer.Buffer)>(v);
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniSubscribe subscribe()>();
v = <io.smallrye.mutiny.vertx.UniHelper: java.util.function.Consumer NOOP>;
virtualinvoke v.<io.smallrye.mutiny.groups.UniSubscribe: io.smallrye.mutiny.subscription.Cancellable 'with'(java.util.function.Consumer)>(v);
return;
}
public boolean writeQueueFull()
{
io.vertx.core.http.WebSocket v;
io.vertx.mutiny.core.http.WebSocket v;
boolean v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
v = interfaceinvoke v.<io.vertx.core.http.WebSocket: boolean writeQueueFull()>();
return v;
}
public io.vertx.mutiny.core.streams.Pipe pipe()
{
io.vertx.mutiny.core.streams.Pipe v;
io.vertx.core.streams.Pipe v;
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.vertx.TypeArg v;
io.vertx.core.http.WebSocket v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
v = interfaceinvoke v.<io.vertx.core.http.WebSocket: io.vertx.core.streams.Pipe pipe()>();
v = <io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.vertx.TypeArg TYPE_ARG_0>;
v = staticinvoke <io.vertx.mutiny.core.streams.Pipe: io.vertx.mutiny.core.streams.Pipe newInstance(io.vertx.core.streams.Pipe,io.smallrye.mutiny.vertx.TypeArg)>(v, v);
return v;
}
public io.smallrye.mutiny.Uni pipeTo(io.vertx.mutiny.core.streams.WriteStream)
{
io.vertx.mutiny.core.streams.WriteStream v;
java.util.function.Consumer v;
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.mutiny.core.streams.WriteStream;
v = staticinvoke <io.vertx.mutiny.core.http.WebSocket$lambda_pipeTo_5__1919: java.util.function.Consumer bootstrap$(io.vertx.mutiny.core.http.WebSocket,io.vertx.mutiny.core.streams.WriteStream)>(v, v);
v = staticinvoke <io.smallrye.mutiny.vertx.AsyncResultUni: io.smallrye.mutiny.Uni toUni(java.util.function.Consumer)>(v);
return v;
}
public java.lang.Void pipeToAndAwait(io.vertx.mutiny.core.streams.WriteStream)
{
io.vertx.mutiny.core.streams.WriteStream v;
io.smallrye.mutiny.groups.UniAwait v;
io.vertx.mutiny.core.http.WebSocket v;
java.lang.Object v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.mutiny.core.streams.WriteStream;
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Uni pipeTo(io.vertx.mutiny.core.streams.WriteStream)>(v);
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniAwait await()>();
v = virtualinvoke v.<io.smallrye.mutiny.groups.UniAwait: java.lang.Object indefinitely()>();
return v;
}
public void pipeToAndForget(io.vertx.mutiny.core.streams.WriteStream)
{
io.vertx.mutiny.core.streams.WriteStream v;
java.util.function.Consumer v;
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.groups.UniSubscribe v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.mutiny.core.streams.WriteStream;
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Uni pipeTo(io.vertx.mutiny.core.streams.WriteStream)>(v);
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniSubscribe subscribe()>();
v = <io.smallrye.mutiny.vertx.UniHelper: java.util.function.Consumer NOOP>;
virtualinvoke v.<io.smallrye.mutiny.groups.UniSubscribe: io.smallrye.mutiny.subscription.Cancellable 'with'(java.util.function.Consumer)>(v);
return;
}
public java.lang.String binaryHandlerID()
{
io.vertx.core.http.WebSocket v;
java.lang.String v;
io.vertx.mutiny.core.http.WebSocket v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
v = interfaceinvoke v.<io.vertx.core.http.WebSocket: java.lang.String binaryHandlerID()>();
return v;
}
public java.lang.String textHandlerID()
{
io.vertx.core.http.WebSocket v;
java.lang.String v;
io.vertx.mutiny.core.http.WebSocket v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
v = interfaceinvoke v.<io.vertx.core.http.WebSocket: java.lang.String textHandlerID()>();
return v;
}
public java.lang.String subProtocol()
{
io.vertx.core.http.WebSocket v;
java.lang.String v;
io.vertx.mutiny.core.http.WebSocket v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
v = interfaceinvoke v.<io.vertx.core.http.WebSocket: java.lang.String subProtocol()>();
return v;
}
public java.lang.Short closeStatusCode()
{
io.vertx.core.http.WebSocket v;
io.vertx.mutiny.core.http.WebSocket v;
java.lang.Short v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
v = interfaceinvoke v.<io.vertx.core.http.WebSocket: java.lang.Short closeStatusCode()>();
return v;
}
public java.lang.String closeReason()
{
io.vertx.core.http.WebSocket v;
java.lang.String v;
io.vertx.mutiny.core.http.WebSocket v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
v = interfaceinvoke v.<io.vertx.core.http.WebSocket: java.lang.String closeReason()>();
return v;
}
public io.vertx.mutiny.core.MultiMap headers()
{
io.vertx.mutiny.core.http.WebSocket v;
io.vertx.core.MultiMap v;
io.vertx.core.http.WebSocket v;
io.vertx.mutiny.core.MultiMap v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
v = interfaceinvoke v.<io.vertx.core.http.WebSocket: io.vertx.core.MultiMap headers()>();
v = staticinvoke <io.vertx.mutiny.core.MultiMap: io.vertx.mutiny.core.MultiMap newInstance(io.vertx.core.MultiMap)>(v);
return v;
}
public io.smallrye.mutiny.Uni writePing(io.vertx.mutiny.core.buffer.Buffer)
{
java.util.function.Consumer v;
io.vertx.mutiny.core.buffer.Buffer v;
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.mutiny.core.buffer.Buffer;
v = staticinvoke <io.vertx.mutiny.core.http.WebSocket$lambda_writePing_6__1920: java.util.function.Consumer bootstrap$(io.vertx.mutiny.core.http.WebSocket,io.vertx.mutiny.core.buffer.Buffer)>(v, v);
v = staticinvoke <io.smallrye.mutiny.vertx.AsyncResultUni: io.smallrye.mutiny.Uni toUni(java.util.function.Consumer)>(v);
return v;
}
public java.lang.Void writePingAndAwait(io.vertx.mutiny.core.buffer.Buffer)
{
io.smallrye.mutiny.groups.UniAwait v;
io.vertx.mutiny.core.buffer.Buffer v;
io.vertx.mutiny.core.http.WebSocket v;
java.lang.Object v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.mutiny.core.buffer.Buffer;
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Uni writePing(io.vertx.mutiny.core.buffer.Buffer)>(v);
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniAwait await()>();
v = virtualinvoke v.<io.smallrye.mutiny.groups.UniAwait: java.lang.Object indefinitely()>();
return v;
}
public io.vertx.mutiny.core.http.WebSocketBase writePingAndForget(io.vertx.mutiny.core.buffer.Buffer)
{
java.util.function.Consumer v;
io.vertx.mutiny.core.buffer.Buffer v;
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.groups.UniSubscribe v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.mutiny.core.buffer.Buffer;
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Uni writePing(io.vertx.mutiny.core.buffer.Buffer)>(v);
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniSubscribe subscribe()>();
v = <io.smallrye.mutiny.vertx.UniHelper: java.util.function.Consumer NOOP>;
virtualinvoke v.<io.smallrye.mutiny.groups.UniSubscribe: io.smallrye.mutiny.subscription.Cancellable 'with'(java.util.function.Consumer)>(v);
return v;
}
public io.smallrye.mutiny.Uni writePong(io.vertx.mutiny.core.buffer.Buffer)
{
java.util.function.Consumer v;
io.vertx.mutiny.core.buffer.Buffer v;
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.mutiny.core.buffer.Buffer;
v = staticinvoke <io.vertx.mutiny.core.http.WebSocket$lambda_writePong_7__1921: java.util.function.Consumer bootstrap$(io.vertx.mutiny.core.http.WebSocket,io.vertx.mutiny.core.buffer.Buffer)>(v, v);
v = staticinvoke <io.smallrye.mutiny.vertx.AsyncResultUni: io.smallrye.mutiny.Uni toUni(java.util.function.Consumer)>(v);
return v;
}
public java.lang.Void writePongAndAwait(io.vertx.mutiny.core.buffer.Buffer)
{
io.smallrye.mutiny.groups.UniAwait v;
io.vertx.mutiny.core.buffer.Buffer v;
io.vertx.mutiny.core.http.WebSocket v;
java.lang.Object v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.mutiny.core.buffer.Buffer;
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Uni writePong(io.vertx.mutiny.core.buffer.Buffer)>(v);
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniAwait await()>();
v = virtualinvoke v.<io.smallrye.mutiny.groups.UniAwait: java.lang.Object indefinitely()>();
return v;
}
public io.vertx.mutiny.core.http.WebSocketBase writePongAndForget(io.vertx.mutiny.core.buffer.Buffer)
{
java.util.function.Consumer v;
io.vertx.mutiny.core.buffer.Buffer v;
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.groups.UniSubscribe v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.mutiny.core.buffer.Buffer;
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Uni writePong(io.vertx.mutiny.core.buffer.Buffer)>(v);
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniSubscribe subscribe()>();
v = <io.smallrye.mutiny.vertx.UniHelper: java.util.function.Consumer NOOP>;
virtualinvoke v.<io.smallrye.mutiny.groups.UniSubscribe: io.smallrye.mutiny.subscription.Cancellable 'with'(java.util.function.Consumer)>(v);
return v;
}
private io.vertx.mutiny.core.http.WebSocketBase __textMessageHandler(io.vertx.core.Handler)
{
io.vertx.core.http.WebSocket v;
io.vertx.core.Handler v;
io.vertx.mutiny.core.http.WebSocket v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
interfaceinvoke v.<io.vertx.core.http.WebSocket: io.vertx.core.http.WebSocketBase textMessageHandler(io.vertx.core.Handler)>(v);
return v;
}
public io.vertx.mutiny.core.http.WebSocketBase textMessageHandler(java.util.function.Consumer)
{
java.util.function.Consumer v;
io.smallrye.mutiny.vertx.DelegatingConsumerHandler v;
io.vertx.mutiny.core.http.WebSocketBase v;
io.vertx.mutiny.core.http.WebSocket v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: java.util.function.Consumer;
if v == null goto label;
v = new io.smallrye.mutiny.vertx.DelegatingConsumerHandler;
specialinvoke v.<io.smallrye.mutiny.vertx.DelegatingConsumerHandler: void <init>(java.util.function.Consumer)>(v);
goto label;
label:
v = null;
label:
v = specialinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.mutiny.core.http.WebSocketBase __textMessageHandler(io.vertx.core.Handler)>(v);
return v;
}
private io.vertx.mutiny.core.http.WebSocketBase __binaryMessageHandler(io.vertx.core.Handler)
{
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.vertx.DelegatingHandler v;
io.vertx.core.http.WebSocket v;
io.vertx.core.Handler v;
java.util.function.Function v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
v = new io.smallrye.mutiny.vertx.DelegatingHandler;
v = staticinvoke <io.vertx.mutiny.core.http.WebSocket$lambda___binaryMessageHandler_8__1922: java.util.function.Function bootstrap$()>();
specialinvoke v.<io.smallrye.mutiny.vertx.DelegatingHandler: void <init>(io.vertx.core.Handler,java.util.function.Function)>(v, v);
interfaceinvoke v.<io.vertx.core.http.WebSocket: io.vertx.core.http.WebSocketBase binaryMessageHandler(io.vertx.core.Handler)>(v);
return v;
}
public io.vertx.mutiny.core.http.WebSocketBase binaryMessageHandler(java.util.function.Consumer)
{
java.util.function.Consumer v;
io.smallrye.mutiny.vertx.DelegatingConsumerHandler v;
io.vertx.mutiny.core.http.WebSocketBase v;
io.vertx.mutiny.core.http.WebSocket v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: java.util.function.Consumer;
if v == null goto label;
v = new io.smallrye.mutiny.vertx.DelegatingConsumerHandler;
specialinvoke v.<io.smallrye.mutiny.vertx.DelegatingConsumerHandler: void <init>(java.util.function.Consumer)>(v);
goto label;
label:
v = null;
label:
v = specialinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.mutiny.core.http.WebSocketBase __binaryMessageHandler(io.vertx.core.Handler)>(v);
return v;
}
private io.vertx.mutiny.core.http.WebSocketBase __pongHandler(io.vertx.core.Handler)
{
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.vertx.DelegatingHandler v;
io.vertx.core.http.WebSocket v;
io.vertx.core.Handler v;
java.util.function.Function v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
v = new io.smallrye.mutiny.vertx.DelegatingHandler;
v = staticinvoke <io.vertx.mutiny.core.http.WebSocket$lambda___pongHandler_9__1923: java.util.function.Function bootstrap$()>();
specialinvoke v.<io.smallrye.mutiny.vertx.DelegatingHandler: void <init>(io.vertx.core.Handler,java.util.function.Function)>(v, v);
interfaceinvoke v.<io.vertx.core.http.WebSocket: io.vertx.core.http.WebSocketBase pongHandler(io.vertx.core.Handler)>(v);
return v;
}
public io.vertx.mutiny.core.http.WebSocketBase pongHandler(java.util.function.Consumer)
{
java.util.function.Consumer v;
io.smallrye.mutiny.vertx.DelegatingConsumerHandler v;
io.vertx.mutiny.core.http.WebSocketBase v;
io.vertx.mutiny.core.http.WebSocket v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: java.util.function.Consumer;
if v == null goto label;
v = new io.smallrye.mutiny.vertx.DelegatingConsumerHandler;
specialinvoke v.<io.smallrye.mutiny.vertx.DelegatingConsumerHandler: void <init>(java.util.function.Consumer)>(v);
goto label;
label:
v = null;
label:
v = specialinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.mutiny.core.http.WebSocketBase __pongHandler(io.vertx.core.Handler)>(v);
return v;
}
public io.smallrye.mutiny.Uni end()
{
java.util.function.Consumer v;
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v = staticinvoke <io.vertx.mutiny.core.http.WebSocket$lambda_end_10__1924: java.util.function.Consumer bootstrap$(io.vertx.mutiny.core.http.WebSocket)>(v);
v = staticinvoke <io.smallrye.mutiny.vertx.AsyncResultUni: io.smallrye.mutiny.Uni toUni(java.util.function.Consumer)>(v);
return v;
}
public java.lang.Void endAndAwait()
{
io.smallrye.mutiny.groups.UniAwait v;
io.vertx.mutiny.core.http.WebSocket v;
java.lang.Object v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Uni end()>();
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniAwait await()>();
v = virtualinvoke v.<io.smallrye.mutiny.groups.UniAwait: java.lang.Object indefinitely()>();
return v;
}
public void endAndForget()
{
java.util.function.Consumer v;
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.groups.UniSubscribe v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Uni end()>();
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniSubscribe subscribe()>();
v = <io.smallrye.mutiny.vertx.UniHelper: java.util.function.Consumer NOOP>;
virtualinvoke v.<io.smallrye.mutiny.groups.UniSubscribe: io.smallrye.mutiny.subscription.Cancellable 'with'(java.util.function.Consumer)>(v);
return;
}
public io.smallrye.mutiny.Uni close()
{
java.util.function.Consumer v;
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v = staticinvoke <io.vertx.mutiny.core.http.WebSocket$lambda_close_11__1925: java.util.function.Consumer bootstrap$(io.vertx.mutiny.core.http.WebSocket)>(v);
v = staticinvoke <io.smallrye.mutiny.vertx.AsyncResultUni: io.smallrye.mutiny.Uni toUni(java.util.function.Consumer)>(v);
return v;
}
public java.lang.Void closeAndAwait()
{
io.smallrye.mutiny.groups.UniAwait v;
io.vertx.mutiny.core.http.WebSocket v;
java.lang.Object v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Uni close()>();
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniAwait await()>();
v = virtualinvoke v.<io.smallrye.mutiny.groups.UniAwait: java.lang.Object indefinitely()>();
return v;
}
public void closeAndForget()
{
java.util.function.Consumer v;
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.groups.UniSubscribe v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Uni close()>();
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniSubscribe subscribe()>();
v = <io.smallrye.mutiny.vertx.UniHelper: java.util.function.Consumer NOOP>;
virtualinvoke v.<io.smallrye.mutiny.groups.UniSubscribe: io.smallrye.mutiny.subscription.Cancellable 'with'(java.util.function.Consumer)>(v);
return;
}
public io.smallrye.mutiny.Uni close(short)
{
java.util.function.Consumer v;
short v;
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: short;
v = staticinvoke <io.vertx.mutiny.core.http.WebSocket$lambda_close_12__1926: java.util.function.Consumer bootstrap$(io.vertx.mutiny.core.http.WebSocket,short)>(v, v);
v = staticinvoke <io.smallrye.mutiny.vertx.AsyncResultUni: io.smallrye.mutiny.Uni toUni(java.util.function.Consumer)>(v);
return v;
}
public java.lang.Void closeAndAwait(short)
{
io.smallrye.mutiny.groups.UniAwait v;
short v;
io.vertx.mutiny.core.http.WebSocket v;
java.lang.Object v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: short;
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Uni close(short)>(v);
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniAwait await()>();
v = virtualinvoke v.<io.smallrye.mutiny.groups.UniAwait: java.lang.Object indefinitely()>();
return v;
}
public void closeAndForget(short)
{
java.util.function.Consumer v;
short v;
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.groups.UniSubscribe v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: short;
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Uni close(short)>(v);
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniSubscribe subscribe()>();
v = <io.smallrye.mutiny.vertx.UniHelper: java.util.function.Consumer NOOP>;
virtualinvoke v.<io.smallrye.mutiny.groups.UniSubscribe: io.smallrye.mutiny.subscription.Cancellable 'with'(java.util.function.Consumer)>(v);
return;
}
public io.smallrye.mutiny.Uni close(short, java.lang.String)
{
java.util.function.Consumer v;
short v;
io.vertx.mutiny.core.http.WebSocket v;
java.lang.String v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: short;
v := @parameter: java.lang.String;
v = staticinvoke <io.vertx.mutiny.core.http.WebSocket$lambda_close_13__1927: java.util.function.Consumer bootstrap$(io.vertx.mutiny.core.http.WebSocket,short,java.lang.String)>(v, v, v);
v = staticinvoke <io.smallrye.mutiny.vertx.AsyncResultUni: io.smallrye.mutiny.Uni toUni(java.util.function.Consumer)>(v);
return v;
}
public java.lang.Void closeAndAwait(short, java.lang.String)
{
io.smallrye.mutiny.groups.UniAwait v;
short v;
io.vertx.mutiny.core.http.WebSocket v;
java.lang.Object v;
java.lang.String v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: short;
v := @parameter: java.lang.String;
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Uni close(short,java.lang.String)>(v, v);
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniAwait await()>();
v = virtualinvoke v.<io.smallrye.mutiny.groups.UniAwait: java.lang.Object indefinitely()>();
return v;
}
public void closeAndForget(short, java.lang.String)
{
java.util.function.Consumer v;
short v;
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.groups.UniSubscribe v;
java.lang.String v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: short;
v := @parameter: java.lang.String;
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Uni close(short,java.lang.String)>(v, v);
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniSubscribe subscribe()>();
v = <io.smallrye.mutiny.vertx.UniHelper: java.util.function.Consumer NOOP>;
virtualinvoke v.<io.smallrye.mutiny.groups.UniSubscribe: io.smallrye.mutiny.subscription.Cancellable 'with'(java.util.function.Consumer)>(v);
return;
}
public io.vertx.mutiny.core.net.SocketAddress remoteAddress()
{
io.vertx.mutiny.core.http.WebSocket v;
io.vertx.mutiny.core.net.SocketAddress v, v, v;
io.vertx.core.http.WebSocket v;
io.vertx.core.net.SocketAddress v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.mutiny.core.net.SocketAddress cached_0>;
if v == null goto label;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.mutiny.core.net.SocketAddress cached_0>;
return v;
label:
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
v = interfaceinvoke v.<io.vertx.core.http.WebSocket: io.vertx.core.net.SocketAddress remoteAddress()>();
v = staticinvoke <io.vertx.mutiny.core.net.SocketAddress: io.vertx.mutiny.core.net.SocketAddress newInstance(io.vertx.core.net.SocketAddress)>(v);
v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.mutiny.core.net.SocketAddress cached_0> = v;
return v;
}
public io.vertx.mutiny.core.net.SocketAddress localAddress()
{
io.vertx.mutiny.core.http.WebSocket v;
io.vertx.mutiny.core.net.SocketAddress v, v, v;
io.vertx.core.http.WebSocket v;
io.vertx.core.net.SocketAddress v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.mutiny.core.net.SocketAddress cached_1>;
if v == null goto label;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.mutiny.core.net.SocketAddress cached_1>;
return v;
label:
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
v = interfaceinvoke v.<io.vertx.core.http.WebSocket: io.vertx.core.net.SocketAddress localAddress()>();
v = staticinvoke <io.vertx.mutiny.core.net.SocketAddress: io.vertx.mutiny.core.net.SocketAddress newInstance(io.vertx.core.net.SocketAddress)>(v);
v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.mutiny.core.net.SocketAddress cached_1> = v;
return v;
}
public boolean isSsl()
{
io.vertx.core.http.WebSocket v;
io.vertx.mutiny.core.http.WebSocket v;
boolean v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
v = interfaceinvoke v.<io.vertx.core.http.WebSocket: boolean isSsl()>();
return v;
}
public boolean isClosed()
{
io.vertx.core.http.WebSocket v;
io.vertx.mutiny.core.http.WebSocket v;
boolean v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
v = interfaceinvoke v.<io.vertx.core.http.WebSocket: boolean isClosed()>();
return v;
}
private io.vertx.mutiny.core.http.WebSocket __exceptionHandler(io.vertx.core.Handler)
{
io.vertx.core.http.WebSocket v;
io.vertx.core.Handler v;
io.vertx.mutiny.core.http.WebSocket v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
interfaceinvoke v.<io.vertx.core.http.WebSocket: io.vertx.core.http.WebSocket exceptionHandler(io.vertx.core.Handler)>(v);
return v;
}
public io.vertx.mutiny.core.http.WebSocket exceptionHandler(java.util.function.Consumer)
{
java.util.function.Consumer v;
io.smallrye.mutiny.vertx.DelegatingConsumerHandler v;
io.vertx.mutiny.core.http.WebSocket v, v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: java.util.function.Consumer;
if v == null goto label;
v = new io.smallrye.mutiny.vertx.DelegatingConsumerHandler;
specialinvoke v.<io.smallrye.mutiny.vertx.DelegatingConsumerHandler: void <init>(java.util.function.Consumer)>(v);
goto label;
label:
v = null;
label:
v = specialinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.mutiny.core.http.WebSocket __exceptionHandler(io.vertx.core.Handler)>(v);
return v;
}
private io.vertx.mutiny.core.http.WebSocket __handler(io.vertx.core.Handler)
{
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.vertx.DelegatingHandler v;
io.vertx.core.http.WebSocket v;
io.vertx.core.Handler v;
java.util.function.Function v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
v = new io.smallrye.mutiny.vertx.DelegatingHandler;
v = staticinvoke <io.vertx.mutiny.core.http.WebSocket$lambda___handler_14__1928: java.util.function.Function bootstrap$()>();
specialinvoke v.<io.smallrye.mutiny.vertx.DelegatingHandler: void <init>(io.vertx.core.Handler,java.util.function.Function)>(v, v);
interfaceinvoke v.<io.vertx.core.http.WebSocket: io.vertx.core.http.WebSocket handler(io.vertx.core.Handler)>(v);
return v;
}
public io.vertx.mutiny.core.http.WebSocket handler(java.util.function.Consumer)
{
java.util.function.Consumer v;
io.smallrye.mutiny.vertx.DelegatingConsumerHandler v;
io.vertx.mutiny.core.http.WebSocket v, v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: java.util.function.Consumer;
if v == null goto label;
v = new io.smallrye.mutiny.vertx.DelegatingConsumerHandler;
specialinvoke v.<io.smallrye.mutiny.vertx.DelegatingConsumerHandler: void <init>(java.util.function.Consumer)>(v);
goto label;
label:
v = null;
label:
v = specialinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.mutiny.core.http.WebSocket __handler(io.vertx.core.Handler)>(v);
return v;
}
public io.vertx.mutiny.core.http.WebSocket pause()
{
io.vertx.core.http.WebSocket v;
io.vertx.mutiny.core.http.WebSocket v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
interfaceinvoke v.<io.vertx.core.http.WebSocket: io.vertx.core.http.WebSocket pause()>();
return v;
}
public io.vertx.mutiny.core.http.WebSocket resume()
{
io.vertx.core.http.WebSocket v;
io.vertx.mutiny.core.http.WebSocket v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
interfaceinvoke v.<io.vertx.core.http.WebSocket: io.vertx.core.http.WebSocket resume()>();
return v;
}
public io.vertx.mutiny.core.http.WebSocket fetch(long)
{
long v;
io.vertx.core.http.WebSocket v;
io.vertx.mutiny.core.http.WebSocket v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: long;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
interfaceinvoke v.<io.vertx.core.http.WebSocket: io.vertx.core.http.WebSocket fetch(long)>(v);
return v;
}
private io.vertx.mutiny.core.http.WebSocket __endHandler(io.vertx.core.Handler)
{
io.vertx.core.http.WebSocket v;
io.vertx.core.Handler v;
io.vertx.mutiny.core.http.WebSocket v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
interfaceinvoke v.<io.vertx.core.http.WebSocket: io.vertx.core.http.WebSocket endHandler(io.vertx.core.Handler)>(v);
return v;
}
public io.vertx.mutiny.core.http.WebSocket endHandler(java.lang.Runnable)
{
io.vertx.mutiny.core.http.WebSocket v, v;
io.vertx.core.Handler v;
java.lang.Runnable v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: java.lang.Runnable;
v = staticinvoke <io.vertx.mutiny.core.http.WebSocket$lambda_endHandler_15__1929: io.vertx.core.Handler bootstrap$(java.lang.Runnable)>(v);
v = specialinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.mutiny.core.http.WebSocket __endHandler(io.vertx.core.Handler)>(v);
return v;
}
public io.vertx.mutiny.core.http.WebSocket setWriteQueueMaxSize(int)
{
int v;
io.vertx.core.http.WebSocket v;
io.vertx.mutiny.core.http.WebSocket v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: int;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
interfaceinvoke v.<io.vertx.core.http.WebSocket: io.vertx.core.http.WebSocket setWriteQueueMaxSize(int)>(v);
return v;
}
private io.vertx.mutiny.core.http.WebSocket __drainHandler(io.vertx.core.Handler)
{
io.vertx.core.http.WebSocket v;
io.vertx.core.Handler v;
io.vertx.mutiny.core.http.WebSocket v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
interfaceinvoke v.<io.vertx.core.http.WebSocket: io.vertx.core.http.WebSocket drainHandler(io.vertx.core.Handler)>(v);
return v;
}
public io.vertx.mutiny.core.http.WebSocket drainHandler(java.lang.Runnable)
{
io.vertx.mutiny.core.http.WebSocket v, v;
io.vertx.core.Handler v;
java.lang.Runnable v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: java.lang.Runnable;
v = staticinvoke <io.vertx.mutiny.core.http.WebSocket$lambda_drainHandler_16__1930: io.vertx.core.Handler bootstrap$(java.lang.Runnable)>(v);
v = specialinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.mutiny.core.http.WebSocket __drainHandler(io.vertx.core.Handler)>(v);
return v;
}
public io.smallrye.mutiny.Uni writeFrame(io.vertx.mutiny.core.http.WebSocketFrame)
{
java.util.function.Consumer v;
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.Uni v;
io.vertx.mutiny.core.http.WebSocketFrame v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.mutiny.core.http.WebSocketFrame;
v = staticinvoke <io.vertx.mutiny.core.http.WebSocket$lambda_writeFrame_17__1931: java.util.function.Consumer bootstrap$(io.vertx.mutiny.core.http.WebSocket,io.vertx.mutiny.core.http.WebSocketFrame)>(v, v);
v = staticinvoke <io.smallrye.mutiny.vertx.AsyncResultUni: io.smallrye.mutiny.Uni toUni(java.util.function.Consumer)>(v);
return v;
}
public java.lang.Void writeFrameAndAwait(io.vertx.mutiny.core.http.WebSocketFrame)
{
io.smallrye.mutiny.groups.UniAwait v;
io.vertx.mutiny.core.http.WebSocket v;
java.lang.Object v;
io.smallrye.mutiny.Uni v;
io.vertx.mutiny.core.http.WebSocketFrame v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.mutiny.core.http.WebSocketFrame;
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Uni writeFrame(io.vertx.mutiny.core.http.WebSocketFrame)>(v);
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniAwait await()>();
v = virtualinvoke v.<io.smallrye.mutiny.groups.UniAwait: java.lang.Object indefinitely()>();
return v;
}
public io.vertx.mutiny.core.http.WebSocket writeFrameAndForget(io.vertx.mutiny.core.http.WebSocketFrame)
{
java.util.function.Consumer v;
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.groups.UniSubscribe v;
io.smallrye.mutiny.Uni v;
io.vertx.mutiny.core.http.WebSocketFrame v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.mutiny.core.http.WebSocketFrame;
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Uni writeFrame(io.vertx.mutiny.core.http.WebSocketFrame)>(v);
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniSubscribe subscribe()>();
v = <io.smallrye.mutiny.vertx.UniHelper: java.util.function.Consumer NOOP>;
virtualinvoke v.<io.smallrye.mutiny.groups.UniSubscribe: io.smallrye.mutiny.subscription.Cancellable 'with'(java.util.function.Consumer)>(v);
return v;
}
public io.smallrye.mutiny.Uni writeFinalTextFrame(java.lang.String)
{
java.util.function.Consumer v;
io.vertx.mutiny.core.http.WebSocket v;
java.lang.String v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: java.lang.String;
v = staticinvoke <io.vertx.mutiny.core.http.WebSocket$lambda_writeFinalTextFrame_18__1932: java.util.function.Consumer bootstrap$(io.vertx.mutiny.core.http.WebSocket,java.lang.String)>(v, v);
v = staticinvoke <io.smallrye.mutiny.vertx.AsyncResultUni: io.smallrye.mutiny.Uni toUni(java.util.function.Consumer)>(v);
return v;
}
public java.lang.Void writeFinalTextFrameAndAwait(java.lang.String)
{
io.smallrye.mutiny.groups.UniAwait v;
io.vertx.mutiny.core.http.WebSocket v;
java.lang.Object v;
java.lang.String v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: java.lang.String;
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Uni writeFinalTextFrame(java.lang.String)>(v);
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniAwait await()>();
v = virtualinvoke v.<io.smallrye.mutiny.groups.UniAwait: java.lang.Object indefinitely()>();
return v;
}
public io.vertx.mutiny.core.http.WebSocket writeFinalTextFrameAndForget(java.lang.String)
{
java.util.function.Consumer v;
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.groups.UniSubscribe v;
java.lang.String v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: java.lang.String;
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Uni writeFinalTextFrame(java.lang.String)>(v);
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniSubscribe subscribe()>();
v = <io.smallrye.mutiny.vertx.UniHelper: java.util.function.Consumer NOOP>;
virtualinvoke v.<io.smallrye.mutiny.groups.UniSubscribe: io.smallrye.mutiny.subscription.Cancellable 'with'(java.util.function.Consumer)>(v);
return v;
}
public io.smallrye.mutiny.Uni writeFinalBinaryFrame(io.vertx.mutiny.core.buffer.Buffer)
{
java.util.function.Consumer v;
io.vertx.mutiny.core.buffer.Buffer v;
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.mutiny.core.buffer.Buffer;
v = staticinvoke <io.vertx.mutiny.core.http.WebSocket$lambda_writeFinalBinaryFrame_19__1933: java.util.function.Consumer bootstrap$(io.vertx.mutiny.core.http.WebSocket,io.vertx.mutiny.core.buffer.Buffer)>(v, v);
v = staticinvoke <io.smallrye.mutiny.vertx.AsyncResultUni: io.smallrye.mutiny.Uni toUni(java.util.function.Consumer)>(v);
return v;
}
public java.lang.Void writeFinalBinaryFrameAndAwait(io.vertx.mutiny.core.buffer.Buffer)
{
io.smallrye.mutiny.groups.UniAwait v;
io.vertx.mutiny.core.buffer.Buffer v;
io.vertx.mutiny.core.http.WebSocket v;
java.lang.Object v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.mutiny.core.buffer.Buffer;
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Uni writeFinalBinaryFrame(io.vertx.mutiny.core.buffer.Buffer)>(v);
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniAwait await()>();
v = virtualinvoke v.<io.smallrye.mutiny.groups.UniAwait: java.lang.Object indefinitely()>();
return v;
}
public io.vertx.mutiny.core.http.WebSocket writeFinalBinaryFrameAndForget(io.vertx.mutiny.core.buffer.Buffer)
{
java.util.function.Consumer v;
io.vertx.mutiny.core.buffer.Buffer v;
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.groups.UniSubscribe v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.mutiny.core.buffer.Buffer;
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Uni writeFinalBinaryFrame(io.vertx.mutiny.core.buffer.Buffer)>(v);
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniSubscribe subscribe()>();
v = <io.smallrye.mutiny.vertx.UniHelper: java.util.function.Consumer NOOP>;
virtualinvoke v.<io.smallrye.mutiny.groups.UniSubscribe: io.smallrye.mutiny.subscription.Cancellable 'with'(java.util.function.Consumer)>(v);
return v;
}
public io.smallrye.mutiny.Uni writeBinaryMessage(io.vertx.mutiny.core.buffer.Buffer)
{
java.util.function.Consumer v;
io.vertx.mutiny.core.buffer.Buffer v;
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.mutiny.core.buffer.Buffer;
v = staticinvoke <io.vertx.mutiny.core.http.WebSocket$lambda_writeBinaryMessage_20__1934: java.util.function.Consumer bootstrap$(io.vertx.mutiny.core.http.WebSocket,io.vertx.mutiny.core.buffer.Buffer)>(v, v);
v = staticinvoke <io.smallrye.mutiny.vertx.AsyncResultUni: io.smallrye.mutiny.Uni toUni(java.util.function.Consumer)>(v);
return v;
}
public java.lang.Void writeBinaryMessageAndAwait(io.vertx.mutiny.core.buffer.Buffer)
{
io.smallrye.mutiny.groups.UniAwait v;
io.vertx.mutiny.core.buffer.Buffer v;
io.vertx.mutiny.core.http.WebSocket v;
java.lang.Object v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.mutiny.core.buffer.Buffer;
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Uni writeBinaryMessage(io.vertx.mutiny.core.buffer.Buffer)>(v);
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniAwait await()>();
v = virtualinvoke v.<io.smallrye.mutiny.groups.UniAwait: java.lang.Object indefinitely()>();
return v;
}
public io.vertx.mutiny.core.http.WebSocket writeBinaryMessageAndForget(io.vertx.mutiny.core.buffer.Buffer)
{
java.util.function.Consumer v;
io.vertx.mutiny.core.buffer.Buffer v;
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.groups.UniSubscribe v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.mutiny.core.buffer.Buffer;
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Uni writeBinaryMessage(io.vertx.mutiny.core.buffer.Buffer)>(v);
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniSubscribe subscribe()>();
v = <io.smallrye.mutiny.vertx.UniHelper: java.util.function.Consumer NOOP>;
virtualinvoke v.<io.smallrye.mutiny.groups.UniSubscribe: io.smallrye.mutiny.subscription.Cancellable 'with'(java.util.function.Consumer)>(v);
return v;
}
public io.smallrye.mutiny.Uni writeTextMessage(java.lang.String)
{
java.util.function.Consumer v;
io.vertx.mutiny.core.http.WebSocket v;
java.lang.String v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: java.lang.String;
v = staticinvoke <io.vertx.mutiny.core.http.WebSocket$lambda_writeTextMessage_21__1935: java.util.function.Consumer bootstrap$(io.vertx.mutiny.core.http.WebSocket,java.lang.String)>(v, v);
v = staticinvoke <io.smallrye.mutiny.vertx.AsyncResultUni: io.smallrye.mutiny.Uni toUni(java.util.function.Consumer)>(v);
return v;
}
public java.lang.Void writeTextMessageAndAwait(java.lang.String)
{
io.smallrye.mutiny.groups.UniAwait v;
io.vertx.mutiny.core.http.WebSocket v;
java.lang.Object v;
java.lang.String v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: java.lang.String;
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Uni writeTextMessage(java.lang.String)>(v);
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniAwait await()>();
v = virtualinvoke v.<io.smallrye.mutiny.groups.UniAwait: java.lang.Object indefinitely()>();
return v;
}
public io.vertx.mutiny.core.http.WebSocket writeTextMessageAndForget(java.lang.String)
{
java.util.function.Consumer v;
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.groups.UniSubscribe v;
java.lang.String v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: java.lang.String;
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Uni writeTextMessage(java.lang.String)>(v);
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniSubscribe subscribe()>();
v = <io.smallrye.mutiny.vertx.UniHelper: java.util.function.Consumer NOOP>;
virtualinvoke v.<io.smallrye.mutiny.groups.UniSubscribe: io.smallrye.mutiny.subscription.Cancellable 'with'(java.util.function.Consumer)>(v);
return v;
}
private io.vertx.mutiny.core.http.WebSocket __closeHandler(io.vertx.core.Handler)
{
io.vertx.core.http.WebSocket v;
io.vertx.core.Handler v;
io.vertx.mutiny.core.http.WebSocket v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
interfaceinvoke v.<io.vertx.core.http.WebSocket: io.vertx.core.http.WebSocket closeHandler(io.vertx.core.Handler)>(v);
return v;
}
public io.vertx.mutiny.core.http.WebSocket closeHandler(java.lang.Runnable)
{
io.vertx.mutiny.core.http.WebSocket v, v;
io.vertx.core.Handler v;
java.lang.Runnable v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: java.lang.Runnable;
v = staticinvoke <io.vertx.mutiny.core.http.WebSocket$lambda_closeHandler_22__1936: io.vertx.core.Handler bootstrap$(java.lang.Runnable)>(v);
v = specialinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.mutiny.core.http.WebSocket __closeHandler(io.vertx.core.Handler)>(v);
return v;
}
private io.vertx.mutiny.core.http.WebSocket __frameHandler(io.vertx.core.Handler)
{
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.vertx.DelegatingHandler v;
io.vertx.core.http.WebSocket v;
io.vertx.core.Handler v;
java.util.function.Function v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
v = new io.smallrye.mutiny.vertx.DelegatingHandler;
v = staticinvoke <io.vertx.mutiny.core.http.WebSocket$lambda___frameHandler_23__1937: java.util.function.Function bootstrap$()>();
specialinvoke v.<io.smallrye.mutiny.vertx.DelegatingHandler: void <init>(io.vertx.core.Handler,java.util.function.Function)>(v, v);
interfaceinvoke v.<io.vertx.core.http.WebSocket: io.vertx.core.http.WebSocket frameHandler(io.vertx.core.Handler)>(v);
return v;
}
public io.vertx.mutiny.core.http.WebSocket frameHandler(java.util.function.Consumer)
{
java.util.function.Consumer v;
io.smallrye.mutiny.vertx.DelegatingConsumerHandler v;
io.vertx.mutiny.core.http.WebSocket v, v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v := @parameter: java.util.function.Consumer;
if v == null goto label;
v = new io.smallrye.mutiny.vertx.DelegatingConsumerHandler;
specialinvoke v.<io.smallrye.mutiny.vertx.DelegatingConsumerHandler: void <init>(java.util.function.Consumer)>(v);
goto label;
label:
v = null;
label:
v = specialinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.mutiny.core.http.WebSocket __frameHandler(io.vertx.core.Handler)>(v);
return v;
}
public javax.net.ssl.SSLSession sslSession()
{
io.vertx.core.http.WebSocket v;
javax.net.ssl.SSLSession v;
io.vertx.mutiny.core.http.WebSocket v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
v = interfaceinvoke v.<io.vertx.core.http.WebSocket: javax.net.ssl.SSLSession sslSession()>();
return v;
}
public synchronized io.smallrye.mutiny.Multi toMulti()
{
io.vertx.mutiny.core.http.WebSocket v;
io.vertx.core.http.WebSocket v;
java.util.function.Function v;
io.smallrye.mutiny.Multi v, v, v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v = v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Multi multi>;
if v != null goto label;
v = staticinvoke <io.vertx.mutiny.core.http.WebSocket$newInstance__1938: java.util.function.Function bootstrap$()>();
v = v.<io.vertx.mutiny.core.http.WebSocket: io.vertx.core.http.WebSocket delegate>;
v = staticinvoke <io.smallrye.mutiny.vertx.MultiHelper: io.smallrye.mutiny.Multi toMulti(io.vertx.core.streams.ReadStream,java.util.function.Function)>(v, v);
v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Multi multi> = v;
label:
v = v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Multi multi>;
return v;
}
public java.lang.Iterable toBlockingIterable()
{
io.smallrye.mutiny.groups.MultiSubscribe v;
io.smallrye.mutiny.helpers.BlockingIterable v;
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.Multi v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Multi toMulti()>();
v = interfaceinvoke v.<io.smallrye.mutiny.Multi: io.smallrye.mutiny.groups.MultiSubscribe subscribe()>();
v = virtualinvoke v.<io.smallrye.mutiny.groups.MultiSubscribe: io.smallrye.mutiny.helpers.BlockingIterable asIterable()>();
return v;
}
public java.util.stream.Stream toBlockingStream()
{
io.smallrye.mutiny.groups.MultiSubscribe v;
java.util.stream.Stream v;
io.vertx.mutiny.core.http.WebSocket v;
io.smallrye.mutiny.Multi v;
v := @this: io.vertx.mutiny.core.http.WebSocket;
v = virtualinvoke v.<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.Multi toMulti()>();
v = interfaceinvoke v.<io.smallrye.mutiny.Multi: io.smallrye.mutiny.groups.MultiSubscribe subscribe()>();
v = virtualinvoke v.<io.smallrye.mutiny.groups.MultiSubscribe: java.util.stream.Stream asStream()>();
return v;
}
public static io.vertx.mutiny.core.http.WebSocket newInstance(io.vertx.core.http.WebSocket)
{
io.vertx.core.http.WebSocket v;
io.vertx.mutiny.core.http.WebSocket v;
v := @parameter: io.vertx.core.http.WebSocket;
if v == null goto label;
v = new io.vertx.mutiny.core.http.WebSocket;
specialinvoke v.<io.vertx.mutiny.core.http.WebSocket: void <init>(io.vertx.core.http.WebSocket)>(v);
goto label;
label:
v = null;
label:
return v;
}
static void <clinit>()
{
io.smallrye.mutiny.vertx.TypeArg v, v;
java.util.function.Function v, v, v, v;
v = new io.smallrye.mutiny.vertx.TypeArg;
v = staticinvoke <io.vertx.mutiny.core.http.WebSocket$lambda_static_0__1939: java.util.function.Function bootstrap$()>();
v = staticinvoke <io.vertx.mutiny.core.http.WebSocket$getDelegate__1940: java.util.function.Function bootstrap$()>();
specialinvoke v.<io.smallrye.mutiny.vertx.TypeArg: void <init>(java.util.function.Function,java.util.function.Function)>(v, v);
<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.vertx.TypeArg __TYPE_ARG> = v;
v = new io.smallrye.mutiny.vertx.TypeArg;
v = staticinvoke <io.vertx.mutiny.core.http.WebSocket$lambda_static_1__1941: java.util.function.Function bootstrap$()>();
v = staticinvoke <io.vertx.mutiny.core.http.WebSocket$lambda_static_2__1942: java.util.function.Function bootstrap$()>();
specialinvoke v.<io.smallrye.mutiny.vertx.TypeArg: void <init>(java.util.function.Function,java.util.function.Function)>(v, v);
<io.vertx.mutiny.core.http.WebSocket: io.smallrye.mutiny.vertx.TypeArg TYPE_ARG_0> = v;
return;
}
}