Uses of Interface
org.apache.hc.core5.http2.nio.AsyncPingHandler
-
Packages that use AsyncPingHandler Package Description org.apache.hc.core5.http2.impl.nio Default implementation of HTTP/2 transport based on the asynchronous (non-blocking) I/O model.org.apache.hc.core5.http2.nio.command HTTP/2 specific commands for HTTP/2 transport based on asynchronous, event driven I/O model.org.apache.hc.core5.http2.nio.support 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 AsyncPingHandler Modifier and Type Field Description private java.util.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 AsyncPingHandler Modifier and Type Field Description private AsyncPingHandler
PingCommand. handler
Methods in org.apache.hc.core5.http2.nio.command that return AsyncPingHandler Modifier and Type Method Description AsyncPingHandler
PingCommand. getHandler()
Constructors in org.apache.hc.core5.http2.nio.command with parameters of type AsyncPingHandler Constructor Description PingCommand(AsyncPingHandler handler)
-
Uses of AsyncPingHandler in org.apache.hc.core5.http2.nio.support
Classes in org.apache.hc.core5.http2.nio.support that implement AsyncPingHandler Modifier and Type Class Description class
BasicPingHandler
BasicAsyncPingHandler
implementation.
-