Uses of Class
org.neo4j.driver.internal.async.inbound.InboundMessageDispatcher
-
Uses of InboundMessageDispatcher in org.neo4j.driver.internal.async.connection
Modifier and TypeMethodDescriptionstatic InboundMessageDispatcher
ChannelAttributes.messageDispatcher
(io.netty.channel.Channel channel) Modifier and TypeMethodDescriptionstatic void
ChannelAttributes.setMessageDispatcher
(io.netty.channel.Channel channel, InboundMessageDispatcher messageDispatcher) -
Uses of InboundMessageDispatcher in org.neo4j.driver.internal.handlers
ModifierConstructorDescriptionChannelReleasingResetResponseHandler
(io.netty.channel.Channel channel, ExtendedChannelPool pool, InboundMessageDispatcher messageDispatcher, Clock clock, CompletableFuture<Void> releaseFuture) ResetResponseHandler
(InboundMessageDispatcher messageDispatcher) ResetResponseHandler
(InboundMessageDispatcher messageDispatcher, CompletableFuture<Void> completionFuture) ResetResponseHandler
(InboundMessageDispatcher messageDispatcher, CompletableFuture<Void> completionFuture, Throwable throwable)