class io.netty.handler.ssl.SslHandler$6 extends java.lang.Object implements java.lang.Runnable
{
final io.netty.util.concurrent.Promise val$promise;
final io.netty.handler.ssl.SslHandler this$0;
void <init>(io.netty.handler.ssl.SslHandler, io.netty.util.concurrent.Promise)
{
io.netty.handler.ssl.SslHandler$6 v;
io.netty.util.concurrent.Promise v;
io.netty.handler.ssl.SslHandler v;
v := @this: io.netty.handler.ssl.SslHandler$6;
v := @parameter: io.netty.handler.ssl.SslHandler;
v := @parameter: io.netty.util.concurrent.Promise;
v.<io.netty.handler.ssl.SslHandler$6: io.netty.handler.ssl.SslHandler this$0> = v;
v.<io.netty.handler.ssl.SslHandler$6: io.netty.util.concurrent.Promise val$promise> = v;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public void run()
{
io.netty.handler.ssl.SslHandler$6 v;
io.netty.util.concurrent.Promise v;
io.netty.handler.ssl.SslHandler v;
v := @this: io.netty.handler.ssl.SslHandler$6;
v = v.<io.netty.handler.ssl.SslHandler$6: io.netty.handler.ssl.SslHandler this$0>;
v = v.<io.netty.handler.ssl.SslHandler$6: io.netty.util.concurrent.Promise val$promise>;
specialinvoke v.<io.netty.handler.ssl.SslHandler: void renegotiateOnEventLoop(io.netty.util.concurrent.Promise)>(v);
return;
}
}