Class AsynchronousSocketChannelStreamFactoryFactory

java.lang.Object
com.mongodb.connection.AsynchronousSocketChannelStreamFactoryFactory
All Implemented Interfaces:
StreamFactoryFactory

@Deprecated(since="2021-05-27") public class AsynchronousSocketChannelStreamFactoryFactory extends Object implements StreamFactoryFactory
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
A StreamFactoryFactory implementation for AsynchronousSocketChannel-based streams.
Since:
3.1
See Also:
  • Constructor Details

    • AsynchronousSocketChannelStreamFactoryFactory

      @Deprecated public AsynchronousSocketChannelStreamFactoryFactory()
      Deprecated.
      Use builder() instead to construct the AsynchronousSocketChannelStreamFactoryFactory.
      Construct an instance with the default BufferProvider and AsynchronousChannelGroup.
  • Method Details