Uses of Class
org.apache.hc.core5.http2.impl.nio.PrefaceHandlerBase
Packages that use PrefaceHandlerBase
Package
Description
Default implementation of HTTP/2 transport based on
the asynchronous (non-blocking) I/O model.
-
Uses of PrefaceHandlerBase in org.apache.hc.core5.http2.impl.nio
Subclasses of PrefaceHandlerBase in org.apache.hc.core5.http2.impl.nioModifier and TypeClassDescriptionclassI/O event handler for events fired byProtocolIOSessionthat implements client side of the HTTP/2 protocol negotiation handshake always forcing the choice of HTTP/2.classI/O event handler for events fired byProtocolIOSessionthat implements server side of the HTTP/2 protocol negotiation handshake.