| Package | Description |
|---|---|
| org.neo4j.bolt.v1.messaging | |
| org.neo4j.bolt.v1.transport |
| Modifier and Type | Class and Description |
|---|---|
class |
BoltMessageRouter
This class is responsible for routing incoming request messages to a worker
as well as handling outgoing response messages via appropriate handlers.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends Exception> |
BoltRequestMessageReader.read(BoltRequestMessageHandler<E> handler)
Parse and handle a single message by handing it off
to a
BoltRequestMessageHandler instance. |
| Constructor and Description |
|---|
BoltV1Dechunker(BoltRequestMessageHandler<RuntimeException> messageHandler,
Runnable onMessageStarted) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.