- BasicAuthentication - Class in org.neo4j.bolt.security.auth
-
Performs basic authentication with user name and password.
- BasicAuthentication(AuthManager, UserManagerSupplier) - Constructor for class org.neo4j.bolt.security.auth.BasicAuthentication
-
- BasicAuthenticationResult - Class in org.neo4j.bolt.security.auth
-
- BasicAuthenticationResult(SecurityContext) - Constructor for class org.neo4j.bolt.security.auth.BasicAuthenticationResult
-
- beginArray(int, ValueWriter.ArrayType) - Method in class org.neo4j.bolt.v1.messaging.Neo4jPack.Packer
-
- beginList(int) - Method in class org.neo4j.bolt.v1.messaging.Neo4jPack.Packer
-
- beginMap(int) - Method in class org.neo4j.bolt.v1.messaging.Neo4jPack.Packer
-
- beginPoint(CoordinateReferenceSystem) - Method in class org.neo4j.bolt.v1.messaging.Neo4jPack.Packer
-
- BOLT_MAGIC_PREAMBLE - Static variable in class org.neo4j.bolt.transport.BoltHandshakeProtocolHandler
-
- BoltChannel - Class in org.neo4j.bolt
-
A channel through which Bolt messaging can occur.
- BoltChannelAutoReadLimiter - Class in org.neo4j.bolt.v1.runtime
-
- BoltChannelAutoReadLimiter(Channel, Log) - Constructor for class org.neo4j.bolt.v1.runtime.BoltChannelAutoReadLimiter
-
- BoltChannelAutoReadLimiter(Channel, Log, int, int) - Constructor for class org.neo4j.bolt.v1.runtime.BoltChannelAutoReadLimiter
-
- BoltConnectionAuthFatality - Exception in org.neo4j.bolt.v1.runtime
-
Indicates that bolt connection has been fatally misused and therefore the server should close the connection.
- BoltConnectionAuthFatality(String) - Constructor for exception org.neo4j.bolt.v1.runtime.BoltConnectionAuthFatality
-
- BoltConnectionDescriptor - Interface in org.neo4j.bolt
-
- BoltConnectionFatality - Exception in org.neo4j.bolt.v1.runtime
-
Indicates that bolt connection has been fatally misused and therefore the server should close the connection.
- BoltFactory - Interface in org.neo4j.bolt.v1.runtime
-
Factory class for Bolt runtime environments.
- BoltFactoryImpl - Class in org.neo4j.bolt.v1.runtime
-
- BoltFactoryImpl(GraphDatabaseAPI, UsageData, LogService, ThreadToStatementContextBridge, Authentication, BoltConnectionTracker, Config) - Constructor for class org.neo4j.bolt.v1.runtime.BoltFactoryImpl
-
- BoltHandshakeProtocolHandler - Class in org.neo4j.bolt.transport
-
Manages the state for choosing the protocol version to use.
- BoltHandshakeProtocolHandler(Map<Long, Function<BoltChannel, BoltMessagingProtocolHandler>>, boolean, boolean) - Constructor for class org.neo4j.bolt.transport.BoltHandshakeProtocolHandler
-
- BoltIOException - Exception in org.neo4j.bolt.v1.messaging
-
- BoltIOException(Status, String, Throwable) - Constructor for exception org.neo4j.bolt.v1.messaging.BoltIOException
-
- BoltIOException(Status, String) - Constructor for exception org.neo4j.bolt.v1.messaging.BoltIOException
-
- BoltKernelExtension - Class in org.neo4j.bolt
-
Wraps Bolt and exposes it as a Kernel Extension.
- BoltKernelExtension() - Constructor for class org.neo4j.bolt.BoltKernelExtension
-
- BoltKernelExtension.Dependencies - Interface in org.neo4j.bolt
-
- BoltKernelExtension.Settings - Class in org.neo4j.bolt
-
- BoltMessageLog - Class in org.neo4j.bolt.logging
-
- BoltMessageLog(FileSystemAbstraction, ZoneId, File, Executor) - Constructor for class org.neo4j.bolt.logging.BoltMessageLog
-
- BoltMessageLogger - Interface in org.neo4j.bolt.logging
-
- BoltMessageLogging - Class in org.neo4j.bolt.logging
-
- BoltMessageRouter - Class in org.neo4j.bolt.v1.messaging
-
This class is responsible for routing incoming request messages to a worker
as well as handling outgoing response messages via appropriate handlers.
- BoltMessageRouter(Log, BoltMessageLogger, BoltWorker, BoltResponseMessageHandler<IOException>, Runnable) - Constructor for class org.neo4j.bolt.v1.messaging.BoltMessageRouter
-
- BoltMessagingProtocolHandler - Interface in org.neo4j.bolt.transport
-
Implementations define a versioned implementation of the Bolt Protocol.
- BoltMessagingProtocolV1Handler - Class in org.neo4j.bolt.v1.transport
-
Implements version one of the Bolt Protocol when transported over a socket.
- BoltMessagingProtocolV1Handler(BoltChannel, BoltWorker, LogService) - Constructor for class org.neo4j.bolt.v1.transport.BoltMessagingProtocolV1Handler
-
- BoltProtocolBreachFatality - Exception in org.neo4j.bolt.v1.runtime
-
Indicates that bolt connection has been fatally misused and therefore the server should close the connection.
- BoltProtocolBreachFatality(String) - Constructor for exception org.neo4j.bolt.v1.runtime.BoltProtocolBreachFatality
-
- BoltRequestMessage - Enum in org.neo4j.bolt.v1.messaging
-
Enumeration representing all defined Bolt request messages.
- BoltRequestMessageHandler<E extends Exception> - Interface in org.neo4j.bolt.v1.messaging
-
Interface defining simple handler methods for each defined
Bolt request message.
- BoltRequestMessageReader - Class in org.neo4j.bolt.v1.messaging
-
- BoltRequestMessageReader(Neo4jPack.Unpacker) - Constructor for class org.neo4j.bolt.v1.messaging.BoltRequestMessageReader
-
- BoltResponseHandler - Interface in org.neo4j.bolt.v1.runtime
-
Callback for handling the result of requests.
- BoltResponseMessage - Enum in org.neo4j.bolt.v1.messaging
-
Enumeration representing all defined Bolt response messages.
- BoltResponseMessageBoundaryHook - Interface in org.neo4j.bolt.v1.messaging
-
- BoltResponseMessageHandler<E extends Exception> - Interface in org.neo4j.bolt.v1.messaging
-
Interface defining simple handler methods for each defined
Bolt response message.
- BoltResponseMessageWriter - Class in org.neo4j.bolt.v1.messaging
-
- BoltResponseMessageWriter(Neo4jPack.Packer, BoltResponseMessageBoundaryHook, BoltMessageLogger) - Constructor for class org.neo4j.bolt.v1.messaging.BoltResponseMessageWriter
-
- BoltResult - Class in org.neo4j.bolt.v1.runtime.spi
-
Represents a data stream of records, this is the output cypher produces.
- BoltResult() - Constructor for class org.neo4j.bolt.v1.runtime.spi.BoltResult
-
- BoltResult.Visitor - Interface in org.neo4j.bolt.v1.runtime.spi
-
- BoltStateMachine - Class in org.neo4j.bolt.v1.runtime
-
This state machine oversees the exchange of messages for the Bolt protocol.
- BoltStateMachine(BoltStateMachine.SPI, BoltChannel, Clock) - Constructor for class org.neo4j.bolt.v1.runtime.BoltStateMachine
-
- BoltStateMachine.State - Enum in org.neo4j.bolt.v1.runtime
-
- BoltV1Dechunker - Class in org.neo4j.bolt.v1.transport
-
- BoltV1Dechunker(BoltRequestMessageHandler<RuntimeException>, Runnable) - Constructor for class org.neo4j.bolt.v1.transport.BoltV1Dechunker
-
- BoltV1Dechunker.State - Enum in org.neo4j.bolt.v1.transport
-
- BoltWorker - Interface in org.neo4j.bolt.v1.runtime
-
- BoltWorkerQueueMonitor - Interface in org.neo4j.bolt.v1.runtime
-
- Bookmark - Class in org.neo4j.bolt.v1.runtime.bookmarking
-
- Bookmark(long) - Constructor for class org.neo4j.bolt.v1.runtime.bookmarking.Bookmark
-
- BookmarkResult - Class in org.neo4j.bolt.v1.runtime.spi
-
- BookmarkResult(Bookmark) - Constructor for class org.neo4j.bolt.v1.runtime.spi.BookmarkResult
-
- BYTES_16 - Static variable in class org.neo4j.bolt.v1.packstream.PackStream
-
- BYTES_32 - Static variable in class org.neo4j.bolt.v1.packstream.PackStream
-
- BYTES_8 - Static variable in class org.neo4j.bolt.v1.packstream.PackStream
-
- validateTransaction() - Method in class org.neo4j.bolt.v1.runtime.BoltStateMachine
-
When this is invoked, the machine will check whether the related transaction is
marked for termination and will reset the TransactionStateMachine to AUTO_COMMIT mode
while releasing the related transactional resources.
- validateTransaction() - Method in interface org.neo4j.bolt.v1.runtime.StatementProcessor
-
- validateTransaction() - Method in class org.neo4j.bolt.v1.runtime.TransactionStateMachine
-
- valueOf(String) - Static method in enum org.neo4j.bolt.transport.HandshakeOutcome
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.bolt.v1.messaging.BoltRequestMessage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.bolt.v1.messaging.BoltResponseMessage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.bolt.v1.packstream.PackType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.bolt.v1.runtime.BoltStateMachine.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.bolt.v1.transport.BoltV1Dechunker.State
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.neo4j.bolt.transport.HandshakeOutcome
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.bolt.v1.messaging.BoltRequestMessage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.bolt.v1.messaging.BoltResponseMessage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.bolt.v1.packstream.PackType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.bolt.v1.runtime.BoltStateMachine.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.bolt.v1.transport.BoltV1Dechunker.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VanillaUTF8Encoder - Class in org.neo4j.bolt.v1.packstream.utf8
-
Simple encoder that delegates to String#getBytes()
- VanillaUTF8Encoder() - Constructor for class org.neo4j.bolt.v1.packstream.utf8.VanillaUTF8Encoder
-
- version() - Method in interface org.neo4j.bolt.transport.BoltMessagingProtocolHandler
-
Used for version negotiation
- VERSION - Static variable in class org.neo4j.bolt.v1.transport.BoltMessagingProtocolV1Handler
-
- version() - Method in class org.neo4j.bolt.v1.transport.BoltMessagingProtocolV1Handler
-
- visit(QueryResult.Record) - Method in interface org.neo4j.bolt.v1.runtime.spi.BoltResult.Visitor
-