public class NettyClient extends Object
| 构造器和说明 |
|---|
NettyClient(Executor executor) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
error(AsynReturn asynReturn,
Throwable throwable) |
io.netty.channel.Channel |
getChannle(InetSocketAddress inetSocketAddress) |
void |
write(AsynReturn asynReturn,
InetSocketAddress inetSocketAddress) |
public NettyClient(Executor executor)
public io.netty.channel.Channel getChannle(InetSocketAddress inetSocketAddress) throws InterruptedException
public void write(AsynReturn asynReturn, InetSocketAddress inetSocketAddress)
public void error(AsynReturn asynReturn, Throwable throwable)
Copyright © 2021. All rights reserved.