Uses of Interface
com.alipay.remoting.RemotingProcessor

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

Uses of RemotingProcessor in com.alipay.remoting
 

Classes in com.alipay.remoting that implement RemotingProcessor
 class AbstractRemotingProcessor<T extends RemotingCommand>
          Processor to process remoting command.
 

Methods in com.alipay.remoting that return RemotingProcessor
 RemotingProcessor<?> ProcessorManager.getProcessor(CommandCode cmdCode)
          Get the specific processor with command code of cmdCode if registered, otherwise the default processor is returned.
 

Methods in com.alipay.remoting with parameters of type RemotingProcessor
 void ProcessorManager.registerDefaultProcessor(RemotingProcessor<?> processor)
          Register the default processor to process command with no specific processor registered.
abstract  void RemotingServer.registerProcessor(byte protocolCode, CommandCode commandCode, RemotingProcessor<?> processor)
          Register processor for command with the command code.
 void CommandHandler.registerProcessor(CommandCode cmd, RemotingProcessor<?> processor)
          Register processor for command with specified code.
 void ProcessorManager.registerProcessor(CommandCode cmdCode, RemotingProcessor<?> processor)
          Register processor to process command that has the command code of cmdCode.
 

Uses of RemotingProcessor in com.alipay.remoting.rpc
 

Methods in com.alipay.remoting.rpc with parameters of type RemotingProcessor
 void RpcServer.registerProcessor(byte protocolCode, CommandCode cmd, RemotingProcessor<?> processor)
           
 

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

Classes in com.alipay.remoting.rpc.protocol that implement RemotingProcessor
 class RpcHeartBeatProcessor
          Processor for heart beat.
 class RpcRequestProcessor
          Process Rpc request.
 class RpcResponseProcessor
          Processor to process RpcResponse.
 

Methods in com.alipay.remoting.rpc.protocol with parameters of type RemotingProcessor
 void RpcCommandHandler.registerProcessor(CommandCode cmd, RemotingProcessor processor)
           
 



Copyright © 2018. All rights reserved.