Uses of Annotation Interface
org.neo4j.driver.util.Experimental
Packages that use Experimental
Package
Description
-
Uses of Experimental in org.neo4j.driver
Methods in org.neo4j.driver with annotations of type ExperimentalModifier and TypeMethodDescriptionboolean
Config.isTryTcpFastOpen()
Returns whether the driver should try using TCP Fast Open if the runtime supports it.Config.ConfigBuilder.withTryTcpFastOpen
(boolean enabled) Sets whether the driver should try using TCP Fast Open if the runtime supports it. -
Uses of Experimental in org.neo4j.driver.exceptions
Methods in org.neo4j.driver.exceptions with annotations of type ExperimentalModifier and TypeMethodDescriptionSecurityRetryableException.securityException()
Returns the original security exception. -
Uses of Experimental in org.neo4j.driver.internal.blockhound
Classes in org.neo4j.driver.internal.blockhound with annotations of type Experimental