| Package | Description |
|---|---|
| org.apache.dubbo.remoting.exchange.support | |
| org.apache.dubbo.rpc.protocol.dubbo |
FutureAdapter was in dubbo-rpc-dubbo module,
considering some users will use this class directly, keep the package not changed. |
| Modifier and Type | Method and Description |
|---|---|
Request |
DefaultFuture.getRequest() |
| Modifier and Type | Method and Description |
|---|---|
static DefaultFuture |
DefaultFuture.newFuture(Channel channel,
Request request,
int timeout,
ExecutorService executor)
init a DefaultFuture
1.init a DefaultFuture
2.timeout check
|
static void |
DefaultFuture.sent(Channel channel,
Request request) |
| Constructor and Description |
|---|
DecodeableRpcInvocation(Channel channel,
Request request,
InputStream is,
byte id) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.