| Package | Description | 
|---|---|
| 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.io.support | Support classes for the classic (blocking) I/O model. | 
| org.apache.hc.core5.testing.classic | 
| Constructor and Description | 
|---|
| HttpService(HttpProcessor processor,
           HttpServerRequestHandler requestHandler)Create a new HTTP service. | 
| HttpService(HttpProcessor processor,
           HttpServerRequestHandler requestHandler,
           ConnectionReuseStrategy connReuseStrategy,
           Http1StreamListener streamListener)Create a new HTTP service. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BasicHttpServerExpectationDecoratorHttpServerRequestHandlerimplementation that adds support
 for the Expect-Continue handshake to an existingHttpServerRequestHandler. | 
| class  | BasicHttpServerRequestHandlerBasic  HttpServerRequestHandlerimplementation that makes use ofHttpRequestMapperto dispatch the request to a particularHttpRequestHandlerfor processing. | 
| class  | HttpServerFilterChainRequestHandlerHttpServerRequestHandlerimplementation that delegates request processing
 to aHttpServerFilterChainElement. | 
| Constructor and Description | 
|---|
| BasicHttpServerExpectationDecorator(HttpServerRequestHandler requestHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClassicTestServer. start(Http1Config http1Config,
     HttpProcessor httpProcessor,
     Decorator<HttpServerRequestHandler> handlerDecorator) | 
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.