Uses of Class
org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcInvocation
Packages that use DecodeableRpcInvocation
-
Uses of DecodeableRpcInvocation in org.apache.dubbo.rpc.protocol.dubbo
Methods in org.apache.dubbo.rpc.protocol.dubbo that return DecodeableRpcInvocationModifier and TypeMethodDescriptionByteAccessor.getRpcInvocation(Channel channel, Request req, InputStream is, byte proto) Get an enhanced DecodeableRpcInvocation subclass to allow custom decode.