| Package | Description |
|---|---|
| org.neo4j.bolt.v1.runtime |
| Modifier and Type | Class and Description |
|---|---|
class |
BoltConnectionAuthFatality
Indicates that bolt connection has been fatally misused and therefore the server should close the connection.
|
class |
BoltProtocolBreachFatality
Indicates that bolt connection has been fatally misused and therefore the server should close the connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BoltStateMachine.ackFailure(BoltResponseHandler handler)
Clear any outstanding error condition.
|
BoltStateMachine.State |
BoltStateMachine.State.ackFailure(BoltStateMachine machine) |
void |
BoltStateMachine.discardAll(BoltResponseHandler handler)
Discard all the remaining entries in the current result stream.
|
BoltStateMachine.State |
BoltStateMachine.State.discardAll(BoltStateMachine machine) |
void |
BoltStateMachine.externalError(Neo4jError error,
BoltResponseHandler handler) |
BoltStateMachine.State |
BoltStateMachine.State.init(BoltStateMachine machine,
String userAgent,
Map<String,Object> authToken) |
void |
BoltStateMachine.init(String userAgent,
Map<String,Object> authToken,
BoltResponseHandler handler)
Initialize the session.
|
BoltStateMachine.State |
BoltStateMachine.State.interrupt(BoltStateMachine machine) |
void |
Job.perform(BoltStateMachine machine) |
void |
BoltStateMachine.pullAll(BoltResponseHandler handler)
Retrieve all remaining entries in the current result.
|
BoltStateMachine.State |
BoltStateMachine.State.pullAll(BoltStateMachine machine) |
void |
BoltStateMachine.reset(BoltResponseHandler handler)
Reset the session to an IDLE state.
|
BoltStateMachine.State |
BoltStateMachine.State.reset(BoltStateMachine machine) |
BoltStateMachine.State |
BoltStateMachine.State.run(BoltStateMachine machine,
String statement,
Map<String,Object> params) |
void |
BoltStateMachine.run(String statement,
Map<String,Object> params,
BoltResponseHandler handler)
Run a statement, yielding a result stream which can be retrieved through pulling it in a subsequent call.
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.