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 InboundMessageDispatcherChannelAttributes.messageDispatcher(io.netty.channel.Channel channel) Methods in org.neo4j.driver.internal.async.connection with parameters of type InboundMessageDispatcherModifier and TypeMethodDescriptionstatic voidChannelAttributes.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)