Uses of Class
org.neo4j.driver.internal.handlers.AbstractRecordStateResponseHandler
Packages that use AbstractRecordStateResponseHandler
-
Uses of AbstractRecordStateResponseHandler in org.neo4j.driver.internal.handlers
Subclasses of AbstractRecordStateResponseHandler in org.neo4j.driver.internal.handlersModifier 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.