Uses of Class
org.apache.hc.core5.http.config.CharCodingConfig
Packages that use CharCodingConfig
Package
Description
Core configuration APIs.
Default implementations of core HTTP APIs.
HTTP/1.1 requester and server bootstrap.
Default implementation of HTTP/1.1 transport based on the classic
(blocking) I/O model.
Default implementation of HTTP/1.1 transport based on
the asynchronous (non-blocking) I/O model.
HTTP message entity APIs based on the asynchronous (non-blocking) I/O model.
Default implementation of HTTP/2 transport based on
the asynchronous (non-blocking) I/O model.
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 CharCodingConfigMethods in org.apache.hc.core5.http.config that return CharCodingConfigMethods in org.apache.hc.core5.http.config with parameters of type CharCodingConfigModifier and TypeMethodDescriptionstatic 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 CharCodingConfigModifier and TypeMethodDescriptionstatic CharsetDecoderCharCodingSupport.createDecoder(CharCodingConfig cconfig) static 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 CharCodingConfigModifier and TypeFieldDescriptionprivate CharCodingConfigAsyncRequesterBootstrap.charCodingConfigprivate CharCodingConfigAsyncServerBootstrap.charCodingConfigprivate CharCodingConfigServerBootstrap.charCodingConfigMethods in org.apache.hc.core5.http.impl.bootstrap with parameters of type CharCodingConfigModifier and TypeMethodDescriptionfinal AsyncRequesterBootstrapAsyncRequesterBootstrap.setCharCodingConfig(CharCodingConfig charCodingConfig) Sets message char coding.final AsyncServerBootstrapAsyncServerBootstrap.setCharCodingConfig(CharCodingConfig charCodingConfig) Sets connection configuration.final 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 CharCodingConfigModifier and TypeFieldDescriptionprivate CharCodingConfigDefaultBHttpClientConnectionFactory.Builder.charCodingConfigprivate final CharCodingConfigDefaultBHttpClientConnectionFactory.charCodingConfigprivate CharCodingConfigDefaultBHttpServerConnectionFactory.Builder.charCodingConfigprivate final CharCodingConfigDefaultBHttpServerConnectionFactory.charCodingConfigMethods in org.apache.hc.core5.http.impl.io with parameters of type CharCodingConfigModifier and TypeMethodDescriptionDefaultBHttpClientConnectionFactory.Builder.charCodingConfig(CharCodingConfig charCodingConfig) DefaultBHttpServerConnectionFactory.Builder.charCodingConfig(CharCodingConfig charCodingConfig) Constructors in org.apache.hc.core5.http.impl.io with parameters of type CharCodingConfigModifierConstructorDescriptionDefaultBHttpClientConnectionFactory(Http1Config http1Config, CharCodingConfig charCodingConfig) DefaultBHttpClientConnectionFactory(Http1Config http1Config, CharCodingConfig charCodingConfig, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageWriterFactory<ClassicHttpRequest> requestWriterFactory, HttpMessageParserFactory<ClassicHttpResponse> responseParserFactory) privateDefaultBHttpClientConnectionFactory(Http1Config http1Config, CharCodingConfig charCodingConfig, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, ResponseOutOfOrderStrategy responseOutOfOrderStrategy, HttpMessageWriterFactory<ClassicHttpRequest> requestWriterFactory, HttpMessageParserFactory<ClassicHttpResponse> responseParserFactory) DefaultBHttpClientConnectionFactory(Http1Config http1Config, CharCodingConfig charCodingConfig, HttpMessageWriterFactory<ClassicHttpRequest> requestWriterFactory, HttpMessageParserFactory<ClassicHttpResponse> responseParserFactory) DefaultBHttpServerConnectionFactory(String scheme, Http1Config http1Config, CharCodingConfig charCodingConfig) DefaultBHttpServerConnectionFactory(String scheme, Http1Config http1Config, CharCodingConfig charCodingConfig, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageParserFactory<ClassicHttpRequest> requestParserFactory, HttpMessageWriterFactory<ClassicHttpResponse> responseWriterFactory) DefaultBHttpServerConnectionFactory(String scheme, Http1Config http1Config, CharCodingConfig charCodingConfig, HttpMessageParserFactory<ClassicHttpRequest> requestParserFactory, HttpMessageWriterFactory<ClassicHttpResponse> responseWriterFactory) -
Uses of CharCodingConfig in org.apache.hc.core5.http.impl.nio
Fields in org.apache.hc.core5.http.impl.nio declared as CharCodingConfigModifier and TypeFieldDescriptionprivate final CharCodingConfigClientHttp1StreamDuplexerFactory.charCodingConfigprivate final CharCodingConfigServerHttp1StreamDuplexerFactory.charCodingConfigConstructors in org.apache.hc.core5.http.impl.nio with parameters of type CharCodingConfigModifierConstructorDescription(package private)AbstractHttp1StreamDuplexer(ProtocolIOSession ioSession, Http1Config http1Config, CharCodingConfig charCodingConfig, NHttpMessageParser<IncomingMessage> incomingMessageParser, NHttpMessageWriter<OutgoingMessage> outgoingMessageWriter, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy) ClientHttp1StreamDuplexer(ProtocolIOSession ioSession, HttpProcessor httpProcessor, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, NHttpMessageParser<HttpResponse> incomingMessageParser, NHttpMessageWriter<HttpRequest> outgoingMessageWriter, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, Http1StreamListener streamListener) ClientHttp1StreamDuplexerFactory(HttpProcessor httpProcessor, Http1Config http1Config, CharCodingConfig charCodingConfig) ClientHttp1StreamDuplexerFactory(HttpProcessor httpProcessor, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, NHttpMessageParserFactory<HttpResponse> responseParserFactory, NHttpMessageWriterFactory<HttpRequest> requestWriterFactory, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, Http1StreamListener streamListener) ClientHttp1StreamDuplexerFactory(HttpProcessor httpProcessor, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, NHttpMessageParserFactory<HttpResponse> responseParserFactory, NHttpMessageWriterFactory<HttpRequest> requestWriterFactory, Http1StreamListener streamListener) ClientHttp1StreamDuplexerFactory(HttpProcessor httpProcessor, Http1Config http1Config, CharCodingConfig charCodingConfig, Http1StreamListener streamListener) ServerHttp1StreamDuplexer(ProtocolIOSession ioSession, HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, String scheme, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, NHttpMessageParser<HttpRequest> incomingMessageParser, NHttpMessageWriter<HttpResponse> outgoingMessageWriter, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, Http1StreamListener streamListener) ServerHttp1StreamDuplexerFactory(HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, NHttpMessageParserFactory<HttpRequest> requestParserFactory, NHttpMessageWriterFactory<HttpResponse> responseWriterFactory, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, Http1StreamListener streamListener) ServerHttp1StreamDuplexerFactory(HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, NHttpMessageParserFactory<HttpRequest> requestParserFactory, NHttpMessageWriterFactory<HttpResponse> responseWriterFactory, Http1StreamListener streamListener) ServerHttp1StreamDuplexerFactory(HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, Http1Config http1Config, CharCodingConfig charCodingConfig, Http1StreamListener streamListener) -
Uses of CharCodingConfig in org.apache.hc.core5.http.nio.entity
Fields in org.apache.hc.core5.http.nio.entity declared as CharCodingConfigModifier and TypeFieldDescriptionprivate final CharCodingConfigAbstractCharDataConsumer.charCodingConfigConstructors in org.apache.hc.core5.http.nio.entity with parameters of type CharCodingConfigModifierConstructorDescriptionprotectedAbstractCharAsyncEntityConsumer(int bufSize, CharCodingConfig charCodingConfig) protectedAbstractCharDataConsumer(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 CharCodingConfigModifier and TypeFieldDescriptionprivate final CharCodingConfigClientH2StreamMultiplexerFactory.charCodingConfigprivate final CharCodingConfigServerH2StreamMultiplexerFactory.charCodingConfigConstructors in org.apache.hc.core5.http2.impl.nio with parameters of type CharCodingConfigModifierConstructorDescription(package private)AbstractH2StreamMultiplexer(ProtocolIOSession ioSession, FrameFactory frameFactory, StreamIdGenerator idGenerator, HttpProcessor httpProcessor, CharCodingConfig charCodingConfig, H2Config h2Config, H2StreamListener streamListener) ClientH2StreamMultiplexer(ProtocolIOSession ioSession, HttpProcessor httpProcessor, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, H2Config h2Config, CharCodingConfig charCodingConfig) ClientH2StreamMultiplexer(ProtocolIOSession ioSession, HttpProcessor httpProcessor, H2Config h2Config, CharCodingConfig charCodingConfig) ClientH2StreamMultiplexer(ProtocolIOSession ioSession, FrameFactory frameFactory, HttpProcessor httpProcessor, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, H2Config h2Config, CharCodingConfig charCodingConfig, H2StreamListener streamListener) ClientH2StreamMultiplexerFactory(HttpProcessor httpProcessor, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, H2Config h2Config, CharCodingConfig charCodingConfig, H2StreamListener streamListener) ServerH2StreamMultiplexer(ProtocolIOSession ioSession, HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, CharCodingConfig charCodingConfig, H2Config h2Config) ServerH2StreamMultiplexer(ProtocolIOSession ioSession, FrameFactory frameFactory, HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, CharCodingConfig charCodingConfig, H2Config h2Config, H2StreamListener streamListener) ServerH2StreamMultiplexerFactory(HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, H2Config h2Config, CharCodingConfig charCodingConfig, H2StreamListener streamListener) -
Uses of CharCodingConfig in org.apache.hc.core5.http2.impl.nio.bootstrap
Fields in org.apache.hc.core5.http2.impl.nio.bootstrap declared as CharCodingConfigModifier and TypeFieldDescriptionprivate CharCodingConfigH2MultiplexingRequesterBootstrap.charCodingConfigprivate CharCodingConfigH2RequesterBootstrap.charCodingConfigprivate CharCodingConfigH2ServerBootstrap.charCodingConfigMethods in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type CharCodingConfigModifier and TypeMethodDescriptionH2MultiplexingRequesterBootstrap.setCharCodingConfig(CharCodingConfig charCodingConfig) Sets message char coding.final H2RequesterBootstrapH2RequesterBootstrap.setCharCodingConfig(CharCodingConfig charCodingConfig) Sets message char coding.final H2ServerBootstrapH2ServerBootstrap.setCharset(CharCodingConfig charCodingConfig) Sets message char coding. -
Uses of CharCodingConfig in org.apache.hc.core5.testing.classic
Fields in org.apache.hc.core5.testing.classic declared as CharCodingConfigModifier and TypeFieldDescriptionprivate final CharCodingConfigLoggingBHttpClientConnectionFactory.charCodingConfigprivate final CharCodingConfigLoggingBHttpServerConnectionFactory.charCodingConfigConstructors in org.apache.hc.core5.testing.classic with parameters of type CharCodingConfigModifierConstructorDescriptionLoggingBHttpClientConnectionFactory(Http1Config http1Config, CharCodingConfig charCodingConfig) LoggingBHttpClientConnectionFactory(Http1Config http1Config, CharCodingConfig charCodingConfig, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageWriterFactory<ClassicHttpRequest> requestWriterFactory, HttpMessageParserFactory<ClassicHttpResponse> responseParserFactory) LoggingBHttpClientConnectionFactory(Http1Config http1Config, CharCodingConfig charCodingConfig, HttpMessageWriterFactory<ClassicHttpRequest> requestWriterFactory, HttpMessageParserFactory<ClassicHttpResponse> responseParserFactory) LoggingBHttpServerConnectionFactory(String scheme, Http1Config http1Config, CharCodingConfig charCodingConfig) LoggingBHttpServerConnectionFactory(String scheme, Http1Config http1Config, CharCodingConfig charCodingConfig, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageParserFactory<ClassicHttpRequest> requestParserFactory, HttpMessageWriterFactory<ClassicHttpResponse> responseWriterFactory) LoggingBHttpServerConnectionFactory(String scheme, Http1Config http1Config, CharCodingConfig charCodingConfig, HttpMessageParserFactory<ClassicHttpRequest> requestParserFactory, HttpMessageWriterFactory<ClassicHttpResponse> responseWriterFactory) -
Uses of CharCodingConfig in org.apache.hc.core5.testing.nio
Fields in org.apache.hc.core5.testing.nio declared as CharCodingConfigModifier and TypeFieldDescriptionprivate final CharCodingConfigInternalClientHttp1EventHandlerFactory.charCodingConfigprivate final CharCodingConfigInternalClientProtocolNegotiationStarter.charCodingConfigprivate final CharCodingConfigInternalServerHttp1EventHandlerFactory.charCodingConfigprivate final CharCodingConfigInternalServerProtocolNegotiationStarter.charCodingConfigMethods in org.apache.hc.core5.testing.nio with parameters of type CharCodingConfigModifier and TypeMethodDescriptionprotected ClientHttp1StreamDuplexerInternalClientHttp1EventHandlerFactory.createClientHttp1StreamDuplexer(ProtocolIOSession ioSession, HttpProcessor httpProcessor, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, NHttpMessageParser<HttpResponse> incomingMessageParser, NHttpMessageWriter<HttpRequest> outgoingMessageWriter, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, Http1StreamListener streamListener) protected ServerHttp1StreamDuplexerInternalServerHttp1EventHandlerFactory.createServerHttp1StreamDuplexer(ProtocolIOSession ioSession, HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, NHttpMessageParser<HttpRequest> incomingMessageParser, NHttpMessageWriter<HttpResponse> outgoingMessageWriter, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, Http1StreamListener streamListener) Constructors in org.apache.hc.core5.testing.nio with parameters of type CharCodingConfigModifierConstructorDescription(package private)InternalClientHttp1EventHandlerFactory(HttpProcessor httpProcessor, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, SSLContext sslContext, SSLSessionInitializer sslSessionInitializer, SSLSessionVerifier sslSessionVerifier) (package private)InternalClientProtocolNegotiationStarter(HttpProcessor httpProcessor, HandlerFactory<AsyncPushConsumer> exchangeHandlerFactory, HttpVersionPolicy versionPolicy, H2Config h2Config, Http1Config http1Config, CharCodingConfig charCodingConfig, SSLContext sslContext, SSLSessionInitializer sslSessionInitializer, SSLSessionVerifier sslSessionVerifier) (package private)InternalServerHttp1EventHandlerFactory(HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, SSLContext sslContext, SSLSessionInitializer sslSessionInitializer, SSLSessionVerifier sslSessionVerifier) InternalServerProtocolNegotiationStarter(HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, HttpVersionPolicy versionPolicy, H2Config h2Config, Http1Config http1Config, CharCodingConfig charCodingConfig, SSLContext sslContext, SSLSessionInitializer sslSessionInitializer, SSLSessionVerifier sslSessionVerifier)