接口 IConnect
- 所有已知实现类:
AbstractClient,AbstractServer,Client,Server
public interface IConnect
-
方法详细资料
-
start
void start() -
getChannelService
ChannelService getChannelService() -
onOpen
void onOpen(io.netty.channel.ChannelHandlerContext ctx) -
onClose
void onClose(io.netty.channel.ChannelHandlerContext ctx) -
onError
-
onMessage
-