Uses of Class
org.neo4j.driver.internal.async.inbound.InboundMessageDispatcher
Packages that use InboundMessageDispatcher
-
Uses of InboundMessageDispatcher in org.neo4j.driver.internal.async.connection
Methods in org.neo4j.driver.internal.async.connection that return InboundMessageDispatcherModifier and TypeMethodDescriptionstatic InboundMessageDispatcher
ChannelAttributes.messageDispatcher
(io.netty.channel.Channel channel) Methods in org.neo4j.driver.internal.async.connection with parameters of type InboundMessageDispatcherModifier and TypeMethodDescriptionstatic void
ChannelAttributes.setMessageDispatcher
(io.netty.channel.Channel channel, InboundMessageDispatcher messageDispatcher) -
Uses of InboundMessageDispatcher in org.neo4j.driver.internal.handlers
Constructors in org.neo4j.driver.internal.handlers with parameters of type InboundMessageDispatcherModifierConstructorDescriptionChannelReleasingResetResponseHandler
(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)