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.EventLoopGroup;
|
||||||
import io.netty.channel.ServerChannel;
|
import io.netty.channel.ServerChannel;
|
||||||
import io.netty.channel.nio.NioEventLoopGroup;
|
import io.netty.channel.nio.NioEventLoopGroup;
|
||||||
import io.netty.handler.ssl.SslContext;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Server
|
* Server
|
||||||
|
@ -25,8 +24,6 @@ public abstract class Server {
|
||||||
@Value("${server.netty.thread.count.worker}")
|
@Value("${server.netty.thread.count.worker}")
|
||||||
protected int threadCountWorker;
|
protected int threadCountWorker;
|
||||||
|
|
||||||
@Autowired
|
|
||||||
protected SslContext sslContext;
|
|
||||||
@Autowired
|
@Autowired
|
||||||
protected List<Class<ServerChannel>> channelClasses;
|
protected List<Class<ServerChannel>> channelClasses;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user