public interface JettyFactory
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jetty.server.Connector |
createConnector(org.eclipse.jetty.server.Server server,
String name,
int port,
String host,
Boolean checkForwaredHeaders) |
org.eclipse.jetty.server.Connector |
createSecureConnector(org.eclipse.jetty.server.Server server,
String name,
int port,
String sslKeystore,
String sslPassword,
String sslKeyPassword,
String host,
String sslKeystoreType,
boolean isClientAuthNeeded,
boolean isClientAuthWanted)
Creates a secure (SSL) connector.
|
JettyServer |
createServer() |
JettyServer createServer()
org.eclipse.jetty.server.Connector createConnector(org.eclipse.jetty.server.Server server,
String name,
int port,
String host,
Boolean checkForwaredHeaders)
org.eclipse.jetty.server.Connector createSecureConnector(org.eclipse.jetty.server.Server server,
String name,
int port,
String sslKeystore,
String sslPassword,
String sslKeyPassword,
String host,
String sslKeystoreType,
boolean isClientAuthNeeded,
boolean isClientAuthWanted)
name - the name to give to this connectorport - the port on which the secure port should runsslKeystore - the path to the keystoresslPassword - password used for keystore integrity checksslKeyPassword - keystore password.host - the address on which the secure port should listenCopyright © 2006–2015 OPS4J - Open Participation Software for Java. All rights reserved.