Uses of Annotation Interface
org.neo4j.driver.util.Experimental
Packages that use Experimental
Package
Description
- 
Uses of Experimental in org.neo4j.driverMethods in org.neo4j.driver with annotations of type ExperimentalModifier and TypeMethodDescriptionbooleanConfig.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.exceptionsMethods 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.blockhoundClasses in org.neo4j.driver.internal.blockhound with annotations of type Experimental