GZIPContentDecoder
public interface ContentDecoder
ContentDecoder
decodes content bytes of a response.ContentDecoder.Factory
Modifier and Type | Interface | Description |
---|---|---|
static class |
ContentDecoder.Factory |
Factory for
ContentDecoder s; subclasses must implement ContentDecoder.Factory.newContentDecoder() . |
Modifier and Type | Method | Description |
---|---|---|
java.nio.ByteBuffer |
decode(java.nio.ByteBuffer buffer) |
Decodes the bytes in the given
buffer and returns decoded bytes, if any. |
Copyright © 1995–2018 Webtide. All rights reserved.