This commit is contained in:
Looly
2023-12-29 20:55:55 +08:00
parent 91178e45a8
commit 6facfcfc4d
101 changed files with 271 additions and 307 deletions

View File

@@ -26,7 +26,6 @@ import org.dromara.hutool.socket.aio.AioSession;
public interface MsgDecoder<T> {
/**
* 对于从Socket流中获取到的数据采用当前MsgDecoder的实现类协议进行解析。
* <p>
*
* @param session 本次需要解码的session
* @param readBuffer 待处理的读buffer