public final class io.vertx.core.http.impl.WebSocketImplBase$receiveFrame__968 extends java.lang.Object implements io.vertx.core.Handler
{
io.vertx.core.http.impl.WebSocketImplBase cap;
public static io.vertx.core.Handler bootstrap$(io.vertx.core.http.impl.WebSocketImplBase)
{
io.vertx.core.http.impl.WebSocketImplBase$receiveFrame__968 v;
io.vertx.core.http.impl.WebSocketImplBase v;
v := @parameter: io.vertx.core.http.impl.WebSocketImplBase;
v = new io.vertx.core.http.impl.WebSocketImplBase$receiveFrame__968;
specialinvoke v.<io.vertx.core.http.impl.WebSocketImplBase$receiveFrame__968: void <init>(io.vertx.core.http.impl.WebSocketImplBase)>(v);
return v;
}
public void <init>(io.vertx.core.http.impl.WebSocketImplBase)
{
io.vertx.core.http.impl.WebSocketImplBase$receiveFrame__968 v;
io.vertx.core.http.impl.WebSocketImplBase v;
v := @this: io.vertx.core.http.impl.WebSocketImplBase$receiveFrame__968;
v := @parameter: io.vertx.core.http.impl.WebSocketImplBase;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<io.vertx.core.http.impl.WebSocketImplBase$receiveFrame__968: io.vertx.core.http.impl.WebSocketImplBase cap0> = v;
return;
}
public void handle(java.lang.Object)
{
java.lang.Object v;
io.vertx.core.http.impl.WebSocketImplBase$receiveFrame__968 v;
io.vertx.core.http.impl.WebSocketImplBase v;
v := @this: io.vertx.core.http.impl.WebSocketImplBase$receiveFrame__968;
v := @parameter: java.lang.Object;
v = v.<io.vertx.core.http.impl.WebSocketImplBase$receiveFrame__968: io.vertx.core.http.impl.WebSocketImplBase cap0>;
specialinvoke v.<io.vertx.core.http.impl.WebSocketImplBase: void receiveFrame(io.vertx.core.http.impl.ws.WebSocketFrameInternal)>(v);
return;
}
}