Serialized Form
-
Package ru.tinkoff.kora.http.common.body
-
Class ru.tinkoff.kora.http.common.body.StreamingHttpBodyInput
class StreamingHttpBodyInput extends AtomicBoolean implements Serializable-
Serialized Fields
-
content
Flow.Publisher<ByteBuffer> content
-
contentLength
long contentLength
-
contentType
String contentType
-
-
-
Class ru.tinkoff.kora.http.common.body.StreamingHttpBodyOutput
class StreamingHttpBodyOutput extends AtomicBoolean implements Serializable-
Serialized Fields
-
content
Flow.Publisher<? extends ByteBuffer> content
-
contentLength
long contentLength
-
contentType
String contentType
-
-
-