JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
bus.socket
Package
org.miaixz.bus.socket.metric
Interface SocketTask
public interface
SocketTask
计时器任务
Since:
Java 17+
Author:
Kimi Liu
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
cancel
()
取消定时器
boolean
isCancelled
()
boolean
isDone
()
定时任务是否已执行
Method Details
isDone
boolean
isDone
()
定时任务是否已执行
isCancelled
boolean
isCancelled
()
cancel
void
cancel
()
取消定时器