-
- All Known Subinterfaces:
HttpInputStreamAccessor.HttpInputStreamProperty
- All Known Implementing Classes:
HttpClientResponse
,HttpServerRequest
public interface HttpInputStreamAccessor
Provides an accessor for a HTTPInputStream
body property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static 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
HttpInputStreamAccessor.HttpInputStreamMutator
Provides a mutator for aInputStream
property.static interface
HttpInputStreamAccessor.HttpInputStreamProperty
Provides a HTTPInputStream
property.static interface
HttpInputStreamAccessor.HttpInputStreamProvider<EXC extends Exception>
A provider interface provides a "toSomething(?)"
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStream
getHttpInputStream()
Retrieves theInputStream
from the HTTPInputStream
property.
-
-
-
Method Detail
-
getHttpInputStream
InputStream getHttpInputStream()
Retrieves theInputStream
from the HTTPInputStream
property.- Returns:
- The
InputStream
stored by theInputStream
property.
-
-