wjc
2023-06-28 99bc815e07e39354f51421b77f4012ffd35594d8
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();
}