Class NettyStreamFactoryFactory

  • All Implemented Interfaces:
    StreamFactoryFactory

    @Deprecated(since="2021-05-27")
    public class NettyStreamFactoryFactory
    extends java.lang.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 Detail

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

      • builder

        public static NettyStreamFactoryFactory.Builder builder()
        Deprecated.
        Gets a builder for an instance of NettyStreamFactoryFactory.
        Returns:
        the builder
        Since:
        3.3
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object