guohongjin
2024-05-15 5b7639f0bd9e056738ec15100ed0532e965c6cd5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package cn.stylefeng.roses.kernel.socket.business.websocket.operator.channel;
 
import cn.stylefeng.roses.kernel.socket.api.session.SocketSessionOperatorApi;
 
/**
 * 对Api模块的操作类进行扩展
 * <p>
 * 暂时只写接口,SocketOperatorApi方法不够用时再对此类进行扩展
 *
 * @author majianguo
 * @date 2021/6/1 下午3:44
 */
public interface SocketChannelExpandInterFace extends SocketSessionOperatorApi {
 
}