Uses of Interface
io.undertow.client.ClientConnection.PingListener
Packages that use ClientConnection.PingListener
-
Uses of ClientConnection.PingListener in io.undertow.client
Methods in io.undertow.client with parameters of type ClientConnection.PingListenerModifier and TypeMethodDescriptiondefault void
ClientConnection.sendPing
(ClientConnection.PingListener listener, long timeout, TimeUnit timeUnit) -
Uses of ClientConnection.PingListener in io.undertow.client.http2
Methods in io.undertow.client.http2 with parameters of type ClientConnection.PingListenerModifier and TypeMethodDescriptionvoid
Http2ClientConnection.sendPing
(ClientConnection.PingListener listener, long timeout, TimeUnit timeUnit) -
Uses of ClientConnection.PingListener in io.undertow.protocols.ajp
Methods in io.undertow.protocols.ajp with parameters of type ClientConnection.PingListenerModifier and TypeMethodDescriptionvoid
AjpClientChannel.sendPing
(ClientConnection.PingListener pingListener, long timeout, TimeUnit timeUnit)