Package com.cloud.serverpak
package com.cloud.serverpak
-
ClassesClassDescriptionClass for starting the server.The main listener of the Netty pipeline, extends
ChannelInboundHandlerAdapter, the method of readingchannelRead channelReadis essentially the main point connecting the Netty kernel and the program with all its actions that will be taken to process received message.The class that starts the Netty Server.