Interface HttpInputStreamAccessor
- 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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceHttpInputStreamAccessor.HttpInputStreamBuilder<B extends HttpInputStreamAccessor.HttpInputStreamBuilder<B>>Provides a builder body for a HTTPInputStreamproperty returning the builder for applying multiple build operations.static interfaceProvides a mutator for aInputStreamproperty.static interfaceProvides a HTTPInputStreamproperty.static interfaceA provider interface provides a "toSomething(?)" -
Method Summary
-
Method Details
-
getHttpInputStream
InputStream getHttpInputStream()Retrieves theInputStreamfrom the HTTPInputStreamproperty.- Returns:
- The
InputStreamstored by theInputStreamproperty.
-