Uses of Class
org.neo4j.driver.internal.handlers.RunResponseHandler
Packages that use RunResponseHandler
Package
Description
-
Uses of RunResponseHandler in org.neo4j.driver.internal.cursor
Fields in org.neo4j.driver.internal.cursor declared as RunResponseHandlerModifier and TypeFieldDescriptionprotected final RunResponseHandler
AsyncResultCursorOnlyFactory.runHandler
Constructors in org.neo4j.driver.internal.cursor with parameters of type RunResponseHandlerModifierConstructorDescriptionAsyncResultCursorImpl
(Throwable runError, RunResponseHandler runHandler, PullAllResponseHandler pullAllHandler) AsyncResultCursorOnlyFactory
(Connection connection, Message runMessage, RunResponseHandler runHandler, CompletableFuture<Void> runFuture, PullAllResponseHandler pullHandler) ResultCursorFactoryImpl
(Connection connection, Message runMessage, RunResponseHandler runHandler, CompletableFuture<Void> runFuture, PullResponseHandler pullHandler, PullAllResponseHandler pullAllHandler) RxResultCursorImpl
(Throwable runError, RunResponseHandler runHandler, PullResponseHandler pullHandler, Supplier<CompletionStage<Void>> connectionReleaseSupplier) RxResultCursorImpl
(RunResponseHandler runHandler, PullResponseHandler pullHandler) -
Uses of RunResponseHandler in org.neo4j.driver.internal.handlers
Methods in org.neo4j.driver.internal.handlers with parameters of type RunResponseHandlerModifier and TypeMethodDescriptionstatic PullAllResponseHandler
PullHandlers.newBoltV3PullAllHandler
(Query query, RunResponseHandler runHandler, Connection connection, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, UnmanagedTransaction tx) static PullAllResponseHandler
PullHandlers.newBoltV4AutoPullHandler
(Query query, RunResponseHandler runHandler, Connection connection, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, UnmanagedTransaction tx, long fetchSize) static PullResponseHandler
PullHandlers.newBoltV4BasicPullHandler
(Query query, RunResponseHandler runHandler, Connection connection, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, UnmanagedTransaction tx) Constructors in org.neo4j.driver.internal.handlers with parameters of type RunResponseHandlerModifierConstructorDescriptionLegacyPullAllResponseHandler
(Query query, RunResponseHandler runResponseHandler, Connection connection, MetadataExtractor metadataExtractor, PullResponseCompletionListener completionListener) -
Uses of RunResponseHandler in org.neo4j.driver.internal.handlers.pulln
Fields in org.neo4j.driver.internal.handlers.pulln declared as RunResponseHandlerModifier and TypeFieldDescriptionprotected final RunResponseHandler
BasicPullResponseHandler.runResponseHandler
Constructors in org.neo4j.driver.internal.handlers.pulln with parameters of type RunResponseHandlerModifierConstructorDescriptionAutoPullResponseHandler
(Query query, RunResponseHandler runResponseHandler, Connection connection, MetadataExtractor metadataExtractor, PullResponseCompletionListener completionListener, long fetchSize) BasicPullResponseHandler
(Query query, RunResponseHandler runResponseHandler, Connection connection, MetadataExtractor metadataExtractor, PullResponseCompletionListener completionListener) BasicPullResponseHandler
(Query query, RunResponseHandler runResponseHandler, Connection connection, MetadataExtractor metadataExtractor, PullResponseCompletionListener completionListener, boolean syncSignals)