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