Package | Description |
---|---|
org.voovan.network | |
org.voovan.tools.event |
Modifier and Type | Method and Description |
---|---|
protected EventRunner |
IoSession.getEventRunner()
获取 Event 执行器
|
EventRunner |
SocketSelector.getEventRunner() |
Constructor and Description |
---|
SocketSelector(EventRunner eventRunner,
boolean isCheckTimeout)
构造方法
|
Modifier and Type | Method and Description |
---|---|
EventRunner |
EventRunnerGroup.choseEventRunner()
选择一个时间执行器
|
EventRunner[] |
EventRunnerGroup.getEventRunners() |
Modifier and Type | Method and Description |
---|---|
static EventRunnerGroup |
EventRunnerGroup.newInstance(String groupName,
int size,
boolean isSteal,
int threadPriority,
Function<EventRunner,Object> attachmentSupplier)
静态构造方法
|
Constructor and Description |
---|
EventRunnerGroup(ThreadPoolExecutor threadPoolExecutor,
int size,
boolean isSteal,
Function<EventRunner,Object> attachmentSupplier)
构造方法
|
Copyright © 2020 Voovan. All rights reserved.