This commit is contained in:
Looly
2025-10-27 01:47:24 +08:00
parent ac50c13f4f
commit f91f0f21df
171 changed files with 587 additions and 547 deletions

View File

@@ -25,6 +25,7 @@ package cn.hutool.v7.socket.protocol;
* </p>
*
* @author Looly
* @param <T> 消息类型
*/
public interface Protocol<T> extends MsgEncoder<T>, MsgDecoder<T> {