Interface TimeoutInputStreamAccessor.TimeoutInputStreamBuilder<B extends TimeoutInputStreamAccessor.TimeoutInputStreamBuilder<?>>

    • Method Detail

      • withInputStream

        B withInputStream​(TimeoutInputStream aTimeoutInputStream)
        Sets the timeout input stream to use and returns this builder as of the Builder-Pattern.
        Parameters:
        aTimeoutInputStream - The timeout input stream to be stored by the input stream property.
        Returns:
        This TimeoutInputStreamAccessor.TimeoutInputStreamBuilder instance to continue configuration.