Package io.netty.util.concurrent
Interface ThreadProperties
- All Known Implementing Classes:
SingleThreadEventExecutor.DefaultThreadProperties
public interface ThreadProperties
Expose details for a
Thread
.-
Method Details
-
state
Thread.State state()- See Also:
-
priority
int priority()- See Also:
-
isInterrupted
boolean isInterrupted()- See Also:
-
isDaemon
boolean isDaemon()- See Also:
-
name
String name()- See Also:
-
id
long id()- See Also:
-
stackTrace
StackTraceElement[] stackTrace()- See Also:
-
isAlive
boolean isAlive()- See Also:
-