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 voidClientConnection.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 TypeMethodDescriptionvoidHttp2ClientConnection.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 TypeMethodDescriptionvoidAjpClientChannel.sendPing(ClientConnection.PingListener pingListener, long timeout, TimeUnit timeUnit)