| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.remoting.exchange | |
| org.apache.dubbo.remoting.exchange.support |
| 限定符和类型 | 方法和说明 |
|---|---|
Request |
Request.copy() |
| 限定符和类型 | 方法和说明 |
|---|---|
Request |
DefaultFuture.getRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DefaultFuture |
DefaultFuture.newFuture(Channel channel,
Request request,
int timeout,
ExecutorService executor)
init a DefaultFuture
1.init a DefaultFuture
2.timeout check
|
static DefaultFuture2 |
DefaultFuture2.newFuture(Connection connection,
Request request,
int timeout,
ExecutorService executor)
init a DefaultFuture
1.init a DefaultFuture
2.timeout check
|
static void |
DefaultFuture.sent(Channel channel,
Request request) |
static void |
DefaultFuture2.sent(Request request) |
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.