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 TypeClassDescriptionclass
I/O event handler for events fired byProtocolIOSession
that implements client side of the HTTP/2 protocol negotiation handshake always forcing the choice of HTTP/2.class
I/O event handler for events fired byProtocolIOSession
that implements server side of the HTTP/2 protocol negotiation handshake.