Uses of Interface
org.apache.hc.core5.http2.nio.AsyncPingHandler
Packages that use AsyncPingHandler
Package
Description
Default implementation of HTTP/2 transport based on
the asynchronous (non-blocking) I/O model.
HTTP/2 specific commands for HTTP/2 transport based
on asynchronous, event driven I/O model.
Support classes for HTTP/2 asynchronous transport.
-
Uses of AsyncPingHandler in org.apache.hc.core5.http2.impl.nio
Fields in org.apache.hc.core5.http2.impl.nio with type parameters of type AsyncPingHandlerModifier and TypeFieldDescriptionprivate final Queue
<AsyncPingHandler> AbstractH2StreamMultiplexer.pingHandlers
-
Uses of AsyncPingHandler in org.apache.hc.core5.http2.nio.command
Fields in org.apache.hc.core5.http2.nio.command declared as AsyncPingHandlerMethods in org.apache.hc.core5.http2.nio.command that return AsyncPingHandlerConstructors in org.apache.hc.core5.http2.nio.command with parameters of type AsyncPingHandler -
Uses of AsyncPingHandler in org.apache.hc.core5.http2.nio.support
Classes in org.apache.hc.core5.http2.nio.support that implement AsyncPingHandler