Class NettyStreamFactoryFactory

    • 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