Uses of Interface
org.apache.hc.core5.reactor.ProtocolUpgradeHandler
Packages that use ProtocolUpgradeHandler
Package
Description
Default implementation of HTTP/2 transport based on
the asynchronous (non-blocking) I/O model.
Event driven network communication APIs and components loosely based on
Doug Lea's
reactor pattern.
-
Uses of ProtocolUpgradeHandler in org.apache.hc.core5.http2.impl.nio
Classes in org.apache.hc.core5.http2.impl.nio that implement ProtocolUpgradeHandlerModifier and TypeClassDescriptionclassProtocol upgrade handler that upgrades the underlyingProtocolIOSessionto HTTP/2 in case of a successful protocol negotiation.classProtocol upgrade handler that upgrades the underlyingProtocolIOSessionto HTTP/1.1 in case of a successful protocol negotiation or as a default fall-back.classProtocol upgrade handler that upgrades the underlyingProtocolIOSessionto HTTP/2 in case of a successful protocol negotiation.classProtocol upgrade handler that upgrades the underlyingProtocolIOSessionto HTTP/1.1 in case of a successful protocol negotiation or as a default fall-back. -
Uses of ProtocolUpgradeHandler in org.apache.hc.core5.reactor
Fields in org.apache.hc.core5.reactor with type parameters of type ProtocolUpgradeHandlerModifier and TypeFieldDescriptionprivate final ConcurrentMap<String, ProtocolUpgradeHandler> InternalDataChannel.protocolUpgradeHandlerMapMethods in org.apache.hc.core5.reactor with parameters of type ProtocolUpgradeHandlerModifier and TypeMethodDescriptionvoidInternalDataChannel.registerProtocol(String protocolId, ProtocolUpgradeHandler upgradeHandler) default voidProtocolIOSession.registerProtocol(String protocolId, ProtocolUpgradeHandler upgradeHandler) Registers protocol upgrade handler with the given application protocol ID.