| Package | Description |
|---|---|
| org.neo4j.server.modules | |
| org.neo4j.server.security.ssl | |
| org.neo4j.server.web |
| Constructor and Description |
|---|
BoltModule(org.neo4j.kernel.configuration.Config config,
org.neo4j.graphdb.DependencyResolver dependencyResolver,
KeyStoreInformation ksi) |
| Modifier and Type | Method and Description |
|---|---|
KeyStoreInformation |
KeyStoreFactory.createKeyStore(File privateKeyPath,
File certificatePath) |
| Modifier and Type | Method and Description |
|---|---|
ServerConnector |
SslSocketConnectorFactory.createConnector(Server server,
KeyStoreInformation config,
String host,
int port,
JettyThreadCalculator jettyThreadCalculator) |
| Modifier and Type | Method and Description |
|---|---|
void |
Jetty9WebServer.setHttpsCertificateInformation(KeyStoreInformation config) |
void |
WebServer.setHttpsCertificateInformation(KeyStoreInformation config) |
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.