Class HandlerUtils


  • public class HandlerUtils
    extends Object
    Various netty IO handler utilities.
    • Method Detail

      • closeChannelWithReason

        public static void closeChannelWithReason​(IoContext ioContext,
                                                  com.couchbase.client.core.deps.io.netty.channel.ChannelHandlerContext ctx,
                                                  ChannelClosedProactivelyEvent.Reason reason)
        Proactively close this channel with the given reason.
        Parameters:
        ioContext - the io context.
        ctx - the channel context.
        reason - the reason why the channel is closed.