Class TlsChannelStreamFactoryFactory

java.lang.Object
com.mongodb.connection.TlsChannelStreamFactoryFactory
All Implemented Interfaces:
StreamFactoryFactory, Closeable, AutoCloseable

@Deprecated(since="2021-05-27") public class TlsChannelStreamFactoryFactory extends Object implements StreamFactoryFactory, Closeable
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
A StreamFactoryFactory that supports TLS/SSL. The implementation supports asynchronous usage.

Requires Java 8

Since:
3.10
  • Constructor Details

    • TlsChannelStreamFactoryFactory

      public TlsChannelStreamFactoryFactory()
      Deprecated.
      Construct a new instance
    • TlsChannelStreamFactoryFactory

      @Deprecated public TlsChannelStreamFactoryFactory(com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup group)
      Construct a new instance with the given AsynchronousTlsChannelGroup. Callers are required to close the provided group in order to free up resources.
      Parameters:
      group - the group
  • Method Details