play.core.server.ssl

Members list

Type members

Classlikes

class DefaultSSLEngineProvider(serverConfig: ServerConfig, appProvider: ApplicationProvider) extends SSLEngineProvider

This class calls sslContext.createSSLEngine() with no parameters and returns the result.

This class calls sslContext.createSSLEngine() with no parameters and returns the result.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

This singleton object looks for a class of {{play.server.api.SSLEngineProvider}} or {{play.server.SSLEngineProvider}} in the system property

This singleton object looks for a class of {{play.server.api.SSLEngineProvider}} or {{play.server.SSLEngineProvider}} in the system property

play.server.https.engineProvider

. if there is no instance found, it uses DefaultSSLEngineProvider.

If the class of {{SSLEngineProvider}} defined has a constructor with {{play.core.ApplicationProvider}} (for Scala) or {{play.server.ApplicationProvider}} (for Java), then an application provider is passed in when a new instance of the class is created.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object noCATrustManager extends X509TrustManager

Attributes

Supertypes
trait X509TrustManager
trait TrustManager
class Object
trait Matchable
class Any
Self type