Package com.mastfrog.acteur.server
Class ActeurSslConfig
java.lang.Object
com.mastfrog.acteur.server.ActeurSslConfig
Provides a default implementation using self-signed certificates, but may
be bound to provide your own.
- Author:
- Tim Boudreau
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract io.netty.handler.ssl.SslContext
-
Constructor Details
-
ActeurSslConfig
public ActeurSslConfig()
-
-
Method Details
-
createSslContext
protected abstract io.netty.handler.ssl.SslContext createSslContext() throws CertificateException, SSLException- Throws:
CertificateExceptionSSLException
-