ing
This commit is contained in:
parent
e7ac429f2b
commit
5305a64420
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user