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 TypeClassDescriptionclass
Protocol upgrade handler that upgrades the underlyingProtocolIOSession
to HTTP/2 in case of a successful protocol negotiation.class
Protocol upgrade handler that upgrades the underlyingProtocolIOSession
to HTTP/1.1 in case of a successful protocol negotiation or as a default fall-back.class
Protocol upgrade handler that upgrades the underlyingProtocolIOSession
to HTTP/2 in case of a successful protocol negotiation.class
Protocol upgrade handler that upgrades the underlyingProtocolIOSession
to 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.protocolUpgradeHandlerMap
Methods in org.apache.hc.core5.reactor with parameters of type ProtocolUpgradeHandlerModifier and TypeMethodDescriptionvoid
InternalDataChannel.registerProtocol
(String protocolId, ProtocolUpgradeHandler upgradeHandler) default void
ProtocolIOSession.registerProtocol
(String protocolId, ProtocolUpgradeHandler upgradeHandler) Registers protocol upgrade handler with the given application protocol ID.