HttpClientResponse, HttpInputStreamAccessor.HttpInputStreamProperty, HttpServerRequestHttpClientResponseImpl, HttpServerRequestImplpublic interface HttpInputStreamAccessor
InputStream body property.| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
HttpInputStreamAccessor.HttpInputStreamBuilder<B extends HttpInputStreamAccessor.HttpInputStreamBuilder<B>> |
Provides a builder body for a HTTP
InputStream property returning
the builder for applying multiple build operations. |
static interface |
HttpInputStreamAccessor.HttpInputStreamMutator |
Provides a mutator for a
InputStream property. |
static interface |
HttpInputStreamAccessor.HttpInputStreamProperty |
Provides a HTTP
InputStream property. |
static interface |
HttpInputStreamAccessor.HttpInputStreamProvider<EXC extends Exception> |
A provider interface provides a "toSomething(?)"
|
| Modifier and Type | Method | Description |
|---|---|---|
InputStream |
getHttpInputStream() |
Retrieves the
InputStream from the HTTP InputStream
property. |
InputStream getHttpInputStream()
InputStream from the HTTP InputStream
property.InputStream stored by the InputStream
property.Copyright © 2018. All rights reserved.