Uses of Enum
com.couchbase.client.core.cnc.events.io.ChannelClosedProactivelyEvent.Reason
Packages that use ChannelClosedProactivelyEvent.Reason
-
Uses of ChannelClosedProactivelyEvent.Reason in com.couchbase.client.core.cnc.events.io
Methods in com.couchbase.client.core.cnc.events.io that return ChannelClosedProactivelyEvent.ReasonModifier and TypeMethodDescriptionChannelClosedProactivelyEvent.reason()
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.ReasonModifierConstructorDescriptionChannelClosedProactivelyEvent
(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.ReasonModifier and TypeMethodDescriptionstatic void
HandlerUtils.closeChannelWithReason
(IoContext ioContext, com.couchbase.client.core.deps.io.netty.channel.ChannelHandlerContext ctx, ChannelClosedProactivelyEvent.Reason reason) Proactively close this channel with the given reason.