luodangjia
2024-04-28 53d9ce668f7775b959f2d1be6f5caf30f43e5f29
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 {
 
}