Package org.refcodes.net
Interface HttpInputStreamAccessor.HttpInputStreamMutator
-
- All Known Subinterfaces:
HttpInputStreamAccessor.HttpInputStreamProperty
- Enclosing interface:
- HttpInputStreamAccessor
public static interface HttpInputStreamAccessor.HttpInputStreamMutatorProvides a mutator for aInputStreamproperty.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetHttpInputStream(InputStream aInputStream)Sets theInputStreamfor the HTTPInputStreamproperty.
-
-
-
Method Detail
-
setHttpInputStream
void setHttpInputStream(InputStream aInputStream)
Sets theInputStreamfor the HTTPInputStreamproperty.- Parameters:
aInputStream- TheInputStreamto be stored by the HTTPInputStreamproperty.
-
-