Package | Description |
---|---|
spark | |
spark.embeddedserver | |
spark.embeddedserver.jetty | |
spark.ssl |
Modifier and Type | Field and Description |
---|---|
protected SslStores |
Service.sslStores |
Modifier and Type | Method and Description |
---|---|
int |
EmbeddedServer.ignite(String host,
int port,
SslStores sslStores,
CountDownLatch latch,
int maxThreads,
int minThreads,
int threadIdleTimeoutMillis)
Ignites the embedded server, listening on the specified port, running SSL secured with the specified keystore
and truststore.
|
Modifier and Type | Method and Description |
---|---|
static org.eclipse.jetty.server.ServerConnector |
SocketConnectorFactory.createSecureSocketConnector(org.eclipse.jetty.server.Server server,
String host,
int port,
SslStores sslStores)
Creates a ssl jetty socket jetty.
|
int |
EmbeddedJettyServer.ignite(String host,
int port,
SslStores sslStores,
CountDownLatch latch,
int maxThreads,
int minThreads,
int threadIdleTimeoutMillis)
Ignites the embedded server, listening on the specified port, running SSL secured with the specified keystore
and truststore.
|
Modifier and Type | Method and Description |
---|---|
static SslStores |
SslStores.create(String keystoreFile,
String keystorePassword,
String truststoreFile,
String truststorePassword)
Creates a Stores instance.
|
Copyright © 2016. All rights reserved.