Serialized Form
-
Package ru.tinkoff.kora.http.client.async.response
-
Class ru.tinkoff.kora.http.client.async.response.AsyncHttpClientStreamingResponseBody
class AsyncHttpClientStreamingResponseBody extends AtomicBoolean implements Serializable-
Serialized Fields
-
bodyStream
Flow.Publisher<ByteBuffer> bodyStream
-
contentLength
int contentLength
-
contentType
String contentType
-
headers
io.netty.handler.codec.http.HttpHeaders headers
-
-
-
Class ru.tinkoff.kora.http.client.async.response.QueuePublisher
class QueuePublisher extends AtomicBoolean implements Serializable-
Serialized Fields
-
delegate
Flow.Subscriber<? super T> delegate
-
demand
long demand
-
queue
BlockingQueue<ru.tinkoff.kora.http.client.async.response.QueuePublisher.Signal<T>> queue
-
wip
int wip
-
-
-