Class NioServer
java.lang.Object
org.summerboot.jexpress.nio.server.NioServer
- Author:
- Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected io.netty.channel.EventLoopGroupprotected final NioChannelInitializerprotected static final org.apache.logging.log4j.Loggerprotected final NIOStatusListenerprotected ScheduledExecutorServiceprotected io.netty.channel.EventLoopGroup -
Constructor Summary
ConstructorsConstructorDescriptionNioServer(NioChannelInitializer channelInitializer, NIOStatusListener nioListener) -
Method Summary
Modifier and TypeMethodDescriptionvoidbind(NioConfig nioCfg, StringBuilder memo) voidshutdown()
-
Field Details
-
log
protected static final org.apache.logging.log4j.Logger log -
bossGroup
protected io.netty.channel.EventLoopGroup bossGroup -
workerGroup
protected io.netty.channel.EventLoopGroup workerGroup -
QPS_SERVICE
-
channelInitializer
-
nioListener
-
-
Constructor Details
-
NioServer
-
-
Method Details
-
bind
- Parameters:
nioCfg-- Throws:
InterruptedExceptionSSLException
-
shutdown
public void shutdown()
-