| 程序包 | 说明 |
|---|---|
| com.alipay.remoting | |
| com.alipay.remoting.rpc | |
| com.alipay.remoting.rpc.protocol |
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends ResponseCommand> |
DefaultCustomSerializer.deserializeContent(T response,
InvokeContext invokeContext) |
<T extends ResponseCommand> |
CustomSerializer.deserializeContent(T response,
InvokeContext invokeContext)
Deserialize the content of ResponseCommand.
|
<T extends ResponseCommand> |
DefaultCustomSerializer.deserializeHeader(T response,
InvokeContext invokeContext) |
<T extends ResponseCommand> |
CustomSerializer.deserializeHeader(T response,
InvokeContext invokeContext)
Deserialize the header of ResponseCommand.
|
<T extends ResponseCommand> |
DefaultCustomSerializer.serializeContent(T response) |
<T extends ResponseCommand> |
CustomSerializer.serializeContent(T response)
Serialize the content of ResponseCommand.
|
<T extends ResponseCommand> |
DefaultCustomSerializer.serializeHeader(T response) |
<T extends ResponseCommand> |
CustomSerializer.serializeHeader(T response)
Serialize the header of ResponseCommand.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
HeartbeatAckCommand
Heartbeat ack.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ResponseCommand |
RpcCommandFactory.createTimeoutResponse(InetSocketAddress address) |
ResponseCommand |
DefaultInvokeFuture.waitResponse() |
ResponseCommand |
DefaultInvokeFuture.waitResponse(long timeoutMillis) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Object |
RpcResponseResolver.resolveResponseObject(ResponseCommand responseCommand,
String addr)
Analyze the response command and generate the response object.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
RpcResponseCommand
Response command for Rpc.
|
Copyright © 2021. All rights reserved.