Uses of Class
org.apache.hc.core5.http.config.Http1Config
-
Packages that use Http1Config Package Description org.apache.hc.core5.http.config Core configuration 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.io Core HTTP transport APIs based on the classic (blocking) I/O model.org.apache.hc.core5.http2.impl.nio.bootstrap HTTP/2 capable requester and server bootstrap.org.apache.hc.core5.testing.classic org.apache.hc.core5.testing.nio -
-
Uses of Http1Config in org.apache.hc.core5.http.config
Fields in org.apache.hc.core5.http.config declared as Http1Config Modifier and Type Field Description static Http1Config
Http1Config. DEFAULT
Methods in org.apache.hc.core5.http.config that return Http1Config Modifier and Type Method Description Http1Config
Http1Config.Builder. build()
Methods in org.apache.hc.core5.http.config with parameters of type Http1Config Modifier and Type Method Description static Http1Config.Builder
Http1Config. 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 Http1Config Modifier and Type Field Description private Http1Config
AsyncRequesterBootstrap. http1Config
private Http1Config
AsyncServerBootstrap. http1Config
private Http1Config
ServerBootstrap. http1Config
Methods in org.apache.hc.core5.http.impl.bootstrap with parameters of type Http1Config Modifier and Type Method Description AsyncRequesterBootstrap
AsyncRequesterBootstrap. setHttp1Config(Http1Config http1Config)
Sets HTTP/1.1 protocol parametersAsyncServerBootstrap
AsyncServerBootstrap. setHttp1Config(Http1Config http1Config)
Sets HTTP/1.1 protocol parameters.ServerBootstrap
ServerBootstrap. setHttp1Config(Http1Config http1Config)
Sets connection configuration. -
Uses of Http1Config in org.apache.hc.core5.http.impl.io
Fields in org.apache.hc.core5.http.impl.io declared as Http1Config Modifier and Type Field Description private Http1Config
AbstractMessageParser. http1Config
(package private) Http1Config
BHttpConnectionBase. http1Config
private Http1Config
ChunkedInputStream. http1Config
private Http1Config
DefaultBHttpClientConnectionFactory.Builder. http1Config
private Http1Config
DefaultBHttpClientConnectionFactory. http1Config
private Http1Config
DefaultBHttpServerConnectionFactory.Builder. http1Config
private Http1Config
DefaultBHttpServerConnectionFactory. http1Config
Methods in org.apache.hc.core5.http.impl.io with parameters of type Http1Config Modifier and Type Method Description HttpMessageParser<ClassicHttpRequest>
DefaultHttpRequestParserFactory. create(Http1Config http1Config)
HttpMessageParser<ClassicHttpResponse>
DefaultHttpResponseParserFactory. create(Http1Config http1Config)
DefaultBHttpClientConnectionFactory.Builder
DefaultBHttpClientConnectionFactory.Builder. http1Config(Http1Config http1Config)
DefaultBHttpServerConnectionFactory.Builder
DefaultBHttpServerConnectionFactory.Builder. http1Config(Http1Config http1Config)
Constructors in org.apache.hc.core5.http.impl.io with parameters of type Http1Config Constructor Description AbstractMessageParser(LineParser lineParser, Http1Config http1Config)
Creates new instance of AbstractMessageParser.BHttpConnectionBase(Http1Config http1Config, java.nio.charset.CharsetDecoder charDecoder, java.nio.charset.CharsetEncoder charEncoder)
ChunkedInputStream(SessionInputBuffer buffer, java.io.InputStream inputStream, Http1Config http1Config)
Default constructor.DefaultBHttpClientConnection(Http1Config http1Config)
DefaultBHttpClientConnection(Http1Config http1Config, java.nio.charset.CharsetDecoder charDecoder, java.nio.charset.CharsetEncoder charEncoder)
DefaultBHttpClientConnection(Http1Config http1Config, java.nio.charset.CharsetDecoder charDecoder, java.nio.charset.CharsetEncoder charEncoder, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageWriterFactory<ClassicHttpRequest> requestWriterFactory, HttpMessageParserFactory<ClassicHttpResponse> responseParserFactory)
Creates new instance of DefaultBHttpClientConnection.DefaultBHttpClientConnection(Http1Config http1Config, java.nio.charset.CharsetDecoder charDecoder, java.nio.charset.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)
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)
DefaultBHttpServerConnection(java.lang.String scheme, Http1Config http1Config)
DefaultBHttpServerConnection(java.lang.String scheme, Http1Config http1Config, java.nio.charset.CharsetDecoder charDecoder, java.nio.charset.CharsetEncoder charEncoder)
DefaultBHttpServerConnection(java.lang.String scheme, Http1Config http1Config, java.nio.charset.CharsetDecoder charDecoder, java.nio.charset.CharsetEncoder charEncoder, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageParserFactory<ClassicHttpRequest> requestParserFactory, HttpMessageWriterFactory<ClassicHttpResponse> responseWriterFactory)
Creates new instance of DefaultBHttpServerConnection.DefaultBHttpServerConnectionFactory(java.lang.String scheme, Http1Config http1Config, CharCodingConfig charCodingConfig)
DefaultBHttpServerConnectionFactory(java.lang.String scheme, Http1Config http1Config, CharCodingConfig charCodingConfig, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageParserFactory<ClassicHttpRequest> requestParserFactory, HttpMessageWriterFactory<ClassicHttpResponse> responseWriterFactory)
DefaultBHttpServerConnectionFactory(java.lang.String scheme, Http1Config http1Config, CharCodingConfig charCodingConfig, HttpMessageParserFactory<ClassicHttpRequest> requestParserFactory, HttpMessageWriterFactory<ClassicHttpResponse> responseWriterFactory)
DefaultHttpRequestParser(Http1Config http1Config)
DefaultHttpRequestParser(LineParser lineParser, HttpRequestFactory<ClassicHttpRequest> requestFactory, Http1Config http1Config)
Creates new instance of DefaultHttpRequestParser.DefaultHttpResponseParser(Http1Config http1Config)
DefaultHttpResponseParser(LineParser lineParser, HttpResponseFactory<ClassicHttpResponse> responseFactory, Http1Config http1Config)
Creates new instance of DefaultHttpResponseParser. -
Uses of Http1Config in org.apache.hc.core5.http.impl.nio
Fields in org.apache.hc.core5.http.impl.nio declared as Http1Config Modifier and Type Field Description private Http1Config
AbstractHttp1StreamDuplexer. http1Config
private Http1Config
ChunkDecoder. http1Config
private Http1Config
ClientHttp1StreamDuplexer. http1Config
private Http1Config
ClientHttp1StreamDuplexerFactory. http1Config
private Http1Config
ClientHttp1StreamHandler. http1Config
private Http1Config
DefaultHttpRequestParserFactory. http1Config
private Http1Config
DefaultHttpResponseParserFactory. http1Config
private Http1Config
ServerHttp1StreamDuplexer. http1Config
private Http1Config
ServerHttp1StreamDuplexerFactory. http1Config
private Http1Config
AbstractMessageParser. messageConstraints
-
Uses of Http1Config in org.apache.hc.core5.http.io
Methods in org.apache.hc.core5.http.io with parameters of type Http1Config Modifier and Type Method Description HttpMessageParser<T>
HttpMessageParserFactory. create(Http1Config http1Config)
-
Uses of Http1Config in org.apache.hc.core5.http2.impl.nio.bootstrap
Fields in org.apache.hc.core5.http2.impl.nio.bootstrap declared as Http1Config Modifier and Type Field Description private Http1Config
H2RequesterBootstrap. http1Config
private Http1Config
H2ServerBootstrap. http1Config
Methods in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type Http1Config Modifier and Type Method Description H2RequesterBootstrap
H2RequesterBootstrap. setHttp1Config(Http1Config http1Config)
Sets HTTP/1.1 protocol parametersH2ServerBootstrap
H2ServerBootstrap. setHttp1Config(Http1Config http1Config)
Sets HTTP/1.1 protocol parameters -
Uses of Http1Config in org.apache.hc.core5.testing.classic
Fields in org.apache.hc.core5.testing.classic declared as Http1Config Modifier and Type Field Description private Http1Config
LoggingBHttpClientConnectionFactory. http1Config
private Http1Config
LoggingBHttpServerConnectionFactory. http1Config
Methods in org.apache.hc.core5.testing.classic with parameters of type Http1Config Modifier and Type Method Description void
ClassicTestServer. start(Http1Config http1Config, HttpProcessor httpProcessor, Decorator<HttpServerRequestHandler> handlerDecorator)
-
Uses of Http1Config in org.apache.hc.core5.testing.nio
Fields in org.apache.hc.core5.testing.nio declared as Http1Config Modifier and Type Field Description private Http1Config
InternalClientHttp1EventHandlerFactory. http1Config
private Http1Config
InternalClientProtocolNegotiationStarter. http1Config
private Http1Config
InternalServerHttp1EventHandlerFactory. http1Config
private Http1Config
InternalServerProtocolNegotiationStarter. http1Config
Methods in org.apache.hc.core5.testing.nio with parameters of type Http1Config Modifier and Type Method Description protected 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)
void
H2TestClient. start(Http1Config http1Config)
void
H2TestClient. start(HttpProcessor httpProcessor, Http1Config http1Config)
java.net.InetSocketAddress
H2TestServer. start(Http1Config http1Config)
java.net.InetSocketAddress
H2TestServer. start(HttpProcessor httpProcessor, Decorator<AsyncServerExchangeHandler> exchangeHandlerDecorator, Http1Config http1Config)
void
Http1TestClient. start(Http1Config http1Config)
void
Http1TestClient. start(HttpProcessor httpProcessor, Http1Config http1Config)
java.net.InetSocketAddress
Http1TestServer. start(HttpProcessor httpProcessor, Decorator<AsyncServerExchangeHandler> exchangeHandlerDecorator, Http1Config http1Config)
java.net.InetSocketAddress
Http1TestServer. start(HttpProcessor httpProcessor, Http1Config http1Config)
Constructors in org.apache.hc.core5.testing.nio with parameters of type Http1Config Constructor Description InternalClientHttp1EventHandlerFactory(HttpProcessor httpProcessor, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, javax.net.ssl.SSLContext sslContext, SSLSessionInitializer sslSessionInitializer, SSLSessionVerifier sslSessionVerifier)
InternalClientProtocolNegotiationStarter(HttpProcessor httpProcessor, HandlerFactory<AsyncPushConsumer> exchangeHandlerFactory, HttpVersionPolicy versionPolicy, H2Config h2Config, Http1Config http1Config, CharCodingConfig charCodingConfig, javax.net.ssl.SSLContext sslContext, SSLSessionInitializer sslSessionInitializer, SSLSessionVerifier sslSessionVerifier)
InternalServerHttp1EventHandlerFactory(HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, javax.net.ssl.SSLContext sslContext, SSLSessionInitializer sslSessionInitializer, SSLSessionVerifier sslSessionVerifier)
InternalServerProtocolNegotiationStarter(HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, HttpVersionPolicy versionPolicy, H2Config h2Config, Http1Config http1Config, CharCodingConfig charCodingConfig, javax.net.ssl.SSLContext sslContext, SSLSessionInitializer sslSessionInitializer, SSLSessionVerifier sslSessionVerifier)
-