Class NettyServer


  • public class NettyServer
    extends java.lang.Object
    Netty Server to accept incoming data via the configured type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  NettyServer.Builder
      Pulsar Netty Server Builder.
      static class  NettyServer.Type
      Network protocol.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      void shutdownGracefully()  
      • Methods inherited from class java.lang.Object

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

      • run

        public void run()
      • shutdownGracefully

        public void shutdownGracefully()