| Package | Description |
|---|---|
| org.neo4j.bolt.transport | |
| org.neo4j.bolt.v1.transport |
| Modifier and Type | Method and Description |
|---|---|
BoltProtocol |
ProtocolChooser.chosenProtocol() |
| Constructor and Description |
|---|
ProtocolChooser(Map<Long,BiFunction<io.netty.channel.Channel,Boolean,BoltProtocol>> availableVersions,
boolean encryptionRequired,
boolean isEncrypted) |
SocketTransport(org.neo4j.helpers.ListenSocketAddress address,
io.netty.handler.ssl.SslContext sslCtx,
boolean encryptionRequired,
org.neo4j.logging.LogProvider logging,
Map<Long,BiFunction<io.netty.channel.Channel,Boolean,BoltProtocol>> protocolVersions) |
| Modifier and Type | Class and Description |
|---|---|
class |
BoltProtocolV1
Implements version one of the Bolt Protocol when transported over a socket.
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.