Uses of Class
com.couchbase.client.core.cnc.events.io.ChannelClosedProactivelyEvent.Reason
-
Packages that use ChannelClosedProactivelyEvent.Reason Package Description com.couchbase.client.core.cnc.events.io com.couchbase.client.core.io.netty -
-
Uses of ChannelClosedProactivelyEvent.Reason in com.couchbase.client.core.cnc.events.io
Methods in com.couchbase.client.core.cnc.events.io that return ChannelClosedProactivelyEvent.Reason Modifier and Type Method Description ChannelClosedProactivelyEvent.ReasonChannelClosedProactivelyEvent. reason()static ChannelClosedProactivelyEvent.ReasonChannelClosedProactivelyEvent.Reason. valueOf(String name)Returns the enum constant of this type with the specified name.static ChannelClosedProactivelyEvent.Reason[]ChannelClosedProactivelyEvent.Reason. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.couchbase.client.core.cnc.events.io with parameters of type ChannelClosedProactivelyEvent.Reason Constructor Description ChannelClosedProactivelyEvent(IoContext context, ChannelClosedProactivelyEvent.Reason reason) -
Uses of ChannelClosedProactivelyEvent.Reason in com.couchbase.client.core.io.netty
Methods in com.couchbase.client.core.io.netty with parameters of type ChannelClosedProactivelyEvent.Reason Modifier and Type Method Description static voidHandlerUtils. closeChannelWithReason(IoContext ioContext, com.couchbase.client.core.deps.io.netty.channel.ChannelHandlerContext ctx, ChannelClosedProactivelyEvent.Reason reason)Proactively close this channel with the given reason.
-