Uses of Class
org.aoju.bus.core.io.timout.Timeout
Packages that use Timeout
Package
Description
-
Uses of Timeout in org.aoju.bus.core.io.buffer
Methods in org.aoju.bus.core.io.buffer that return Timeout -
Uses of Timeout in org.aoju.bus.core.io.sink
Methods in org.aoju.bus.core.io.sink that return Timeout -
Uses of Timeout in org.aoju.bus.core.io.source
Methods in org.aoju.bus.core.io.source that return Timeout -
Uses of Timeout in org.aoju.bus.core.io.timout
Subclasses of Timeout in org.aoju.bus.core.io.timoutModifier and TypeClassDescriptionclass将调用转发给另一个调用的Timeout.class此超时使用后台线程在超时发生时精确地执行操作 用它来 在本地不支持超时的地方实现超时,例如对阻塞的套接字操作.Fields in org.aoju.bus.core.io.timout declared as TimeoutMethods in org.aoju.bus.core.io.timout that return TimeoutModifier and TypeMethodDescriptionAssignTimeout.clearDeadline()Timeout.clearDeadline()Clears the deadline.AssignTimeout.clearTimeout()Timeout.clearTimeout()Clears the timeout.final TimeoutSet a deadline of now plusdurationtime.AssignTimeout.deadlineNanoTime(long deadlineNanoTime) Timeout.deadlineNanoTime(long deadlineNanoTime) Sets the nano time when the deadline will be reached.final TimeoutAssignTimeout.delegate()Timeoutinstance to which this instance is currently delegating.Wait at mosttimeouttime before aborting an operation.Methods in org.aoju.bus.core.io.timout with parameters of type TimeoutModifier and TypeMethodDescriptionfinal AssignTimeoutAssignTimeout.setDelegate(Timeout delegate) Constructors in org.aoju.bus.core.io.timout with parameters of type Timeout