public interface IReceiveHandler<Pack>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept(ITcpClientContext cxt,
DataInputStream in,
IClientSender<Pack> sender) |
void accept(ITcpClientContext cxt, DataInputStream in, IClientSender<Pack> sender) throws Exception
ExceptionCopyright © 2022. All rights reserved.