- All Known Subinterfaces:
HttpInputStreamAccessor.HttpInputStreamProperty
- All Known Implementing Classes:
HttpClientResponse
,HttpServerRequest
public interface HttpInputStreamAccessor
Provides an accessor for a HTTP
InputStream
body property.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
HttpInputStreamAccessor.HttpInputStreamBuilder<B extends HttpInputStreamAccessor.HttpInputStreamBuilder<B>>
Provides a builder body for a HTTPInputStream
property returning the builder for applying multiple build operations.static interface
Provides a mutator for aInputStream
property.static interface
Provides a HTTPInputStream
property.static interface
A provider interface provides a "toSomething(?)" -
Method Summary
-
Method Details
-
getHttpInputStream
InputStream getHttpInputStream()Retrieves theInputStream
from the HTTPInputStream
property.- Returns:
- The
InputStream
stored by theInputStream
property.
-