| Package | Description |
|---|---|
| org.neo4j.server.configuration |
| Modifier and Type | Field and Description |
|---|---|
org.neo4j.graphdb.config.Setting<ServerSettings.HttpConnector.Encryption> |
ServerSettings.HttpConnector.encryption |
| Modifier and Type | Method and Description |
|---|---|
static ServerSettings.HttpConnector.Encryption |
ServerSettings.HttpConnector.Encryption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerSettings.HttpConnector.Encryption[] |
ServerSettings.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<ServerSettings.HttpConnector> |
ServerSettings.httpConnector(org.neo4j.kernel.configuration.Config config,
ServerSettings.HttpConnector.Encryption encryption) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.