Class DeflatingZstdEntityProducer.Inner
java.lang.Object
org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer.Inner
- All Implemented Interfaces:
org.apache.hc.core5.http.nio.DataStreamChannel, org.apache.hc.core5.http.nio.StreamChannel<ByteBuffer>
- Enclosing class:
DeflatingZstdEntityProducer
private final class DeflatingZstdEntityProducer.Inner
extends Object
implements org.apache.hc.core5.http.nio.DataStreamChannel
- Since:
- 5.6
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.apache.hc.core5.http.nio.DataStreamChannel -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
downstream
private final org.apache.hc.core5.http.nio.DataStreamChannel downstream
-
-
Constructor Details
-
Inner
Inner(org.apache.hc.core5.http.nio.DataStreamChannel downstream)
-
-
Method Details
-
requestOutput
public void requestOutput()- Specified by:
requestOutputin interfaceorg.apache.hc.core5.http.nio.DataStreamChannel
-
write
- Specified by:
writein interfaceorg.apache.hc.core5.http.nio.DataStreamChannel- Specified by:
writein interfaceorg.apache.hc.core5.http.nio.StreamChannel<ByteBuffer>- Throws:
IOException
-
endStream
public void endStream()- Specified by:
endStreamin interfaceorg.apache.hc.core5.http.nio.StreamChannel<ByteBuffer>
-
endStream
- Specified by:
endStreamin interfaceorg.apache.hc.core5.http.nio.DataStreamChannel
-