package com.xcong.excoin.netty.logic;
|
|
import com.alibaba.fastjson.JSONObject;
|
import com.xcong.excoin.netty.bean.RequestBean;
|
import com.xcong.excoin.netty.bean.ResponseBean;
|
import com.xcong.excoin.netty.common.ChannelManager;
|
import com.xcong.excoin.netty.common.NettyTools;
|
import io.netty.channel.Channel;
|
import org.springframework.stereotype.Component;
|
|
|
/**
|
* @author wzy
|
* @email wangdoubleone@gmail.com
|
* @date 2019-05-09
|
*/
|
@Component
|
public class WebSocketLogic {
|
|
|
}
|