首页>代码>netty简单控制台聊天系统>/nettychat/src/main/java/netty/client/SimpleChatClientHandler.java
package netty.client;

import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.SimpleChannelInboundHandler;

/**
 * description
 *
 * @author jack
 * @since 2018/7/31 下午1:34
 */
public class SimpleChatClientHandler extends SimpleChannelInboundHandler<String> {
    @Override
    protected void channelRead0(ChannelHandlerContext channelHandlerContext, String s) throws Exception {
        System.out.println(s);
    }
}
最近下载更多
sunlzh888888  LV28 2023年9月12日
人工智能4708  LV11 2023年5月8日
zhaoxu123123  LV10 2022年12月4日
wanglinddad  LV54 2022年6月1日
xiexiaoming05  LV14 2022年5月21日
林间听风  LV10 2022年4月12日
jaonsang  LV25 2022年4月8日
羡丶随风  LV1 2022年1月4日
卖菜老农  LV4 2021年7月12日
991899783  LV1 2020年11月23日
最近浏览更多
taoyi123  LV17 4月29日
1909741473  LV8 2月19日
2890892945  LV2 2023年12月26日
3334004690  LV3 2023年10月18日
sunlzh888888  LV28 2023年9月12日
你好啊呐  LV19 2023年8月23日
一勺枣糕  LV3 2023年7月5日
人工智能4708  LV11 2023年5月8日
1475406999  LV6 2023年5月6日
微信网友_6444139264921600  LV6 2023年4月30日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友