Uses of Class
org.apache.hc.core5.http.config.Http1Config
Packages that use Http1Config
Package
Description
Core configuration 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.
Core HTTP transport APIs based on the classic (blocking) I/O model.
HTTP/2 capable requester and server bootstrap.
-
Uses of Http1Config in org.apache.hc.core5.http.config
Fields in org.apache.hc.core5.http.config declared as Http1ConfigMethods in org.apache.hc.core5.http.config that return Http1ConfigMethods in org.apache.hc.core5.http.config with parameters of type Http1ConfigModifier and TypeMethodDescriptionstatic Http1Config.BuilderHttp1Config.copy(Http1Config config) -
Uses of Http1Config in org.apache.hc.core5.http.impl.bootstrap
Fields in org.apache.hc.core5.http.impl.bootstrap declared as Http1ConfigModifier and TypeFieldDescriptionprivate Http1ConfigAsyncRequesterBootstrap.http1Configprivate Http1ConfigAsyncServerBootstrap.http1Configprivate Http1ConfigRequesterBootstrap.http1Configprivate Http1ConfigServerBootstrap.http1ConfigMethods in org.apache.hc.core5.http.impl.bootstrap with parameters of type Http1ConfigModifier and TypeMethodDescriptionfinal AsyncRequesterBootstrapAsyncRequesterBootstrap.setHttp1Config(Http1Config http1Config) Sets HTTP/1.1 protocol parametersfinal AsyncServerBootstrapAsyncServerBootstrap.setHttp1Config(Http1Config http1Config) Sets HTTP/1.1 protocol parameters.final RequesterBootstrapRequesterBootstrap.setHttp1Config(Http1Config http1Config) Sets HTTP/1 protocol configuration.final ServerBootstrapServerBootstrap.setHttp1Config(Http1Config http1Config) Sets HTTP/1 protocol configuration. -
Uses of Http1Config in org.apache.hc.core5.http.impl.io
Fields in org.apache.hc.core5.http.impl.io declared as Http1ConfigModifier and TypeFieldDescriptionprivate final Http1ConfigAbstractMessageParser.http1Config(package private) final Http1ConfigBHttpConnectionBase.http1Configprivate final Http1ConfigChunkedInputStream.http1Configprivate Http1ConfigDefaultBHttpClientConnectionFactory.Builder.http1Configprivate final Http1ConfigDefaultBHttpClientConnectionFactory.http1Configprivate Http1ConfigDefaultBHttpServerConnectionFactory.Builder.http1Configprivate final Http1ConfigDefaultBHttpServerConnectionFactory.http1Configprivate final Http1ConfigDefaultHttpRequestParserFactory.http1Configprivate final Http1ConfigDefaultHttpRequestWriter.http1Configprivate final Http1ConfigDefaultHttpRequestWriterFactory.http1Configprivate final Http1ConfigDefaultHttpResponseParserFactory.http1Configprivate final Http1ConfigDefaultHttpResponseWriter.http1Configprivate final Http1ConfigDefaultHttpResponseWriterFactory.http1Configprivate final Http1ConfigHttpRequestExecutor.http1Configprivate Http1ConfigHttpService.Builder.http1Configprivate final Http1ConfigHttpService.http1ConfigMethods in org.apache.hc.core5.http.impl.io with parameters of type Http1ConfigModifier and TypeMethodDescriptionDefaultHttpRequestParserFactory.create(Http1Config http1Config) Deprecated.DefaultHttpResponseParserFactory.create(Http1Config http1Config) Deprecated.DefaultBHttpClientConnectionFactory.Builder.http1Config(Http1Config http1Config) DefaultBHttpServerConnectionFactory.Builder.http1Config(Http1Config http1Config) HttpService.Builder.withHttp1Config(Http1Config http1Config) Constructors in org.apache.hc.core5.http.impl.io with parameters of type Http1ConfigModifierConstructorDescriptionAbstractMessageParser(Http1Config http1Config, LineParser lineParser) AbstractMessageParser(LineParser lineParser, Http1Config http1Config) Deprecated.(package private)BHttpConnectionBase(Http1Config http1Config, CharsetDecoder charDecoder, CharsetEncoder charEncoder) ChunkedInputStream(SessionInputBuffer buffer, InputStream inputStream, Http1Config http1Config) Default constructor.DefaultBHttpClientConnection(Http1Config http1Config) DefaultBHttpClientConnection(Http1Config http1Config, CharsetDecoder charDecoder, CharsetEncoder charEncoder) DefaultBHttpClientConnection(Http1Config http1Config, CharsetDecoder charDecoder, CharsetEncoder charEncoder, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageWriterFactory<ClassicHttpRequest> requestWriterFactory, HttpMessageParserFactory<ClassicHttpResponse> responseParserFactory) Creates new instance of DefaultBHttpClientConnection.DefaultBHttpClientConnection(Http1Config http1Config, CharsetDecoder charDecoder, CharsetEncoder charEncoder, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, ResponseOutOfOrderStrategy responseOutOfOrderStrategy, HttpMessageWriterFactory<ClassicHttpRequest> requestWriterFactory, HttpMessageParserFactory<ClassicHttpResponse> responseParserFactory) Creates new instance of DefaultBHttpClientConnection.DefaultBHttpClientConnectionFactory(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) DefaultBHttpServerConnection(String scheme, Http1Config http1Config) DefaultBHttpServerConnection(String scheme, Http1Config http1Config, CharsetDecoder charDecoder, CharsetEncoder charEncoder) DefaultBHttpServerConnection(String scheme, Http1Config http1Config, CharsetDecoder charDecoder, CharsetEncoder charEncoder, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageParserFactory<ClassicHttpRequest> requestParserFactory, HttpMessageWriterFactory<ClassicHttpResponse> responseWriterFactory) Creates new instance of DefaultBHttpServerConnection.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) DefaultHttpRequestParser(Http1Config http1Config) DefaultHttpRequestParser(Http1Config http1Config, LineParser lineParser, HttpRequestFactory<ClassicHttpRequest> requestFactory) DefaultHttpRequestParser(LineParser lineParser, HttpRequestFactory<ClassicHttpRequest> requestFactory, Http1Config http1Config) DefaultHttpRequestParserFactory(Http1Config http1Config) DefaultHttpRequestParserFactory(Http1Config http1Config, LineParser lineParser, HttpRequestFactory<ClassicHttpRequest> requestFactory) DefaultHttpRequestWriter(Http1Config http1Config, LineFormatter formatter) DefaultHttpRequestWriterFactory(Http1Config http1Config) DefaultHttpRequestWriterFactory(Http1Config http1Config, LineFormatter lineFormatter) DefaultHttpResponseParser(Http1Config http1Config) DefaultHttpResponseParser(Http1Config http1Config, LineParser lineParser, HttpResponseFactory<ClassicHttpResponse> responseFactory) DefaultHttpResponseParser(LineParser lineParser, HttpResponseFactory<ClassicHttpResponse> responseFactory, Http1Config http1Config) DefaultHttpResponseParserFactory(Http1Config http1Config) DefaultHttpResponseParserFactory(Http1Config http1Config, LineParser lineParser, HttpResponseFactory<ClassicHttpResponse> responseFactory) DefaultHttpResponseWriter(Http1Config http1Config, LineFormatter formatter) DefaultHttpResponseWriterFactory(Http1Config http1Config) DefaultHttpResponseWriterFactory(Http1Config http1Config, LineFormatter lineFormatter) HttpRequestExecutor(Http1Config http1Config, ConnectionReuseStrategy connReuseStrategy, Http1StreamListener streamListener) Creates new instance of HttpRequestExecutor.HttpService(HttpProcessor processor, HttpServerRequestHandler requestHandler, Http1Config http1Config, ConnectionReuseStrategy connReuseStrategy, Http1StreamListener streamListener) Create a new HTTP service. -
Uses of Http1Config in org.apache.hc.core5.http.impl.nio
Fields in org.apache.hc.core5.http.impl.nio declared as Http1ConfigModifier and TypeFieldDescriptionprivate final Http1ConfigAbstractHttp1StreamDuplexer.http1Configprivate final Http1ConfigAbstractMessageParser.http1Configprivate final Http1ConfigChunkDecoder.http1Configprivate final Http1ConfigClientHttp1StreamDuplexer.http1Configprivate final Http1ConfigClientHttp1StreamDuplexerFactory.http1Configprivate final Http1ConfigClientHttp1StreamHandler.http1Configprivate final Http1ConfigDefaultHttpRequestParserFactory.http1Configprivate final Http1ConfigDefaultHttpRequestWriter.http1Configprivate final Http1ConfigDefaultHttpRequestWriterFactory.http1Configprivate final Http1ConfigDefaultHttpResponseParserFactory.http1Configprivate final Http1ConfigDefaultHttpResponseWriter.http1Configprivate final Http1ConfigDefaultHttpResponseWriterFactory.http1Configprivate final Http1ConfigServerHttp1StreamDuplexer.http1Configprivate final Http1ConfigServerHttp1StreamDuplexerFactory.http1Configprivate final Http1ConfigServerHttp1StreamHandler.http1ConfigConstructors in org.apache.hc.core5.http.impl.nio with parameters of type Http1ConfigModifierConstructorDescription(package private)AbstractHttp1StreamDuplexer(ProtocolIOSession ioSession, Http1Config http1Config, CharCodingConfig charCodingConfig, NHttpMessageParser<IncomingMessage> incomingMessageParser, NHttpMessageWriter<OutgoingMessage> outgoingMessageWriter, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy) AbstractMessageParser(Http1Config http1Config, LineParser lineParser) Constructs a new instance for a subclass.AbstractMessageParser(LineParser lineParser, Http1Config messageConstraints) Deprecated.ChunkDecoder(ReadableByteChannel channel, SessionInputBuffer buffer, Http1Config http1Config, BasicHttpTransportMetrics metrics) 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) (package private)ClientHttp1StreamHandler(Http1StreamChannel<HttpRequest> outputChannel, HttpProcessor httpProcessor, Http1Config http1Config, ConnectionReuseStrategy connectionReuseStrategy, AsyncClientExchangeHandler exchangeHandler, HttpCoreContext context) DefaultHttpRequestParser(Http1Config http1Config, HttpRequestFactory<T> requestFactory) DefaultHttpRequestParser(Http1Config http1Config, LineParser parser, HttpRequestFactory<T> requestFactory) DefaultHttpRequestParser(HttpRequestFactory<T> requestFactory, Http1Config http1Config) Deprecated.DefaultHttpRequestParser(HttpRequestFactory<T> requestFactory, LineParser parser, Http1Config http1Config) Deprecated.DefaultHttpRequestParserFactory(Http1Config http1Config) DefaultHttpRequestParserFactory(Http1Config http1Config, HttpRequestFactory<HttpRequest> requestFactory, LineParser lineParser) DefaultHttpRequestWriter(Http1Config http1Config, LineFormatter formatter) DefaultHttpRequestWriterFactory(Http1Config http1Config) DefaultHttpRequestWriterFactory(Http1Config http1Config, LineFormatter lineFormatter) DefaultHttpResponseParser(Http1Config http1Config, HttpResponseFactory<T> responseFactory) DefaultHttpResponseParser(Http1Config http1Config, LineParser parser, HttpResponseFactory<T> responseFactory) DefaultHttpResponseParser(HttpResponseFactory<T> responseFactory, Http1Config http1Config) Deprecated.DefaultHttpResponseParser(HttpResponseFactory<T> responseFactory, LineParser parser, Http1Config http1Config) DefaultHttpResponseParserFactory(Http1Config http1Config) DefaultHttpResponseParserFactory(Http1Config http1Config, HttpResponseFactory<HttpResponse> responseFactory, LineParser lineParser) DefaultHttpResponseWriter(LineFormatter formatter, Http1Config http1Config) DefaultHttpResponseWriterFactory(Http1Config http1Config) DefaultHttpResponseWriterFactory(Http1Config http1Config, LineFormatter lineFormatter) 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, Callback<Exception> exceptionCallback) ServerHttp1StreamDuplexerFactory(HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, NHttpMessageParserFactory<HttpRequest> requestParserFactory, NHttpMessageWriterFactory<HttpResponse> responseWriterFactory, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, Http1StreamListener streamListener, Callback<Exception> exceptionCallback) ServerHttp1StreamDuplexerFactory(HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, NHttpMessageParserFactory<HttpRequest> requestParserFactory, NHttpMessageWriterFactory<HttpResponse> responseWriterFactory, Http1StreamListener streamListener, Callback<Exception> exceptionCallback) ServerHttp1StreamDuplexerFactory(HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, Http1Config http1Config, CharCodingConfig charCodingConfig, Http1StreamListener streamListener, Callback<Exception> exceptionCallback) (package private)ServerHttp1StreamHandler(Http1StreamChannel<HttpResponse> outputChannel, HttpProcessor httpProcessor, Http1Config http1Config, ConnectionReuseStrategy connectionReuseStrategy, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, Callback<Exception> exceptionCallback, HttpCoreContext context) -
Uses of Http1Config in org.apache.hc.core5.http.io
Methods in org.apache.hc.core5.http.io with parameters of type Http1ConfigModifier and TypeMethodDescriptionHttpMessageParserFactory.create(Http1Config http1Config) Deprecated. -
Uses of Http1Config in org.apache.hc.core5.http2.impl.nio.bootstrap
Fields in org.apache.hc.core5.http2.impl.nio.bootstrap declared as Http1ConfigModifier and TypeFieldDescriptionprivate Http1ConfigH2RequesterBootstrap.http1Configprivate Http1ConfigH2ServerBootstrap.http1ConfigMethods in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type Http1ConfigModifier and TypeMethodDescriptionfinal H2RequesterBootstrapH2RequesterBootstrap.setHttp1Config(Http1Config http1Config) Sets HTTP/1.1 protocol parametersfinal H2ServerBootstrapH2ServerBootstrap.setHttp1Config(Http1Config http1Config) Sets HTTP/1.1 protocol parameters
DefaultHttpRequestParserFactory.create()