Uses of Class
org.apache.hc.core5.http2.impl.nio.PrefaceHandlerBase
-
Packages that use PrefaceHandlerBase Package Description org.apache.hc.core5.http2.impl.nio 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.nio Modifier and Type Class Description classClientH2PrefaceHandlerI/O event handler for events fired byProtocolIOSessionthat implements client side of the HTTP/2 protocol negotiation handshake always forcing the choice of HTTP/2.classServerH2PrefaceHandlerI/O event handler for events fired byProtocolIOSessionthat implements server side of the HTTP/2 protocol negotiation handshake.
-