Uses of Class
com.couchbase.client.core.io.IoContext
Packages that use IoContext
-
Uses of IoContext in com.couchbase.client.core.cnc.events.io
Constructors in com.couchbase.client.core.cnc.events.io with parameters of type IoContextModifierConstructorDescriptionChannelClosedProactivelyEvent
(IoContext context, ChannelClosedProactivelyEvent.Reason reason) CollectionOutdatedHandledEvent
(CollectionIdentifier collectionIdentifier, RetryReason retryReason, IoContext context) ErrorMapLoadedEvent
(IoContext ctx, Duration duration, Optional<ErrorMap> errorMap) ErrorMapLoadingFailedEvent
(IoContext ctx, Duration duration, short status) ErrorMapUndecodableEvent
(IoContext ctx, String message, String content) Creates a newErrorMapUndecodableEvent
.FeaturesNegotiatedEvent
(IoContext ctx, Duration duration, List<ServerFeature> negotiated) FeaturesNegotiationFailedEvent
(IoContext ctx, short status) InvalidPacketDetectedEvent
(IoContext context, byte[] packet) InvalidRequestDetectedEvent
(IoContext context, ServiceType serviceType, Object message) KeyValueErrorMapCodeHandledEvent
(IoContext context, ErrorMap.ErrorCode errorCode) NotMyVbucketReceivedEvent
(IoContext context, short partition) ReadTrafficCapturedEvent
(IoContext context, String converted) SaslAuthenticationCompletedEvent
(Duration duration, IoContext context) SaslMechanismsListedEvent
(IoContext context, Set<SaslMechanism> serverMechanisms, Duration duration) SaslMechanismsSelectedEvent
(IoContext context, Set<SaslMechanism> allowedMechanisms, SaslMechanism selectedMechanism) SelectBucketCompletedEvent
(Duration duration, IoContext context, String bucket) SelectBucketFailedEvent
(Event.Severity severity, IoContext context, short status) UnknownResponseReceivedEvent
(IoContext context, byte[] response) UnknownResponseStatusReceivedEvent
(IoContext context, short status) UnknownServerPushRequestReceivedEvent
(IoContext context, byte[] request) UnsolicitedFeaturesReturnedEvent
(IoContext ctx, List<ServerFeature> unsolicitedFeatures) UnsupportedResponseTypeReceivedEvent
(IoContext context, Object response) WriteTrafficCapturedEvent
(IoContext context, String converted) -
Uses of IoContext in com.couchbase.client.core.io.netty
Methods in com.couchbase.client.core.io.netty with parameters of type IoContextModifier 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.