Uses of Interface
com.alipay.remoting.CommandDecoder

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

Uses of CommandDecoder in com.alipay.remoting
 

Methods in com.alipay.remoting that return CommandDecoder
 CommandDecoder Protocol.getDecoder()
          Get the decoder for the protocol.
 

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

Classes in com.alipay.remoting.rpc.protocol that implement CommandDecoder
 class RpcCommandDecoder
          Command decoder for Rpc.
 class RpcCommandDecoderV2
          Command decoder for Rpc v2.
 

Methods in com.alipay.remoting.rpc.protocol that return CommandDecoder
 CommandDecoder RpcProtocol.getDecoder()
           
 CommandDecoder RpcProtocolV2.getDecoder()
           
 



Copyright © 2018. All rights reserved.