Uses of Class
org.apache.hc.core5.http.config.CharCodingConfig
-
Packages that use CharCodingConfig Package Description org.apache.hc.core5.http.config Core configuration APIs.org.apache.hc.core5.http.impl Default implementations of core HTTP APIs.org.apache.hc.core5.http.impl.bootstrap HTTP/1.1 requester and server bootstrap.org.apache.hc.core5.http.impl.io Default implementation of HTTP/1.1 transport based on the classic (blocking) I/O model.org.apache.hc.core5.http.impl.nio Default implementation of HTTP/1.1 transport based on the asynchronous (non-blocking) I/O model.org.apache.hc.core5.http.nio.entity HTTP message entity APIs based on the asynchronous (non-blocking) I/O model.org.apache.hc.core5.http2.impl.nio Default implementation of HTTP/2 transport based on the asynchronous (non-blocking) I/O model.org.apache.hc.core5.http2.impl.nio.bootstrap HTTP/2 capable requester and server bootstrap. -
-
Uses of CharCodingConfig in org.apache.hc.core5.http.config
Fields in org.apache.hc.core5.http.config declared as CharCodingConfig Modifier and Type Field Description static CharCodingConfigCharCodingConfig. DEFAULTMethods in org.apache.hc.core5.http.config that return CharCodingConfig Modifier and Type Method Description CharCodingConfigCharCodingConfig.Builder. build()Methods in org.apache.hc.core5.http.config with parameters of type CharCodingConfig Modifier and Type Method Description static CharCodingConfig.BuilderCharCodingConfig. copy(CharCodingConfig config) -
Uses of CharCodingConfig in org.apache.hc.core5.http.impl
Methods in org.apache.hc.core5.http.impl with parameters of type CharCodingConfig Modifier and Type Method Description static java.nio.charset.CharsetDecoderCharCodingSupport. createDecoder(CharCodingConfig cconfig)static java.nio.charset.CharsetEncoderCharCodingSupport. createEncoder(CharCodingConfig cconfig) -
Uses of CharCodingConfig in org.apache.hc.core5.http.impl.bootstrap
Fields in org.apache.hc.core5.http.impl.bootstrap declared as CharCodingConfig Modifier and Type Field Description private CharCodingConfigAsyncRequesterBootstrap. charCodingConfigprivate CharCodingConfigAsyncServerBootstrap. charCodingConfigprivate CharCodingConfigServerBootstrap. charCodingConfigMethods in org.apache.hc.core5.http.impl.bootstrap with parameters of type CharCodingConfig Modifier and Type Method Description AsyncRequesterBootstrapAsyncRequesterBootstrap. setCharCodingConfig(CharCodingConfig charCodingConfig)Sets message char coding.AsyncServerBootstrapAsyncServerBootstrap. setCharCodingConfig(CharCodingConfig charCodingConfig)Sets connection configuration.ServerBootstrapServerBootstrap. setCharCodingConfig(CharCodingConfig charCodingConfig)Sets connection configuration. -
Uses of CharCodingConfig in org.apache.hc.core5.http.impl.io
Fields in org.apache.hc.core5.http.impl.io declared as CharCodingConfig Modifier and Type Field Description private CharCodingConfigDefaultBHttpClientConnectionFactory.Builder. charCodingConfigprivate CharCodingConfigDefaultBHttpClientConnectionFactory. charCodingConfigprivate CharCodingConfigDefaultBHttpServerConnectionFactory.Builder. charCodingConfigprivate CharCodingConfigDefaultBHttpServerConnectionFactory. charCodingConfigMethods in org.apache.hc.core5.http.impl.io with parameters of type CharCodingConfig Modifier and Type Method Description DefaultBHttpClientConnectionFactory.BuilderDefaultBHttpClientConnectionFactory.Builder. charCodingConfig(CharCodingConfig charCodingConfig)DefaultBHttpServerConnectionFactory.BuilderDefaultBHttpServerConnectionFactory.Builder. charCodingConfig(CharCodingConfig charCodingConfig) -
Uses of CharCodingConfig in org.apache.hc.core5.http.impl.nio
Fields in org.apache.hc.core5.http.impl.nio declared as CharCodingConfig Modifier and Type Field Description private CharCodingConfigClientHttp1StreamDuplexerFactory. charCodingConfigprivate CharCodingConfigServerHttp1StreamDuplexerFactory. charCodingConfig -
Uses of CharCodingConfig in org.apache.hc.core5.http.nio.entity
Fields in org.apache.hc.core5.http.nio.entity declared as CharCodingConfig Modifier and Type Field Description private CharCodingConfigAbstractCharDataConsumer. charCodingConfigConstructors in org.apache.hc.core5.http.nio.entity with parameters of type CharCodingConfig Constructor Description AbstractCharAsyncEntityConsumer(int bufSize, CharCodingConfig charCodingConfig)AbstractCharDataConsumer(int bufSize, CharCodingConfig charCodingConfig)StringAsyncEntityConsumer(int bufSize, int capacityIncrement, CharCodingConfig charCodingConfig)StringAsyncEntityConsumer(CharCodingConfig charCodingConfig) -
Uses of CharCodingConfig in org.apache.hc.core5.http2.impl.nio
Fields in org.apache.hc.core5.http2.impl.nio declared as CharCodingConfig Modifier and Type Field Description private CharCodingConfigClientH2StreamMultiplexerFactory. charCodingConfigprivate CharCodingConfigServerH2StreamMultiplexerFactory. charCodingConfig -
Uses of CharCodingConfig in org.apache.hc.core5.http2.impl.nio.bootstrap
Fields in org.apache.hc.core5.http2.impl.nio.bootstrap declared as CharCodingConfig Modifier and Type Field Description private CharCodingConfigH2MultiplexingRequesterBootstrap. charCodingConfigprivate CharCodingConfigH2RequesterBootstrap. charCodingConfigprivate CharCodingConfigH2ServerBootstrap. charCodingConfigMethods in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type CharCodingConfig Modifier and Type Method Description H2MultiplexingRequesterBootstrapH2MultiplexingRequesterBootstrap. setCharCodingConfig(CharCodingConfig charCodingConfig)Sets message char coding.H2RequesterBootstrapH2RequesterBootstrap. setCharCodingConfig(CharCodingConfig charCodingConfig)Sets message char coding.H2ServerBootstrapH2ServerBootstrap. setCharset(CharCodingConfig charCodingConfig)Sets message char coding.
-