Module org.neo4j.driver
Class HelloResponseHandler
java.lang.Object
org.neo4j.driver.internal.bolt.basicimpl.handlers.HelloResponseHandler
- All Implemented Interfaces:
ResponseHandler
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHelloResponseHandler(CompletableFuture<String> future, io.netty.channel.Channel channel, Clock clock, CompletableFuture<Long> latestAuthMillisFuture) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.neo4j.driver.internal.bolt.basicimpl.spi.ResponseHandler
canManageAutoRead, disableAutoReadManagement
-
Field Details
-
CONFIGURATION_HINTS_KEY
- See Also:
-
CONNECTION_RECEIVE_TIMEOUT_SECONDS_KEY
- See Also:
-
-
Constructor Details
-
HelloResponseHandler
public HelloResponseHandler(CompletableFuture<String> future, io.netty.channel.Channel channel, Clock clock, CompletableFuture<Long> latestAuthMillisFuture)
-
-
Method Details
-
onSuccess
- Specified by:
onSuccessin interfaceResponseHandler
-
onFailure
- Specified by:
onFailurein interfaceResponseHandler
-
onRecord
- Specified by:
onRecordin interfaceResponseHandler
-