| Class | Description |
|---|---|
| BufferPublisherInputStream |
An
InputStream built around a Publisher<Buffer>, which can either be read
OIO style or provide its wrapped Publisher. |
| RequestProperties |
Helper methods used internally for accessing ServiceTalk-specific request properties.
|
| SourceWrappers |
When request's contents are not buffered, Jersey's determines if the entity body input stream that backs a request
can be closed by introspecting the return type of the
MessageBodyReader. |
| SourceWrappers.PublisherSource<T> |
A
Publisher that is also a Source. |
| SourceWrappers.SingleSource<T> |
A
Single that is also a Source. |