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

      • builder

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

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