Uses of Class
com.alipay.remoting.rpc.RequestCommand

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

Uses of RequestCommand in com.alipay.remoting
 

Methods in com.alipay.remoting with type parameters of type RequestCommand
<T extends RequestCommand>
boolean
CustomSerializer.deserializeContent(T request)
          Deserialize the content of RequestCommand.
<T extends RequestCommand>
boolean
DefaultCustomSerializer.deserializeContent(T request)
           
<T extends RequestCommand>
boolean
CustomSerializer.deserializeHeader(T request)
          Deserialize the header of RequestCommand.
<T extends RequestCommand>
boolean
DefaultCustomSerializer.deserializeHeader(T request)
           
<T extends RequestCommand>
boolean
CustomSerializer.serializeContent(T request, InvokeContext invokeContext)
          Serialize the content of RequestCommand.
<T extends RequestCommand>
boolean
DefaultCustomSerializer.serializeContent(T request, InvokeContext invokeContext)
           
<T extends RequestCommand>
boolean
CustomSerializer.serializeHeader(T request, InvokeContext invokeContext)
          Serialize the header of RequestCommand.
<T extends RequestCommand>
boolean
DefaultCustomSerializer.serializeHeader(T request, InvokeContext invokeContext)
           
 

Uses of RequestCommand in com.alipay.remoting.rpc
 

Subclasses of RequestCommand in com.alipay.remoting.rpc
 class HeartbeatCommand
          Heart beat.
 

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

Subclasses of RequestCommand in com.alipay.remoting.rpc.protocol
 class RpcRequestCommand
          Request command for Rpc.
 



Copyright © 2018. All rights reserved.