Class ClientH2UpgradeHandler
java.lang.Object
org.apache.hc.core5.http2.impl.nio.ClientH2UpgradeHandler
- All Implemented Interfaces:
ProtocolUpgradeHandler
@Contract(threading=IMMUTABLE_CONDITIONAL)
@Internal
public class ClientH2UpgradeHandler
extends Object
implements ProtocolUpgradeHandler
Protocol upgrade handler that upgrades the underlying
ProtocolIOSession
to HTTP/2 in case of a successful protocol negotiation.- Since:
- 5.2
-
Constructor Summary
ConstructorsConstructorDescriptionClientH2UpgradeHandler(ClientH2StreamMultiplexerFactory http2StreamHandlerFactory, Callback<Exception> exceptionCallback) -
Method Summary
Modifier and TypeMethodDescriptionvoidupgrade(ProtocolIOSession ioSession, FutureCallback<ProtocolIOSession> callback)
-
Constructor Details
-
ClientH2UpgradeHandler
public ClientH2UpgradeHandler(ClientH2StreamMultiplexerFactory http2StreamHandlerFactory, Callback<Exception> exceptionCallback)
-
-
Method Details
-
upgrade
- Specified by:
upgradein interfaceProtocolUpgradeHandler
-