Class NettyIOContext


  • public final class NettyIOContext
    extends java.lang.Object
    Builder of Transport instances that will validate the build options and produce a correctly configured transport based on the options set.
    • Method Detail

      • shutdown

        public void shutdown()
      • shutdownAsync

        public void shutdownAsync()
        Shutdown the event loop asynchronously with a grace period for work that might be in-bound at the time of termination. This is safe to call from inside the event loop where the standard blocking shutdown API is not.
      • eventLoop

        public io.netty.channel.EventLoopGroup eventLoop()