public interface Replier<T>
| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
Replier.Decoder<T>
响应解码器
|
static class |
Replier.NOPDecoder
空响应解码器
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
reply(io.netty.buffer.ByteBuf in,
CompletableFuture<T> promise) |
void reply(io.netty.buffer.ByteBuf in,
CompletableFuture<T> promise)
in - promise - Copyright © 2017. All rights reserved.