Uses of Interface
org.neo4j.driver.internal.async.pool.ExtendedChannelPool
Packages that use ExtendedChannelPool
Package
Description
-
Uses of ExtendedChannelPool in org.neo4j.driver.internal.async
Constructors in org.neo4j.driver.internal.async with parameters of type ExtendedChannelPoolModifierConstructorDescriptionNetworkConnection
(io.netty.channel.Channel channel, ExtendedChannelPool channelPool, Clock clock, MetricsListener metricsListener, Logging logging) -
Uses of ExtendedChannelPool in org.neo4j.driver.internal.async.pool
Classes in org.neo4j.driver.internal.async.pool that implement ExtendedChannelPoolMethods in org.neo4j.driver.internal.async.pool with parameters of type ExtendedChannelPoolModifier 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
Constructors in org.neo4j.driver.internal.handlers with parameters of type ExtendedChannelPoolModifierConstructorDescriptionChannelReleasingResetResponseHandler
(io.netty.channel.Channel channel, ExtendedChannelPool pool, InboundMessageDispatcher messageDispatcher, Clock clock, CompletableFuture<Void> releaseFuture)