首页>代码>Spring boot 整合netty实现Socket通信Client/Server心跳自动重连>/spring-boot-netty-server/src/main/java/com/ibest/core/netty/server/MessageEncoder.java
package com.ibest.core.netty.server; import io.netty.buffer.ByteBuf; import io.netty.channel.ChannelHandlerContext; import io.netty.handler.codec.MessageToByteEncoder; public class MessageEncoder extends MessageToByteEncoder<HeartBeatMessage>{ @Override protected void encode(ChannelHandlerContext ctx, HeartBeatMessage msg, ByteBuf out) throws Exception { String heartBeat = msg.getHeartbeat(); out.writeBytes(heartBeat.getBytes()); } }
最近下载更多
飞翔的面包片 LV12
5月21日
airongjun LV1
2023年8月31日
huangpeng1 LV4
2023年3月13日
aixiao5213 LV1
2022年12月28日
xiaoyuer2 LV8
2022年11月22日
youwuzuichen LV10
2022年10月28日
809204304@qq.com LV13
2022年10月24日
格林小满 LV1
2022年10月10日
JustinXiao LV1
2022年10月7日
adminandroot LV1
2022年10月7日
最近浏览更多
qwertasdfgkwuejwjwjw LV1
6月27日
80730176 LV7
6月7日
飞翔的面包片 LV12
5月21日
微信网友_6708769316278272
2023年10月26日
暂无贡献等级
漫步的海星 LV4
2023年9月21日
airongjun LV1
2023年8月31日
sunwu5212 LV6
2023年6月28日
海盗来了 LV20
2023年3月23日
huangpeng1 LV4
2023年3月13日
Uting LV3
2023年2月21日