Class HandlerUtils
java.lang.Object
com.couchbase.client.core.io.netty.HandlerUtils
Various netty IO handler utilities.
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
Method Details
-
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.
-