Package | Description |
---|---|
spark | |
spark.ssl | |
spark.webserver | |
spark.webserver.jetty |
Modifier and Type | Method and Description |
---|---|
void |
SparkServer.ignite(String host,
int port,
SslStores sslStores,
String staticFilesFolder,
String externalFilesFolder,
CountDownLatch latch,
int maxThreads,
int minThreads,
int threadIdleTimeoutMillis,
Map<String,Class<?>> webSocketHandlers,
Optional<Integer> webSocketIdleTimeoutMillis)
Ignites the spark 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.
|
Modifier and Type | Method and Description |
---|---|
void |
JettySparkServer.ignite(String host,
int port,
SslStores sslStores,
String staticFilesFolder,
String externalFilesFolder,
CountDownLatch latch,
int maxThreads,
int minThreads,
int threadIdleTimeoutMillis,
Map<String,Class<?>> webSocketHandlers,
Optional<Integer> webSocketIdleTimeoutMillis)
Ignites the spark 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.
|
Copyright © 2015. All rights reserved.