Uses of Class
com.alibaba.dubbo.remoting.exchange.Request

Packages that use Request
com.alibaba.dubbo.remoting.exchange.support   
com.alibaba.dubbo.rpc.protocol.dubbo   
 

Uses of Request in com.alibaba.dubbo.remoting.exchange.support
 

Methods in com.alibaba.dubbo.remoting.exchange.support that return Request
 Request DefaultFuture.getRequest()
           
 

Methods in com.alibaba.dubbo.remoting.exchange.support with parameters of type Request
static void DefaultFuture.sent(Channel channel, Request request)
           
 

Constructors in com.alibaba.dubbo.remoting.exchange.support with parameters of type Request
DefaultFuture(Channel channel, Request request, int timeout)
           
 

Uses of Request in com.alibaba.dubbo.rpc.protocol.dubbo
 

Constructors in com.alibaba.dubbo.rpc.protocol.dubbo with parameters of type Request
DecodeableRpcInvocation(Channel channel, Request request, InputStream is, byte id)
           
 



Copyright © 2012–2017 Alibaba. All rights reserved.