This commit is contained in:
crusader 2018-04-24 01:17:48 +09:00
parent e7ac429f2b
commit 5305a64420

View File

@ -14,7 +14,6 @@ import io.netty.channel.ChannelOption;
import io.netty.channel.EventLoopGroup;
import io.netty.channel.ServerChannel;
import io.netty.channel.nio.NioEventLoopGroup;
import io.netty.handler.ssl.SslContext;
/**
* Server
@ -25,8 +24,6 @@ public abstract class Server {
@Value("${server.netty.thread.count.worker}")
protected int threadCountWorker;
@Autowired
protected SslContext sslContext;
@Autowired
protected List<Class<ServerChannel>> channelClasses;