public interface ClientConnector
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
autoReconnect()
是否支持自动重连
|
void |
close()
关闭
|
ChannelInternal |
connect()
连接
|
ClientConfig |
getConfig()
获取配置
|
ClientConfig getConfig()
boolean autoReconnect()
ChannelInternal connect() throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionCopyright © 2024. All rights reserved.