java.lang.Object
org.neo4j.driver.internal.handlers.HelloV51ResponseHandler
- All Implemented Interfaces:
ResponseHandler
-
Field Summary
-
Constructor Summary
ConstructorDescriptionHelloV51ResponseHandler
(io.netty.channel.Channel channel, CompletableFuture<Void> helloFuture) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.neo4j.driver.internal.spi.ResponseHandler
canManageAutoRead, disableAutoReadManagement
-
Field Details
-
CONFIGURATION_HINTS_KEY
- See Also:
-
CONNECTION_RECEIVE_TIMEOUT_SECONDS_KEY
- See Also:
-
TELEMETRY_ENABLED_KEY
- See Also:
-
-
Constructor Details
-
HelloV51ResponseHandler
public HelloV51ResponseHandler(io.netty.channel.Channel channel, CompletableFuture<Void> helloFuture)
-
-
Method Details
-
onSuccess
- Specified by:
onSuccess
in interfaceResponseHandler
-
onFailure
- Specified by:
onFailure
in interfaceResponseHandler
-
onRecord
- Specified by:
onRecord
in interfaceResponseHandler
-