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 TypeMethodDescriptionvoidsetHttpInputStream(InputStream aInputStream) Sets theInputStreamfor the HTTPInputStreamproperty.
-
Method Details
-
setHttpInputStream
Sets theInputStreamfor the HTTPInputStreamproperty.- Parameters:
aInputStream- TheInputStreamto be stored by the HTTPInputStreamproperty.
-