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()booleanisClosed()release(io.netty.channel.Channel channel)
-
Method Details
-
close
- Specified by:
closein interfaceExtendedChannelPool
-
healthChecker
- Specified by:
healthCheckerin interfaceExtendedChannelPool
-
acquire
- Specified by:
acquirein interfaceExtendedChannelPool
-
release
- Specified by:
releasein interfaceExtendedChannelPool
-
isClosed
public boolean isClosed()- Specified by:
isClosedin interfaceExtendedChannelPool
-
id
- Specified by:
idin interfaceExtendedChannelPool
-