Uses of Interface
org.neo4j.driver.internal.spi.ResponseHandler
Packages that use ResponseHandler
Package
Description
-
Uses of ResponseHandler in org.neo4j.driver.internal.async
Methods in org.neo4j.driver.internal.async with parameters of type ResponseHandlerModifier and TypeMethodDescriptionvoid
NetworkConnection.write
(Message message, ResponseHandler handler) void
NetworkConnection.writeAndFlush
(Message message, ResponseHandler handler) -
Uses of ResponseHandler in org.neo4j.driver.internal.async.connection
Methods in org.neo4j.driver.internal.async.connection with parameters of type ResponseHandlerModifier and TypeMethodDescriptionvoid
DirectConnection.write
(Message message, ResponseHandler handler) void
RoutingConnection.write
(Message message, ResponseHandler handler) void
DirectConnection.writeAndFlush
(Message message, ResponseHandler handler) void
RoutingConnection.writeAndFlush
(Message message, ResponseHandler handler) -
Uses of ResponseHandler in org.neo4j.driver.internal.async.inbound
Methods in org.neo4j.driver.internal.async.inbound with parameters of type ResponseHandler -
Uses of ResponseHandler in org.neo4j.driver.internal.handlers
Subinterfaces of ResponseHandler in org.neo4j.driver.internal.handlersClasses in org.neo4j.driver.internal.handlers that implement ResponseHandlerModifier and TypeClassDescriptionclass
class
class
class
class
class
This is the Pull All response handler that handles pull all messages in Bolt v3 and previous protocol versions.class
class
class
class
class
class
class
Handles the RouteMessage response getting the success response and return its routing table property as the response.class
class
class
HandlesTelemetryMessage
responses.Constructors in org.neo4j.driver.internal.handlers with parameters of type ResponseHandlerModifierConstructorDescriptionRoutingResponseHandler
(ResponseHandler delegate, org.neo4j.driver.internal.BoltServerAddress address, AccessMode accessMode, org.neo4j.driver.internal.RoutingErrorHandler errorHandler) -
Uses of ResponseHandler in org.neo4j.driver.internal.handlers.pulln
Subinterfaces of ResponseHandler in org.neo4j.driver.internal.handlers.pullnClasses in org.neo4j.driver.internal.handlers.pulln that implement ResponseHandlerModifier and TypeClassDescriptionclass
Built on top ofBasicPullResponseHandler
to be able to pull in batches.class
Provides basic handling of pull responses from sever. -
Uses of ResponseHandler in org.neo4j.driver.internal.spi
Methods in org.neo4j.driver.internal.spi with parameters of type ResponseHandlerModifier and TypeMethodDescriptionvoid
Connection.write
(Message message, ResponseHandler handler) void
Connection.writeAndFlush
(Message message, ResponseHandler handler)