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 |
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 . |
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.