| Package | Description |
|---|---|
| org.tio.client | |
| org.tio.client.task | |
| org.tio.core |
| Modifier and Type | Method and Description |
|---|---|
TioClientConfig |
TioClient.getClientConfig() |
TioClientConfig |
TioClient.getTioClientConfig()
Deprecated.
|
| Constructor and Description |
|---|
TioClient(TioClientConfig tioClientConfig) |
| Constructor and Description |
|---|
ClientHeartbeatTask(Timer timer,
TioClientConfig clientConfig) |
| Modifier and Type | Field and Description |
|---|---|
static Set<TioClientConfig> |
TioConfig.ALL_CLIENT_GROUP_CONTEXTS
本jvm中所有的TioClientConfig对象
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ChannelContext> |
Tio.getConnecteds(TioClientConfig tioClientConfig)
此API仅供 tio client使用
获取所有处于正常连接状态的连接
|
static Page<ChannelContext> |
Tio.getPageOfConnecteds(TioClientConfig tioClientConfig,
Integer pageIndex,
Integer pageSize)
这个方法是给客户器端用的
|
static <T> Page<T> |
Tio.getPageOfConnecteds(TioClientConfig tioClientConfig,
Integer pageIndex,
Integer pageSize,
Function<ChannelContext,T> converter)
这个方法是给客户器端用的
|
Copyright © 2025. All rights reserved.