| Package | Description |
|---|---|
| org.neo4j.server.configuration |
| Modifier and Type | Field and Description |
|---|---|
org.neo4j.graphdb.config.Setting<ClientConnectorSettings.HttpConnector.Encryption> |
ClientConnectorSettings.HttpConnector.encryption |
| Modifier and Type | Method and Description |
|---|---|
static ClientConnectorSettings.HttpConnector.Encryption |
ClientConnectorSettings.HttpConnector.Encryption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientConnectorSettings.HttpConnector.Encryption[] |
ClientConnectorSettings.HttpConnector.Encryption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<ClientConnectorSettings.HttpConnector> |
ClientConnectorSettings.httpConnector(org.neo4j.kernel.configuration.Config config,
ClientConnectorSettings.HttpConnector.Encryption encryption) |
| Constructor and Description |
|---|
HttpConnector(ClientConnectorSettings.HttpConnector.Encryption encryptionLevel) |
HttpConnector(String key,
ClientConnectorSettings.HttpConnector.Encryption encryptionLevel) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.