Package | Description |
---|---|
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.http.nio.ssl |
TLS protocol support.
|
org.apache.hc.core5.reactor |
Event driven network communication APIs and components loosely based on
Doug Lea's
reactor pattern.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HttpAsyncRequester.doTlsUpgrade(ProtocolIOSession ioSession,
NamedEndpoint endpoint,
FutureCallback<ProtocolIOSession> callback) |
Modifier and Type | Method and Description |
---|---|
protected void |
HttpAsyncRequester.doTlsUpgrade(ProtocolIOSession ioSession,
NamedEndpoint endpoint,
FutureCallback<ProtocolIOSession> callback) |
Modifier and Type | Method and Description |
---|---|
ClientHttp1StreamDuplexer |
ClientHttp1StreamDuplexerFactory.create(ProtocolIOSession ioSession) |
ServerHttp1StreamDuplexer |
ServerHttp1StreamDuplexerFactory.create(String scheme,
ProtocolIOSession ioSession) |
IOEventHandler |
ClientHttp1IOEventHandlerFactory.createHandler(ProtocolIOSession ioSession,
Object attachment) |
IOEventHandler |
ServerHttp1IOEventHandlerFactory.createHandler(ProtocolIOSession ioSession,
Object attachment) |
Modifier and Type | Method and Description |
---|---|
void |
TlsUpgradeCapable.tlsUpgrade(NamedEndpoint endpoint,
FutureCallback<ProtocolIOSession> callback) |
Modifier and Type | Method and Description |
---|---|
IOEventHandler |
SocksProxyProtocolHandlerFactory.createHandler(ProtocolIOSession ioSession,
Object attachment)
Deprecated.
|
IOEventHandler |
IOEventHandlerFactory.createHandler(ProtocolIOSession ioSession,
Object attachment) |
void |
ProtocolUpgradeHandler.upgrade(ProtocolIOSession ioSession,
FutureCallback<ProtocolIOSession> callback)
Upgrades application protocol of the given I/O session.
|
Modifier and Type | Method and Description |
---|---|
default void |
ProtocolIOSession.switchProtocol(String protocolId,
FutureCallback<ProtocolIOSession> callback)
Switches this I/O session to the application protocol with the given ID.
|
void |
ProtocolUpgradeHandler.upgrade(ProtocolIOSession ioSession,
FutureCallback<ProtocolIOSession> callback)
Upgrades application protocol of the given I/O session.
|
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.