| Interface | Description |
|---|---|
| BoltFactory |
Factory class for Bolt runtime environments.
|
| BoltResponseHandler |
Callback for handling the result of requests.
|
| BoltWorker | |
| Job | |
| MonitoredWorkerFactory.SessionMonitor |
For monitoring the Bolt protocol, implementing and registering this monitor allows
tracking requests arriving via the Bolt protocol and the queuing and processing times
of those requests.
|
| StatementProcessor | |
| WorkerFactory |
Creates
BoltWorkers. |
| Class | Description |
|---|---|
| BoltConnectionDescriptor | |
| BoltFactoryImpl | |
| BoltStateMachine |
This state machine oversees the exchange of messages for the Bolt protocol.
|
| MonitoredWorkerFactory |
Thin wrapper around
WorkerFactory that adds monitoring capabilities, which
means Bolt can be introspected at runtime by adding Monitor listeners. |
| Neo4jError |
An error object, represents something having gone wrong that is to be signaled to the user.
|
| TransactionStateMachine |
| Enum | Description |
|---|---|
| BoltStateMachine.State |
| Exception | Description |
|---|---|
| BoltConnectionAuthFatality |
Indicates that bolt connection has been fatally misused and therefore the server should close the connection.
|
| BoltConnectionFatality |
Indicates that bolt connection has been fatally misused and therefore the server should close the connection.
|
| BoltProtocolBreachFatality |
Indicates that bolt connection has been fatally misused and therefore the server should close the connection.
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.