package io.netty.util;

/* JADX INFO: loaded from: classes.dex */
public interface TimerTask {
    void run(Timeout timeout) throws Exception;
}
