Uses of Class
org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler
Packages that use AbstractH2IOEventHandler
Package
Description
Default implementation of HTTP/2 transport based on
the asynchronous (non-blocking) I/O model.
-
Uses of AbstractH2IOEventHandler in org.apache.hc.core5.http2.impl.nio
Subclasses of AbstractH2IOEventHandler in org.apache.hc.core5.http2.impl.nioModifier and TypeClassDescriptionclass
IOEventHandler
that implements client side HTTP/2 messaging protocol with full support for multiplexed message transmission.class
IOEventHandler
that implements server side HTTP/2 messaging protocol with full support for multiplexed message transmission.