Uses of Class
com.alipay.remoting.rpc.ResponseCommand

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
<T extends ResponseCommand>
boolean
CustomSerializer.deserializeContent(T response, InvokeContext invokeContext)
          Deserialize the content of ResponseCommand.
<T extends ResponseCommand>
boolean
DefaultCustomSerializer.deserializeContent(T response, InvokeContext invokeContext)
           
<T extends ResponseCommand>
boolean
CustomSerializer.deserializeHeader(T response, InvokeContext invokeContext)
          Deserialize the header of ResponseCommand.
<T extends ResponseCommand>
boolean
DefaultCustomSerializer.deserializeHeader(T response, InvokeContext invokeContext)
           
<T extends ResponseCommand>
boolean
CustomSerializer.serializeContent(T response)
          Serialize the content of ResponseCommand.
<T extends ResponseCommand>
boolean
DefaultCustomSerializer.serializeContent(T response)
           
<T extends ResponseCommand>
boolean
CustomSerializer.serializeHeader(T response)
          Serialize the header of ResponseCommand.
<T extends ResponseCommand>
boolean
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.
 



Copyright © 2018. All rights reserved.