Packages

o

play.core.server.ssl

ServerSSLEngine

object ServerSSLEngine

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.

play.server.https.engineProvider 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.

Source
ServerSSLEngine.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServerSSLEngine
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def createSSLEngineProvider(serverConfig: ServerConfig, applicationProvider: ApplicationProvider): SSLEngineProvider