| Package | Description |
|---|---|
| com.tencent.tcaplus.client |
TCaplus Service API 接口
|
| com.tencent.tcaplus.client.impl |
TCaplus Service API 接口实现
|
| com.tencent.tcaplus.message | |
| com.tencent.tcaplus.message.impl |
包含各种请求、响应消息对象
|
| Modifier and Type | Method and Description |
|---|---|
Request |
Client.acquireRequest()
获得一个请求对象
|
| Modifier and Type | Method and Description |
|---|---|
Response |
Client.poll(Request req)
同步访问方法
|
void |
Client.post(Request req,
Future future)
异步访问方法
|
| Modifier and Type | Class and Description |
|---|---|
class |
RequestLite |
| Modifier and Type | Method and Description |
|---|---|
Request |
ClientImpl.acquireRequest() |
| Modifier and Type | Method and Description |
|---|---|
Response |
ClientImpl.poll(Request req) |
void |
ClientImpl.post(Request req,
Future future) |
| Modifier and Type | Method and Description |
|---|---|
MessageBuffer |
ProtocolSupport.packRequest(Request req) |
| Modifier and Type | Method and Description |
|---|---|
MessageBuffer |
ProtocolSupportImpl.packRequest(Request req) |
Copyright © 2026. All rights reserved.