Uses of Interface
org.neo4j.driver.internal.async.pool.ExtendedChannelPool
Package
Description
-
Uses of ExtendedChannelPool in org.neo4j.driver.internal.async
ModifierConstructorDescriptionNetworkConnection
(io.netty.channel.Channel channel, ExtendedChannelPool channelPool, Clock clock, MetricsListener metricsListener, Logging logging) -
Uses of ExtendedChannelPool in org.neo4j.driver.internal.async.pool
Modifier and TypeMethodDescriptionConnectionFactory.createConnection
(io.netty.channel.Channel channel, ExtendedChannelPool pool) NetworkConnectionFactory.createConnection
(io.netty.channel.Channel channel, ExtendedChannelPool pool) -
Uses of ExtendedChannelPool in org.neo4j.driver.internal.handlers
ModifierConstructorDescriptionChannelReleasingResetResponseHandler
(io.netty.channel.Channel channel, ExtendedChannelPool pool, InboundMessageDispatcher messageDispatcher, Clock clock, CompletableFuture<Void> releaseFuture)