| Package | Description |
|---|---|
| org.neo4j.bolt.transport | |
| org.neo4j.bolt.v1.transport |
| Modifier and Type | Method and Description |
|---|---|
BoltMessagingProtocolHandler |
BoltHandshakeProtocolHandler.chosenProtocol() |
| 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 | Class and Description |
|---|---|
class |
BoltMessagingProtocolV1Handler
Implements version one of the Bolt Protocol when transported over a socket.
|
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.