Package io.netty.util.concurrent
Interface ThreadAwareExecutor
-
- All Superinterfaces:
java.util.concurrent.Executor
- All Known Subinterfaces:
EventExecutor
,EventLoop
,IoEventLoop
,OrderedEventExecutor
- All Known Implementing Classes:
AbstractEventExecutor
,AbstractEventLoop
,AbstractScheduledEventExecutor
,DefaultEventExecutor
,DefaultEventLoop
,EpollEventLoop
,GlobalEventExecutor
,ImmediateEventExecutor
,ManualIoEventLoop
,NioEventLoop
,SingleThreadEventExecutor
,SingleThreadEventLoop
,SingleThreadIoEventLoop
,ThreadPerChannelEventLoop
,UnorderedThreadPoolEventExecutor
public interface ThreadAwareExecutor extends java.util.concurrent.Executor
Executor that is aware its execution thread.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isExecutorThread(java.lang.Thread thread)
-