|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResponseCommand | |
|---|---|
| com.alipay.remoting | |
| com.alipay.remoting.rpc | |
| com.alipay.remoting.rpc.protocol | |
| Uses of ResponseCommand in com.alipay.remoting |
|---|
| Methods in com.alipay.remoting with type parameters of type ResponseCommand | ||
|---|---|---|
|
CustomSerializer.deserializeContent(T response,
InvokeContext invokeContext)
Deserialize the content of ResponseCommand. |
|
|
DefaultCustomSerializer.deserializeContent(T response,
InvokeContext invokeContext)
|
|
|
CustomSerializer.deserializeHeader(T response,
InvokeContext invokeContext)
Deserialize the header of ResponseCommand. |
|
|
DefaultCustomSerializer.deserializeHeader(T response,
InvokeContext invokeContext)
|
|
|
CustomSerializer.serializeContent(T response)
Serialize the content of ResponseCommand. |
|
|
DefaultCustomSerializer.serializeContent(T response)
|
|
|
CustomSerializer.serializeHeader(T response)
Serialize the header of ResponseCommand. |
|
|
DefaultCustomSerializer.serializeHeader(T response)
|
|
| Uses of ResponseCommand in com.alipay.remoting.rpc |
|---|
| Subclasses of ResponseCommand in com.alipay.remoting.rpc | |
|---|---|
class |
HeartbeatAckCommand
Heartbeat ack. |
| Methods in com.alipay.remoting.rpc that return ResponseCommand | |
|---|---|
ResponseCommand |
RpcCommandFactory.createTimeoutResponse(InetSocketAddress address)
|
ResponseCommand |
DefaultInvokeFuture.waitResponse()
|
ResponseCommand |
DefaultInvokeFuture.waitResponse(long timeoutMillis)
|
| Methods in com.alipay.remoting.rpc with parameters of type ResponseCommand | |
|---|---|
static Object |
RpcResponseResolver.resolveResponseObject(ResponseCommand responseCommand,
String addr)
Analyze the response command and generate the response object. |
| Uses of ResponseCommand in com.alipay.remoting.rpc.protocol |
|---|
| Subclasses of ResponseCommand in com.alipay.remoting.rpc.protocol | |
|---|---|
class |
RpcResponseCommand
Response command for Rpc. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||