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 |
Modifier and Type | Field and Description |
---|---|
static Http1Config |
Http1Config.DEFAULT |
Modifier and Type | Method and Description |
---|---|
Http1Config |
Http1Config.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static Http1Config.Builder |
Http1Config.copy(Http1Config config) |
Modifier and Type | Method and Description |
---|---|
AsyncRequesterBootstrap |
AsyncRequesterBootstrap.setHttp1Config(Http1Config http1Config)
Sets HTTP/1.1 protocol parameters
|
ServerBootstrap |
ServerBootstrap.setHttp1Config(Http1Config http1Config)
Sets connection configuration.
|
AsyncServerBootstrap |
AsyncServerBootstrap.setHttp1Config(Http1Config http1Config)
Sets HTTP/1.1 protocol parameters.
|
Modifier and Type | Method and Description |
---|---|
HttpMessageParser<ClassicHttpResponse> |
DefaultHttpResponseParserFactory.create(Http1Config http1Config) |
HttpMessageParser<ClassicHttpRequest> |
DefaultHttpRequestParserFactory.create(Http1Config http1Config) |
DefaultBHttpClientConnectionFactory.Builder |
DefaultBHttpClientConnectionFactory.Builder.http1Config(Http1Config http1Config) |
DefaultBHttpServerConnectionFactory.Builder |
DefaultBHttpServerConnectionFactory.Builder.http1Config(Http1Config http1Config) |
Modifier and Type | Method and Description |
---|---|
HttpMessageParser<T> |
HttpMessageParserFactory.create(Http1Config http1Config) |
Modifier and Type | Method and Description |
---|---|
H2RequesterBootstrap |
H2RequesterBootstrap.setHttp1Config(Http1Config http1Config)
Sets HTTP/1.1 protocol parameters
|
H2ServerBootstrap |
H2ServerBootstrap.setHttp1Config(Http1Config http1Config)
Sets HTTP/1.1 protocol parameters
|
Modifier and Type | Method and Description |
---|---|
void |
ClassicTestServer.start(Http1Config http1Config,
HttpProcessor httpProcessor,
Decorator<HttpServerRequestHandler> handlerDecorator) |
Modifier and Type | Method and Description |
---|---|
void |
Http1TestClient.start(Http1Config http1Config) |
InetSocketAddress |
H2TestServer.start(Http1Config http1Config) |
void |
H2TestClient.start(Http1Config http1Config) |
InetSocketAddress |
Http1TestServer.start(HttpProcessor httpProcessor,
Decorator<AsyncServerExchangeHandler> exchangeHandlerDecorator,
Http1Config http1Config) |
InetSocketAddress |
H2TestServer.start(HttpProcessor httpProcessor,
Decorator<AsyncServerExchangeHandler> exchangeHandlerDecorator,
Http1Config http1Config) |
void |
Http1TestClient.start(HttpProcessor httpProcessor,
Http1Config http1Config) |
InetSocketAddress |
Http1TestServer.start(HttpProcessor httpProcessor,
Http1Config http1Config) |
void |
H2TestClient.start(HttpProcessor httpProcessor,
Http1Config http1Config) |
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.