public abstract class AbstractSecuredConnectorFactory extends Object implements ConnectorFactory
| Modifier and Type | Field and Description |
|---|---|
protected KeyStore |
keystore |
protected String |
keystorePassword |
protected static WinstoneResourceBundle |
SSL_RESOURCES |
| Constructor and Description |
|---|
AbstractSecuredConnectorFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureSsl(Map args,
org.eclipse.jetty.server.Server server) |
protected org.eclipse.jetty.util.ssl.SslContextFactory |
getSSLContext(Map args)
Used to get the base ssl context in which to create the server socket.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstartprotected static final WinstoneResourceBundle SSL_RESOURCES
protected KeyStore keystore
protected String keystorePassword
protected void configureSsl(Map args, org.eclipse.jetty.server.Server server) throws IOException
IOExceptionprotected org.eclipse.jetty.util.ssl.SslContextFactory getSSLContext(Map args)
Copyright © 2004–2018. All rights reserved.