- 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
-
- bind(Node, Node) - Method in interface org.neo4j.bolt.v1.messaging.infrastructure.UnboundRelationship
-
Bind this relationship to a pair of nodes to create a full relationship.
- bind(Node, Node) - Method in class org.neo4j.bolt.v1.messaging.infrastructure.ValueUnboundRelationship
-
- BOLT_MAGIC_PREAMBLE - Static variable in class org.neo4j.bolt.transport.ProtocolChooser
-
- 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 - Class in org.neo4j.bolt.v1.runtime
-
- BoltConnectionDescriptor(SocketAddress, SocketAddress) - Constructor for class org.neo4j.bolt.v1.runtime.BoltConnectionDescriptor
-
- 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
-
- 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
-
- 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, BoltWorker, BoltResponseMessageHandler<IOException>, Runnable) - Constructor for class org.neo4j.bolt.v1.messaging.BoltMessageRouter
-
- BoltProtocol - Interface in org.neo4j.bolt.transport
-
Implementations define a versioned implementation of the Bolt Protocol.
- 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
-
- BoltProtocolV1 - Class in org.neo4j.bolt.v1.transport
-
Implements version one of the Bolt Protocol when transported over a socket.
- BoltProtocolV1(BoltWorker, Channel, LogService) - Constructor for class org.neo4j.bolt.v1.transport.BoltProtocolV1
-
- 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) - 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, Runnable, 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
-
- 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
-
- ValueNode - Class in org.neo4j.bolt.v1.messaging.infrastructure
-
- ValueNode(long, Collection<Label>, Map<String, Object>) - Constructor for class org.neo4j.bolt.v1.messaging.infrastructure.ValueNode
-
- 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.
- ValuePath - Class in org.neo4j.bolt.v1.messaging.infrastructure
-
A ValuePath is an implementation of the Path interface that is used to
represent a walk through a graph within the context of remoting.
- ValuePath(List<Node>, List<Relationship>, List<Integer>) - Constructor for class org.neo4j.bolt.v1.messaging.infrastructure.ValuePath
-
- ValuePropertyContainer - Class in org.neo4j.bolt.v1.messaging.infrastructure
-
- ValuePropertyContainer(Map<String, Object>) - Constructor for class org.neo4j.bolt.v1.messaging.infrastructure.ValuePropertyContainer
-
- ValueRelationship - Class in org.neo4j.bolt.v1.messaging.infrastructure
-
- ValueRelationship(long, long, long, RelationshipType, Map<String, Object>) - Constructor for class org.neo4j.bolt.v1.messaging.infrastructure.ValueRelationship
-
- 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.
- ValueUnboundRelationship - Class in org.neo4j.bolt.v1.messaging.infrastructure
-
- ValueUnboundRelationship(long, RelationshipType, Map<String, Object>) - Constructor for class org.neo4j.bolt.v1.messaging.infrastructure.ValueUnboundRelationship
-
- 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.BoltProtocol
-
Used for version negotiation
- VERSION - Static variable in class org.neo4j.bolt.v1.transport.BoltProtocolV1
-
- version() - Method in class org.neo4j.bolt.v1.transport.BoltProtocolV1
-
- visit(Record) - Method in interface org.neo4j.bolt.v1.runtime.spi.BoltResult.Visitor
-