play.server
Interface SSLContextProvider


public interface SSLContextProvider

To listen on HTTPS port, play needs a SSL context. If you want specify your own SSL context, define a class implementing this interface. The path to this class should be configured with the system property

play.http.sslcontextprovider


Method Summary
 javax.net.ssl.SSLContext createSSLContext(ApplicationProvider applicationProvider)
           
 

Method Detail

createSSLContext

javax.net.ssl.SSLContext createSSLContext(ApplicationProvider applicationProvider)
Returns:
the SSL context to be used for HTTPS connection.