Interface InputReturnStreamAccessor.InputReturnStreamBuilder<B extends InputReturnStreamAccessor.InputReturnStreamBuilder<?>>

Type Parameters:
B - The builder which implements the InputStreamAccessor.InputStreamBuilder.
All Known Implementing Classes:
StopAndWaitPacketOutputStream.Builder
Enclosing interface:
InputReturnStreamAccessor

public static interface InputReturnStreamAccessor.InputReturnStreamBuilder<B extends InputReturnStreamAccessor.InputReturnStreamBuilder<?>>
Provides a mutator for an input return stream property.
  • Method Summary

    Modifier and Type
    Method
    Description
    Sets the input return stream to use and returns this builder as of the Builder-Pattern.
  • Method Details

    • withReturnStream

      B withReturnStream(InputStream aReturnStream)
      Sets the input return stream to use and returns this builder as of the Builder-Pattern.
      Parameters:
      aReturnStream - The input return stream to be stored by the input stream property.
      Returns:
      This InputReturnStreamAccessor.InputReturnStreamBuilder instance to continue configuration.