Package org.apache.hc.core5.http.impl
Class CharCodingSupport
- java.lang.Object
-
- org.apache.hc.core5.http.impl.CharCodingSupport
-
public final class CharCodingSupport extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
CharCodingSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.nio.charset.CharsetDecoder
createDecoder(CharCodingConfig cconfig)
static java.nio.charset.CharsetEncoder
createEncoder(CharCodingConfig cconfig)
-
-
-
Method Detail
-
createDecoder
public static java.nio.charset.CharsetDecoder createDecoder(CharCodingConfig cconfig)
-
createEncoder
public static java.nio.charset.CharsetEncoder createEncoder(CharCodingConfig cconfig)
-
-