class io.netty.handler.ssl.SslHandler$8 extends java.lang.Object implements io.netty.util.concurrent.FutureListener
{
final io.netty.util.concurrent.Future val$timeoutFuture;
final io.netty.handler.ssl.SslHandler this$0;
void <init>(io.netty.handler.ssl.SslHandler, io.netty.util.concurrent.Future)
{
io.netty.util.concurrent.Future v;
io.netty.handler.ssl.SslHandler v;
io.netty.handler.ssl.SslHandler$8 v;
v := @this: io.netty.handler.ssl.SslHandler$8;
v := @parameter: io.netty.handler.ssl.SslHandler;
v := @parameter: io.netty.util.concurrent.Future;
v.<io.netty.handler.ssl.SslHandler$8: io.netty.handler.ssl.SslHandler this$0> = v;
v.<io.netty.handler.ssl.SslHandler$8: io.netty.util.concurrent.Future val$timeoutFuture> = v;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public void operationComplete(io.netty.util.concurrent.Future) throws java.lang.Exception
{
io.netty.util.concurrent.Future v, v;
io.netty.handler.ssl.SslHandler$8 v;
v := @this: io.netty.handler.ssl.SslHandler$8;
v := @parameter: io.netty.util.concurrent.Future;
v = v.<io.netty.handler.ssl.SslHandler$8: io.netty.util.concurrent.Future val$timeoutFuture>;
interfaceinvoke v.<io.netty.util.concurrent.Future: boolean cancel(boolean)>(0);
return;
}
}