| Package | Description |
|---|---|
| org.apache.hc.core5.http2.ssl |
HTTP/2 specific 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 |
|---|---|
void |
TlsUpgradeHandler.upgrade(ProtocolIOSession ioSession,
EndpointParameters parameters,
FutureCallback<ProtocolIOSession> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolUpgradeHandler.upgrade(ProtocolIOSession ioSession,
EndpointParameters parameters,
FutureCallback<ProtocolIOSession> callback)
Upgrades application protocol of the given I/O session.
|
void |
ProtocolLayer.upgrade(ProtocolUpgradeHandler handler,
EndpointParameters parameters)
Switches to the given application protocol.
|
void |
ProtocolLayer.upgrade(String id,
EndpointParameters parameters)
Switches to the application protocol with the given protocol id.
|
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.