| 程序包 | 说明 |
|---|---|
| org.slingerxv.limitart.net.binary | |
| org.slingerxv.limitart.net.binary.codec | |
| org.slingerxv.limitart.net.binary.util |
| 限定符和类型 | 方法和说明 |
|---|---|
AbstractBinaryEncoder |
BinaryServer.getEncoder() |
AbstractBinaryEncoder |
BinaryClient.getEncoder() |
| 限定符和类型 | 方法和说明 |
|---|---|
BinaryServer.BinaryServerBuilder |
BinaryServer.BinaryServerBuilder.encoder(AbstractBinaryEncoder encoder)
自定义编码器
|
BinaryClient.BinaryClientBuilder |
BinaryClient.BinaryClientBuilder.encoder(AbstractBinaryEncoder encoder) |
| 限定符和类型 | 字段和说明 |
|---|---|
static AbstractBinaryEncoder |
AbstractBinaryEncoder.DEFAULT_ENCODER |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
SendMessageUtil.sendMessage(AbstractBinaryEncoder encoder,
io.netty.channel.Channel channel,
Message msg,
Proc3<Boolean,Throwable,io.netty.channel.Channel> listener) |
static void |
SendMessageUtil.sendMessage(AbstractBinaryEncoder encoder,
List<io.netty.channel.Channel> channels,
Message msg,
Proc3<Boolean,Throwable,io.netty.channel.Channel> listener) |
Copyright © 2017. All rights reserved.