Module org.refcodes.web
Package org.refcodes.web
Interface HttpInputStreamAccessor.HttpInputStreamMutator
- All Known Subinterfaces:
HttpInputStreamAccessor.HttpInputStreamProperty
- Enclosing interface:
HttpInputStreamAccessor
public static interface HttpInputStreamAccessor.HttpInputStreamMutator
Provides a mutator for a
InputStream
property.-
Method Summary
Modifier and TypeMethodDescriptionvoid
setHttpInputStream
(InputStream aInputStream) Sets theInputStream
for the HTTPInputStream
property.
-
Method Details
-
setHttpInputStream
Sets theInputStream
for the HTTPInputStream
property.- Parameters:
aInputStream
- TheInputStream
to be stored by the HTTPInputStream
property.
-