Uses of Class
com.couchbase.client.core.endpoint.EndpointContext
-
-
Uses of EndpointContext in com.couchbase.client.core.cnc.events.endpoint
Constructors in com.couchbase.client.core.cnc.events.endpoint with parameters of type EndpointContext Constructor Description EndpointConnectedEvent(Duration duration, EndpointContext context, SortedMap<String,Duration> timings)
EndpointConnectionAbortedEvent(Duration duration, EndpointContext context, SortedMap<String,Duration> timings)
EndpointConnectionFailedEvent(Duration duration, EndpointContext context, long attempt, Throwable cause)
EndpointConnectionIgnoredEvent(Duration duration, EndpointContext context, SortedMap<String,Duration> timings)
EndpointDisconnectedEvent(Duration duration, EndpointContext context)
Creates a new endpoint disconnected event.EndpointDisconnectionFailedEvent(Duration duration, EndpointContext context, Throwable cause)
Creates a new endpoint disconnection failed event. -
Uses of EndpointContext in com.couchbase.client.core.endpoint
Methods in com.couchbase.client.core.endpoint that return EndpointContext Modifier and Type Method Description EndpointContext
BaseEndpoint. endpointContext()
Returns the current endpoint context for external use.Constructors in com.couchbase.client.core.endpoint with parameters of type EndpointContext Constructor Description KeyValuePipelineInitializer(EndpointContext ctx, String bucketname, Credentials credentials)
ManagerPipelineInitializer(EndpointContext endpointContext)
-
Uses of EndpointContext in com.couchbase.client.core.io.netty
Constructors in com.couchbase.client.core.io.netty with parameters of type EndpointContext Constructor Description NonChunkedHttpMessageHandler(EndpointContext endpointContext, ServiceType serviceType)
PipelineErrorHandler(EndpointContext endpointContext)
TrafficCaptureHandler(EndpointContext endpointContext)
-
Uses of EndpointContext in com.couchbase.client.core.io.netty.analytics
Constructors in com.couchbase.client.core.io.netty.analytics with parameters of type EndpointContext Constructor Description AnalyticsMessageHandler(BaseEndpoint endpoint, EndpointContext endpointContext)
-
Uses of EndpointContext in com.couchbase.client.core.io.netty.chunk
Constructors in com.couchbase.client.core.io.netty.chunk with parameters of type EndpointContext Constructor Description ChunkedMessageHandler(BaseEndpoint endpoint, EndpointContext endpointContext, ChunkResponseParser<H,ROW,T> chunkResponseParser)
Creates a newChunkedMessageHandler
. -
Uses of EndpointContext in com.couchbase.client.core.io.netty.kv
Constructors in com.couchbase.client.core.io.netty.kv with parameters of type EndpointContext Constructor Description ErrorMapLoadingHandler(EndpointContext endpointContext)
Creates a newErrorMapLoadingHandler
.FeatureNegotiatingHandler(EndpointContext endpointContext, Set<ServerFeature> features)
Creates a newFeatureNegotiatingHandler
.KeyValueMessageHandler(BaseEndpoint endpoint, EndpointContext endpointContext, String bucketName)
Creates a newKeyValueMessageHandler
.MemcacheProtocolVerificationHandler(EndpointContext endpointContext)
Creates a newMemcacheProtocolVerificationHandler
.SaslAuthenticationHandler(EndpointContext endpointContext, String username, String password)
SelectBucketHandler(EndpointContext endpointContext, String bucketName)
Creates a newSelectBucketHandler
. -
Uses of EndpointContext in com.couchbase.client.core.io.netty.query
Constructors in com.couchbase.client.core.io.netty.query with parameters of type EndpointContext Constructor Description QueryMessageHandler(BaseEndpoint endpoint, EndpointContext endpointContext)
-
Uses of EndpointContext in com.couchbase.client.core.io.netty.search
Constructors in com.couchbase.client.core.io.netty.search with parameters of type EndpointContext Constructor Description SearchHandlerSwitcher(BaseEndpoint endpoint, EndpointContext context)
-
Uses of EndpointContext in com.couchbase.client.core.io.netty.view
Constructors in com.couchbase.client.core.io.netty.view with parameters of type EndpointContext Constructor Description ViewMessageHandler(BaseEndpoint endpoint, EndpointContext endpointContext)
-