Uses of Interface
com.yahoo.jdisc.TimeoutManager
-
Packages that use TimeoutManager Package Description com.yahoo.jdisc Provides the common classes and interfaces of the jDISC core. -
-
Uses of TimeoutManager in com.yahoo.jdisc
Methods in com.yahoo.jdisc that return TimeoutManager Modifier and Type Method Description TimeoutManager
Request. getTimeoutManager()
Returns theTimeoutManager
of this request, or null if none has been assigned.Methods in com.yahoo.jdisc with parameters of type TimeoutManager Modifier and Type Method Description void
Request. setTimeoutManager(TimeoutManager timeoutManager)
Sets aTimeoutManager
to be called whenRequest.setTimeout(long, TimeUnit)
is invoked.
-