HDLLinkLocalSdk/src/main/java/com/hdl/sdk/link/socket/codec/IMessagePipeLine.java
New file @@ -0,0 +1,11 @@ package com.hdl.sdk.link.socket.codec; /** * Created by Tong on 2021/9/23. */ public interface IMessagePipeLine { void add(IHandleFlow flow); void clear(); }