Module org.refcodes.web
Package org.refcodes.web
Interface HttpInputStreamAccessor.HttpInputStreamBuilder<B extends HttpInputStreamAccessor.HttpInputStreamBuilder<B>>
- Type Parameters:
B- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
- HttpInputStreamAccessor
public static interface HttpInputStreamAccessor.HttpInputStreamBuilder<B extends HttpInputStreamAccessor.HttpInputStreamBuilder<B>>
Provides a builder body for a HTTP
InputStream property returning
the builder for applying multiple build operations.-
Method Summary
Modifier and TypeMethodDescriptionwithHttpInputStream(InputStream aInputStream) Sets theInputStreamfor the HTTPInputStreamproperty.
-
Method Details
-
withHttpInputStream
Sets theInputStreamfor the HTTPInputStreamproperty.- Parameters:
aInputStream- TheInputStreamto be stored by theInputStreamproperty.- Returns:
- The builder for applying multiple build operations.
-