Uses of Interface
io.undertow.client.ClientConnection.PingListener
-
Packages that use ClientConnection.PingListener Package Description io.undertow.client io.undertow.client.http2 io.undertow.protocols.ajp -
-
Uses of ClientConnection.PingListener in io.undertow.client
Methods in io.undertow.client with parameters of type ClientConnection.PingListener Modifier and Type Method Description default void
ClientConnection. sendPing(ClientConnection.PingListener listener, long timeout, java.util.concurrent.TimeUnit timeUnit)
-
Uses of ClientConnection.PingListener in io.undertow.client.http2
Methods in io.undertow.client.http2 with parameters of type ClientConnection.PingListener Modifier and Type Method Description void
Http2ClientConnection. sendPing(ClientConnection.PingListener listener, long timeout, java.util.concurrent.TimeUnit timeUnit)
-
Uses of ClientConnection.PingListener in io.undertow.protocols.ajp
Methods in io.undertow.protocols.ajp with parameters of type ClientConnection.PingListener Modifier and Type Method Description void
AjpClientChannel. sendPing(ClientConnection.PingListener pingListener, long timeout, java.util.concurrent.TimeUnit timeUnit)
-