Uses of Class
org.neo4j.driver.internal.handlers.RunResponseHandler
Package
Description
-
Uses of RunResponseHandler in org.neo4j.driver.internal.cursor
Modifier and TypeFieldDescriptionprotected final RunResponseHandler
AsyncResultCursorOnlyFactory.runHandler
ModifierConstructorDescriptionAsyncResultCursorImpl
(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
Modifier 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) ModifierConstructorDescriptionLegacyPullAllResponseHandler
(Query query, RunResponseHandler runResponseHandler, Connection connection, MetadataExtractor metadataExtractor, PullResponseCompletionListener completionListener) -
Uses of RunResponseHandler in org.neo4j.driver.internal.handlers.pulln
Modifier and TypeFieldDescriptionprotected final RunResponseHandler
BasicPullResponseHandler.runResponseHandler
ModifierConstructorDescriptionAutoPullResponseHandler
(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)