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.Builder
CharCodingConfig.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 CharsetDecoder
CharCodingSupport.createDecoder
(CharCodingConfig cconfig) static CharsetEncoder
CharCodingSupport.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 CharCodingConfig
AsyncRequesterBootstrap.charCodingConfig
private CharCodingConfig
AsyncServerBootstrap.charCodingConfig
private CharCodingConfig
ServerBootstrap.charCodingConfig
Methods in org.apache.hc.core5.http.impl.bootstrap with parameters of type CharCodingConfigModifier and TypeMethodDescriptionfinal AsyncRequesterBootstrap
AsyncRequesterBootstrap.setCharCodingConfig
(CharCodingConfig charCodingConfig) Sets message char coding.final AsyncServerBootstrap
AsyncServerBootstrap.setCharCodingConfig
(CharCodingConfig charCodingConfig) Sets connection configuration.final ServerBootstrap
ServerBootstrap.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 CharCodingConfig
DefaultBHttpClientConnectionFactory.Builder.charCodingConfig
private final CharCodingConfig
DefaultBHttpClientConnectionFactory.charCodingConfig
private CharCodingConfig
DefaultBHttpServerConnectionFactory.Builder.charCodingConfig
private final CharCodingConfig
DefaultBHttpServerConnectionFactory.charCodingConfig
Methods 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) private
DefaultBHttpClientConnectionFactory
(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 CharCodingConfig
ClientHttp1StreamDuplexerFactory.charCodingConfig
private final CharCodingConfig
ServerHttp1StreamDuplexerFactory.charCodingConfig
Constructors 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 CharCodingConfig
AbstractCharDataConsumer.charCodingConfig
Constructors in org.apache.hc.core5.http.nio.entity with parameters of type CharCodingConfigModifierConstructorDescriptionprotected
AbstractCharAsyncEntityConsumer
(int bufSize, CharCodingConfig charCodingConfig) protected
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 CharCodingConfigModifier and TypeFieldDescriptionprivate final CharCodingConfig
ClientH2StreamMultiplexerFactory.charCodingConfig
private final CharCodingConfig
ServerH2StreamMultiplexerFactory.charCodingConfig
Constructors 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 CharCodingConfig
H2MultiplexingRequesterBootstrap.charCodingConfig
private CharCodingConfig
H2RequesterBootstrap.charCodingConfig
private CharCodingConfig
H2ServerBootstrap.charCodingConfig
Methods in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type CharCodingConfigModifier and TypeMethodDescriptionH2MultiplexingRequesterBootstrap.setCharCodingConfig
(CharCodingConfig charCodingConfig) Sets message char coding.final H2RequesterBootstrap
H2RequesterBootstrap.setCharCodingConfig
(CharCodingConfig charCodingConfig) Sets message char coding.final H2ServerBootstrap
H2ServerBootstrap.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 CharCodingConfig
LoggingBHttpClientConnectionFactory.charCodingConfig
private final CharCodingConfig
LoggingBHttpServerConnectionFactory.charCodingConfig
Constructors 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 CharCodingConfig
InternalClientHttp1EventHandlerFactory.charCodingConfig
private final CharCodingConfig
InternalClientProtocolNegotiationStarter.charCodingConfig
private final CharCodingConfig
InternalServerHttp1EventHandlerFactory.charCodingConfig
private final CharCodingConfig
InternalServerProtocolNegotiationStarter.charCodingConfig
Methods in org.apache.hc.core5.testing.nio with parameters of type CharCodingConfigModifier and TypeMethodDescriptionprotected ClientHttp1StreamDuplexer
InternalClientHttp1EventHandlerFactory.createClientHttp1StreamDuplexer
(ProtocolIOSession ioSession, HttpProcessor httpProcessor, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, NHttpMessageParser<HttpResponse> incomingMessageParser, NHttpMessageWriter<HttpRequest> outgoingMessageWriter, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, Http1StreamListener streamListener) protected ServerHttp1StreamDuplexer
InternalServerHttp1EventHandlerFactory.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)