类的使用
com.alibaba.dubbo.remoting.exchange.Request
-
使用Request的程序包 程序包 说明 com.alibaba.dubbo.remoting.exchange.support com.alibaba.dubbo.rpc.protocol.dubbo -
-
com.alibaba.dubbo.remoting.exchange.support中Request的使用
返回Request的com.alibaba.dubbo.remoting.exchange.support中的方法 修饰符和类型 方法 说明 Request
DefaultFuture. getRequest()
参数类型为Request的com.alibaba.dubbo.remoting.exchange.support中的方法 修饰符和类型 方法 说明 static void
DefaultFuture. sent(Channel channel, Request request)
参数类型为Request的com.alibaba.dubbo.remoting.exchange.support中的构造器 构造器 说明 DefaultFuture(Channel channel, Request request, int timeout)
-
com.alibaba.dubbo.rpc.protocol.dubbo中Request的使用
参数类型为Request的com.alibaba.dubbo.rpc.protocol.dubbo中的构造器 构造器 说明 DecodeableRpcInvocation(Channel channel, Request request, InputStream is, byte id)
-