Class HttpsConnectionContext

All Implemented Interfaces:
ConnectionContext

public final class HttpsConnectionContext extends HttpsConnectionContext implements ConnectionContext
Context with all information needed to set up a HTTPS connection

This constructor is INTERNAL API, use ConnectionContext.https instead

  • Constructor Details

    • HttpsConnectionContext

      public HttpsConnectionContext(scala.Function1<scala.Option<scala.Tuple2<String,Object>>,SSLEngine> engineCreator)
  • Method Details