Class NettyStreamFactoryFactory

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

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

    • NettyStreamFactoryFactory

      @Deprecated public NettyStreamFactoryFactory()
      Deprecated.
      Use builder() instead to construct the NettyStreamFactoryFactory.
      Construct an instance with the default EventLoopGroup and ByteBufAllocator.
    • NettyStreamFactoryFactory

      @Deprecated public NettyStreamFactoryFactory(io.netty.channel.EventLoopGroup eventLoopGroup, io.netty.buffer.ByteBufAllocator allocator)
      Deprecated.
      Use builder() instead to construct the NettyStreamFactoryFactory.
      Construct an instance with the given EventLoopGroup and ByteBufAllocator.
      Parameters:
      eventLoopGroup - the non-null event loop group
      allocator - the non-null byte buf allocator
  • Method Details