public class NettyBaseConfig extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected static String |
BOSS_THREAD_PREFIX
The constant BOSS_THREAD_PREFIX.
|
protected static Class<? extends io.netty.channel.Channel> |
CLIENT_CHANNEL_CLAZZ
The constant CLIENT_CHANNEL_CLAZZ.
|
protected static io.seata.config.Configuration |
CONFIG
The constant CONFIG.
|
protected static int |
MAX_ALL_IDLE_SECONDS
The constant MAX_ALL_IDLE_SECONDS.
|
protected static int |
MAX_READ_IDLE_SECONDS
The constant MAX_READ_IDLE_SECONDS.
|
protected static int |
MAX_WRITE_IDLE_SECONDS
The constant MAX_WRITE_IDLE_SECONDS.
|
protected static Class<? extends io.netty.channel.ServerChannel> |
SERVER_CHANNEL_CLAZZ
The constant SERVER_CHANNEL_CLAZZ.
|
protected static boolean |
SHARE_BOSS_WORKER
The constant SHARE_BOSS_WORKER.
|
protected static TransportProtocolType |
TRANSPORT_PROTOCOL_TYPE
The constant TRANSPORT_PROTOCOL_TYPE.
|
protected static TransportServerType |
TRANSPORT_SERVER_TYPE
The constant TRANSPORT_SERVER_TYPE.
|
protected static String |
WORKER_THREAD_PREFIX
The constant WORKER_THREAD_PREFIX.
|
protected static int |
WORKER_THREAD_SIZE
The constant WORKER_THREAD_SIZE.
|
| 构造器和说明 |
|---|
NettyBaseConfig() |
protected static final io.seata.config.Configuration CONFIG
protected static final String BOSS_THREAD_PREFIX
protected static final String WORKER_THREAD_PREFIX
protected static final boolean SHARE_BOSS_WORKER
protected static int WORKER_THREAD_SIZE
protected static final TransportServerType TRANSPORT_SERVER_TYPE
protected static final Class<? extends io.netty.channel.ServerChannel> SERVER_CHANNEL_CLAZZ
protected static final Class<? extends io.netty.channel.Channel> CLIENT_CHANNEL_CLAZZ
protected static final TransportProtocolType TRANSPORT_PROTOCOL_TYPE
protected static final int MAX_WRITE_IDLE_SECONDS
protected static final int MAX_READ_IDLE_SECONDS
protected static final int MAX_ALL_IDLE_SECONDS
Copyright © 2019 Seata. All rights reserved.