| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
HttpService.Builder |
HttpService.Builder.withHttpServerRequestHandler(HttpServerRequestHandler requestHandler) |
| 构造器和说明 |
|---|
HttpService(HttpProcessor processor,
HttpServerRequestHandler requestHandler)
Create a new HTTP service.
|
HttpService(HttpProcessor processor,
HttpServerRequestHandler requestHandler,
ConnectionReuseStrategy connReuseStrategy,
Http1StreamListener streamListener)
Create a new HTTP service.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BasicHttpServerExpectationDecorator
HttpServerRequestHandler implementation that adds support
for the Expect-Continue handshake to an existing
HttpServerRequestHandler. |
class |
BasicHttpServerRequestHandler
Basic
HttpServerRequestHandler implementation that makes use of
HttpRequestMapper to dispatch the request to a particular
HttpRequestHandler for processing. |
class |
HttpServerFilterChainRequestHandler
HttpServerRequestHandler implementation that delegates request processing
to a HttpServerFilterChainElement. |
| 构造器和说明 |
|---|
BasicHttpServerExpectationDecorator(HttpServerRequestHandler requestHandler) |
Copyright © 2023. All rights reserved.