java.lang.Object
org.neo4j.driver.internal.async.pool.NettyChannelPool
- All Implemented Interfaces:
ExtendedChannelPool
-
Method Summary
Modifier and TypeMethodDescriptionCompletionStage<io.netty.channel.Channel>
close()
id()
boolean
isClosed()
release
(io.netty.channel.Channel channel)
-
Method Details
-
close
- Specified by:
close
in interfaceExtendedChannelPool
-
healthChecker
- Specified by:
healthChecker
in interfaceExtendedChannelPool
-
acquire
- Specified by:
acquire
in interfaceExtendedChannelPool
-
release
- Specified by:
release
in interfaceExtendedChannelPool
-
isClosed
public boolean isClosed()- Specified by:
isClosed
in interfaceExtendedChannelPool
-
id
- Specified by:
id
in interfaceExtendedChannelPool
-