Class TlsChannelStreamFactoryFactory

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

public class TlsChannelStreamFactoryFactory extends Object implements StreamFactoryFactory, Closeable
A StreamFactoryFactory that supports TLS/SSL. The implementation supports asynchronous usage.
Since:
3.10
  • Constructor Details

    • TlsChannelStreamFactoryFactory

      public TlsChannelStreamFactoryFactory()
      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