Class ServerHttp1UpgradeHandler

java.lang.Object
org.apache.hc.core5.http2.impl.nio.ServerHttp1UpgradeHandler
All Implemented Interfaces:
ProtocolUpgradeHandler

@Contract(threading=IMMUTABLE_CONDITIONAL) @Internal public class ServerHttp1UpgradeHandler extends Object implements ProtocolUpgradeHandler
Protocol upgrade handler that upgrades the underlying ProtocolIOSession to HTTP/1.1 in case of a successful protocol negotiation or as a default fall-back.
Since:
5.2