| Package | Description |
|---|---|
| org.neo4j.bolt | |
| org.neo4j.bolt.transport | |
| org.neo4j.bolt.v1.runtime | |
| org.neo4j.bolt.v1.runtime.concurrent | |
| org.neo4j.bolt.v1.transport |
| Modifier and Type | Method and Description |
|---|---|
static BoltChannel |
BoltChannel.open(io.netty.channel.ChannelHandlerContext channelHandlerContext,
BoltMessageLogger messageLogger) |
| Modifier and Type | Method and Description |
|---|---|
HandshakeOutcome |
BoltHandshakeProtocolHandler.perform(BoltChannel boltChannel,
io.netty.buffer.ByteBuf buffer) |
| Constructor and Description |
|---|
BoltHandshakeProtocolHandler(Map<Long,Function<BoltChannel,BoltMessagingProtocolHandler>> protocolHandlers,
boolean encryptionRequired,
boolean isEncrypted) |
SocketTransport(org.neo4j.helpers.ListenSocketAddress address,
io.netty.handler.ssl.SslContext sslCtx,
boolean encryptionRequired,
org.neo4j.logging.LogProvider logging,
BoltMessageLogging boltLogging,
Map<Long,Function<BoltChannel,BoltMessagingProtocolHandler>> protocolVersions) |
| Modifier and Type | Method and Description |
|---|---|
BoltStateMachine |
BoltFactory.newMachine(BoltChannel boltChannel,
Clock clock)
Generate a new state machine.
|
BoltStateMachine |
BoltFactoryImpl.newMachine(BoltChannel boltChannel,
Clock clock) |
default BoltWorker |
WorkerFactory.newWorker(BoltChannel boltChannel) |
BoltWorker |
WorkerFactory.newWorker(BoltChannel boltChannel,
BoltWorkerQueueMonitor queueMonitor) |
BoltWorker |
MonitoredWorkerFactory.newWorker(BoltChannel boltChannel,
BoltWorkerQueueMonitor queueMonitor) |
| Constructor and Description |
|---|
BoltStateMachine(org.neo4j.bolt.v1.runtime.BoltStateMachine.SPI spi,
BoltChannel boltChannel,
Clock clock) |
| Modifier and Type | Method and Description |
|---|---|
BoltWorker |
ThreadedWorkerFactory.newWorker(BoltChannel boltChannel,
BoltWorkerQueueMonitor queueMonitor) |
| Constructor and Description |
|---|
BoltMessagingProtocolV1Handler(BoltChannel boltChannel,
BoltWorker worker,
org.neo4j.kernel.impl.logging.LogService logging) |
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.