Class AbstractRemotingServer

    • Field Summary

      Fields 
      Modifier and Type Field Description
      io.netty.channel.EventLoopGroup bossGroup  
      io.netty.channel.EventLoopGroup ioGroup  
      org.slf4j.Logger logger  
      int port  
      io.netty.channel.EventLoopGroup workerGroup  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void init​(java.lang.String threadPrefix)  
      void shutdown()  
      void start()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • logger

        public org.slf4j.Logger logger
      • bossGroup

        public io.netty.channel.EventLoopGroup bossGroup
      • ioGroup

        public io.netty.channel.EventLoopGroup ioGroup
      • workerGroup

        public io.netty.channel.EventLoopGroup workerGroup
      • port

        public int port
    • Constructor Detail

      • AbstractRemotingServer

        public AbstractRemotingServer()
    • Method Detail

      • init

        public void init​(java.lang.String threadPrefix)
                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shutdown

        public void shutdown()
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • start

        public void start()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception