Uses of Interface
com.alipay.remoting.CommandCode

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

Uses of CommandCode in com.alipay.remoting
 

Classes in com.alipay.remoting that implement CommandCode
 class CommonCommandCode
          The common command code, especially for heart beat command.
 

Methods in com.alipay.remoting that return CommandCode
 CommandCode RemotingCommand.getCmdCode()
          Get the command code for this command
 

Methods in com.alipay.remoting with parameters of type CommandCode
static CustomSerializer CustomSerializerManager.getCustomSerializer(CommandCode code)
          Get the custom serializer for command code.
 RemotingProcessor<?> ProcessorManager.getProcessor(CommandCode cmdCode)
          Get the specific processor with command code of cmdCode if registered, otherwise the default processor is returned.
static void CustomSerializerManager.registerCustomSerializer(CommandCode code, CustomSerializer serializer)
          Register custom serializer for command code.
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 CommandCode in com.alipay.remoting.rpc
 

Methods in com.alipay.remoting.rpc that return CommandCode
 CommandCode RpcCommand.getCmdCode()
           
 

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

Constructors in com.alipay.remoting.rpc with parameters of type CommandCode
RequestCommand(byte version, byte type, CommandCode code)
           
RequestCommand(byte type, CommandCode code)
           
RequestCommand(CommandCode code)
           
ResponseCommand(byte version, byte type, CommandCode code, int id)
           
ResponseCommand(CommandCode code)
           
ResponseCommand(CommandCode code, int id)
           
RpcCommand(byte version, byte type, CommandCode cmdCode)
           
RpcCommand(byte type, CommandCode cmdCode)
           
RpcCommand(CommandCode cmdCode)
           
 

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

Classes in com.alipay.remoting.rpc.protocol that implement CommandCode
 class RpcCommandCode
          Command code for rpc remoting command.
 

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



Copyright © 2018. All rights reserved.