Class DeflatingGzipEntityProducer.InnerChannel
- java.lang.Object
-
- org.apache.hc.client5.http.async.methods.DeflatingGzipEntityProducer.InnerChannel
-
- All Implemented Interfaces:
org.apache.hc.core5.http.nio.DataStreamChannel,org.apache.hc.core5.http.nio.StreamChannel<java.nio.ByteBuffer>
- Enclosing class:
- DeflatingGzipEntityProducer
private final class DeflatingGzipEntityProducer.InnerChannel 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.DataStreamChannelchan
-
Constructor Summary
Constructors Constructor Description InnerChannel(org.apache.hc.core5.http.nio.DataStreamChannel chan)
-
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> t)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> t)
- Specified by:
endStreamin interfaceorg.apache.hc.core5.http.nio.DataStreamChannel
-
-