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<java.nio.ByteBuffer>
- Enclosing class:
- DeflatingZstdEntityProducer
private final class DeflatingZstdEntityProducer.Inner extends java.lang.Object implements org.apache.hc.core5.http.nio.DataStreamChannel
-
-
Field Summary
Fields Modifier and Type Field Description private org.apache.hc.core5.http.nio.DataStreamChanneldownstream
-
Constructor Summary
Constructors Constructor Description Inner(org.apache.hc.core5.http.nio.DataStreamChannel downstream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidendStream()voidendStream(java.util.List<? extends org.apache.hc.core5.http.Header> trailers)voidrequestOutput()intwrite(java.nio.ByteBuffer src)
-
-
-
Method Detail
-
requestOutput
public void requestOutput()
- Specified by:
requestOutputin interfaceorg.apache.hc.core5.http.nio.DataStreamChannel
-
write
public int write(java.nio.ByteBuffer src) throws java.io.IOException- Specified by:
writein interfaceorg.apache.hc.core5.http.nio.DataStreamChannel- Specified by:
writein interfaceorg.apache.hc.core5.http.nio.StreamChannel<java.nio.ByteBuffer>- Throws:
java.io.IOException
-
endStream
public void endStream()
- Specified by:
endStreamin interfaceorg.apache.hc.core5.http.nio.StreamChannel<java.nio.ByteBuffer>
-
endStream
public void endStream(java.util.List<? extends org.apache.hc.core5.http.Header> trailers)
- Specified by:
endStreamin interfaceorg.apache.hc.core5.http.nio.DataStreamChannel
-
-