Uses of Interface
org.bluezoo.gumdrop.TimerHandle
Packages that use TimerHandle
Package
Description
Core framework for the Gumdrop multipurpose Java server.
Asynchronous DNS client for Gumdrop.
-
Uses of TimerHandle in org.bluezoo.gumdrop
Methods in org.bluezoo.gumdrop that return TimerHandleModifier and TypeMethodDescriptiondefault TimerHandleChannelHandler.scheduleTimer(long delayMs, Runnable callback) Schedules a callback to be executed after the specified delay.Endpoint.scheduleTimer(long delayMs, Runnable callback) Schedules a callback to be executed after the specified delay.Gumdrop.scheduleTimer(ChannelHandler handler, long delayMs, Runnable callback) Schedules a timer callback for a handler.TCPEndpoint.scheduleTimer(long delayMs, Runnable callback) UDPEndpoint.scheduleTimer(long delayMs, Runnable callback) -
Uses of TimerHandle in org.bluezoo.gumdrop.dns.client
Methods in org.bluezoo.gumdrop.dns.client that return TimerHandleModifier and TypeMethodDescriptionDNSClientTransport.scheduleTimer(long delayMs, Runnable callback) Schedules a timer on this transport's event loop.DoHClientTransport.scheduleTimer(long delayMs, Runnable callback) DoQClientTransport.scheduleTimer(long delayMs, Runnable callback) DoQConnectionPool.scheduleTimer(long delayMs, Runnable callback) TCPDNSClientTransport.scheduleTimer(long delayMs, Runnable callback) UDPDNSClientTransport.scheduleTimer(long delayMs, Runnable callback) -
Uses of TimerHandle in org.bluezoo.gumdrop.quic
Methods in org.bluezoo.gumdrop.quic that return TimerHandleModifier and TypeMethodDescriptionQuicEngine.scheduleTimer(long delayMs, Runnable callback) QuicStreamEndpoint.scheduleTimer(long delayMs, Runnable callback)