Uses of Class
com.alipay.remoting.rpc.protocol.RpcRequestCommand

Packages that use RpcRequestCommand
com.alipay.remoting.rpc   
com.alipay.remoting.rpc.protocol   
 

Uses of RpcRequestCommand in com.alipay.remoting.rpc
 

Methods in com.alipay.remoting.rpc that return RpcRequestCommand
 RpcRequestCommand RpcCommandFactory.createRequestCommand(Object requestObject)
           
 

Uses of RpcRequestCommand in com.alipay.remoting.rpc.protocol
 

Methods in com.alipay.remoting.rpc.protocol with parameters of type RpcRequestCommand
 void RpcRequestProcessor.doProcess(RemotingContext ctx, RpcRequestCommand cmd)
           
 void RpcRequestProcessor.process(RemotingContext ctx, RpcRequestCommand cmd, ExecutorService defaultExecutor)
           
 

Constructors in com.alipay.remoting.rpc.protocol with parameters of type RpcRequestCommand
RpcAsyncContext(RemotingContext ctx, RpcRequestCommand cmd, RpcRequestProcessor processor)
          Default constructor.
 



Copyright © 2018. All rights reserved.