Uses of Class
org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler
-
Packages that use AbstractH2IOEventHandler 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 AbstractH2IOEventHandler in org.apache.hc.core5.http2.impl.nio
Subclasses of AbstractH2IOEventHandler in org.apache.hc.core5.http2.impl.nio Modifier and Type Class Description class
ClientH2IOEventHandler
IOEventHandler
that implements client side HTTP/2 messaging protocol with full support for multiplexed message transmission.class
ServerH2IOEventHandler
IOEventHandler
that implements server side HTTP/2 messaging protocol with full support for multiplexed message transmission.
-