| Package | Description |
|---|---|
| com.tencent.tcaplus.message | |
| com.tencent.tcaplus.message.impl |
包含各种请求、响应消息对象
|
| com.tencent.tcaplus.net |
包装Proxy,Dir协议通信功能
|
| com.tencent.tcaplus.net.impl | |
| com.tencent.tcaplus.statistics |
| Modifier and Type | Method and Description |
|---|---|
Connector |
Message.getConnector() |
| Modifier and Type | Method and Description |
|---|---|
void |
Message.setConnector(Connector connector) |
| Modifier and Type | Method and Description |
|---|---|
Connector |
MessageImpl.getConnector() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageImpl.setConnector(Connector connector) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Connector |
Router.findConnector(long hash)
根据hash值,获得一个连接器
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Router.addChangedConnector(Connector connector) |
void |
Reactor.notifyConnect(Connector connector) |
abstract void |
Router.onConnect(Connector connector) |
| Modifier and Type | Class and Description |
|---|---|
class |
DirConnector |
class |
ProxyConnector |
| Modifier and Type | Method and Description |
|---|---|
protected Connector |
DirRouter.findConnector(long hash) |
protected Connector |
ProxyRouter.findConnector(long hash) |
| Modifier and Type | Method and Description |
|---|---|
void |
DirRouter.addChangedConnector(Connector connector) |
void |
ProxyRouter.addChangedConnector(Connector connector) |
void |
DirRouter.onConnect(Connector connector) |
void |
ProxyRouter.onConnect(Connector connector) |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestMetrics.onResponseFailure(int command,
long delayMs,
Connector connector,
int errorCode) |
void |
RequestMetrics.onResponseSuccess(int command,
long delayMs,
Connector connector) |
Copyright © 2026. All rights reserved.