类的使用
org.apache.dubbo.remoting.exchange.Request
-
使用Request的程序包 程序包 说明 org.apache.dubbo.remoting.exchange org.apache.dubbo.remoting.exchange.support org.apache.dubbo.rpc.protocol.dubbo FutureAdapterwas in dubbo-rpc-dubbo module, considering some users will use this class directly, keep the package not changed. -
-
org.apache.dubbo.remoting.exchange中Request的使用
返回Request的org.apache.dubbo.remoting.exchange中的方法 修饰符和类型 方法 说明 RequestRequest. copy() -
org.apache.dubbo.remoting.exchange.support中Request的使用
返回Request的org.apache.dubbo.remoting.exchange.support中的方法 修饰符和类型 方法 说明 RequestDefaultFuture. getRequest()参数类型为Request的org.apache.dubbo.remoting.exchange.support中的方法 修饰符和类型 方法 说明 static DefaultFutureDefaultFuture. newFuture(Channel channel, Request request, int timeout, ExecutorService executor)init a DefaultFuture 1.init a DefaultFuture 2.timeout checkstatic voidDefaultFuture. sent(Channel channel, Request request) -
org.apache.dubbo.rpc.protocol.dubbo中Request的使用
参数类型为Request的org.apache.dubbo.rpc.protocol.dubbo中的构造器 构造器 说明 DecodeableRpcInvocation(Channel channel, Request request, InputStream is, byte id)
-