Class TlsChannelStreamFactoryFactory

  • All Implemented Interfaces:
    StreamFactoryFactory, java.io.Closeable, java.lang.AutoCloseable

    @Deprecated(since="2021-05-27")
    public class TlsChannelStreamFactoryFactory
    extends java.lang.Object
    implements StreamFactoryFactory, java.io.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 Detail

      • 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 Detail

      • close

        public void close()
        Deprecated.
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable