ing
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user