Uses of Class
org.neo4j.driver.internal.handlers.AbstractRecordStateResponseHandler
-
Uses of AbstractRecordStateResponseHandler in org.neo4j.driver.internal.handlers
Modifier and TypeClassDescriptionclass
This is the Pull All response handler that handles pull all messages in Bolt v3 and previous protocol versions. -
Uses of AbstractRecordStateResponseHandler in org.neo4j.driver.internal.handlers.pulln
Modifier and TypeClassDescriptionclass
Built on top ofBasicPullResponseHandler
to be able to pull in batches.class
Provides basic handling of pull responses from sever.