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.nio |
Default implementation of HTTP/1.1 transport based on
the asynchronous (non-blocking) I/O model.
|
org.apache.hc.core5.http2.impl.nio.bootstrap |
HTTP/2 capable requester and server bootstrap.
|
Modifier and Type | Class and Description |
---|---|
class |
Registry<I>
Generic registry of items keyed by low-case string ID.
|
Constructor and Description |
---|
HttpAsyncRequester(IOReactorConfig ioReactorConfig,
IOEventHandlerFactory eventHandlerFactory,
Decorator<IOSession> ioSessionDecorator,
Callback<Exception> exceptionCallback,
IOSessionListener sessionListener,
ManagedConnPool<HttpHost,IOSession> connPool,
Lookup<ProtocolUpgradeHandler> protocolUpgradeHandlerLookup)
Use
AsyncRequesterBootstrap to create instances of this class. |
Constructor and Description |
---|
H2AsyncRequester(HttpVersionPolicy versionPolicy,
IOReactorConfig ioReactorConfig,
IOEventHandlerFactory eventHandlerFactory,
Decorator<IOSession> ioSessionDecorator,
Callback<Exception> exceptionCallback,
IOSessionListener sessionListener,
ManagedConnPool<HttpHost,IOSession> connPool,
Lookup<ProtocolUpgradeHandler> protocolUpgradeHandlerLookup)
Use
H2RequesterBootstrap to create instances of this class. |
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.