Uses of Class
com.alipay.remoting.RemotingContext

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

Uses of RemotingContext in com.alipay.remoting
 

Methods in com.alipay.remoting that return RemotingContext
protected  RemotingContext DefaultBizContext.getRemotingCtx()
          get remoting context
 RemotingContext RemotingContext.setTimeoutDiscard(boolean failFastEnabled)
           
 

Methods in com.alipay.remoting with parameters of type RemotingContext
abstract  void AbstractRemotingProcessor.doProcess(RemotingContext ctx, T msg)
          Do the process.
 void CommandHandler.handleCommand(RemotingContext ctx, Object msg)
          Handle the command.
 void AbstractRemotingProcessor.process(RemotingContext ctx, T msg, ExecutorService defaultExecutor)
          Process the remoting command with its own executor or with the defaultExecutor if its own if null.
 void RemotingProcessor.process(RemotingContext ctx, T msg, ExecutorService defaultExecutor)
          Process the remoting command.
 

Constructors in com.alipay.remoting with parameters of type RemotingContext
DefaultBizContext(RemotingContext remotingCtx)
          Constructor with RemotingContext
 

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

Methods in com.alipay.remoting.rpc.protocol with parameters of type RemotingContext
 void RpcHeartBeatProcessor.doProcess(RemotingContext ctx, RemotingCommand msg)
           
 void RpcResponseProcessor.doProcess(RemotingContext ctx, RemotingCommand cmd)
           
 void RpcRequestProcessor.doProcess(RemotingContext ctx, RpcRequestCommand cmd)
           
 void RpcCommandHandler.handleCommand(RemotingContext ctx, Object msg)
           
 BizContext UserProcessor.preHandleRequest(RemotingContext remotingCtx, T request)
          Pre handle request, to avoid expose RemotingContext directly to biz handle request logic.
 BizContext AbstractUserProcessor.preHandleRequest(RemotingContext remotingCtx, T request)
          Provide a default - DefaultBizContext implementation of BizContext.
 void RpcRequestProcessor.process(RemotingContext ctx, RpcRequestCommand cmd, ExecutorService defaultExecutor)
           
 void RpcRequestProcessor.sendResponseIfNecessary(RemotingContext ctx, byte type, RemotingCommand response)
          Send response using remoting context if necessary.
 

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



Copyright © 2018. All rights reserved.