Uses of Class
org.aoju.bus.core.io.Timeout
Packages that use Timeout
-
Uses of Timeout in org.aoju.bus.core.io
Subclasses of Timeout in org.aoju.bus.core.ioModifier and TypeClassDescriptionclass此超时使用后台线程在超时发生时精确地执行操作 用它来 在本地不支持超时的地方实现超时,例如对阻塞的套接字操作.class将调用转发给另一个调用的Timeout.Fields in org.aoju.bus.core.io declared as TimeoutModifier and TypeFieldDescriptionstatic final TimeoutTimeout.NONE既不跟踪也不检测超时的空超时。在不需要超时 的情况下使用它,例如在操作不会阻塞的实现中.Methods in org.aoju.bus.core.io that return TimeoutModifier and TypeMethodDescriptionDelegate.clearDeadline()Timeout.clearDeadline()Delegate.clearTimeout()Timeout.clearTimeout()final TimeoutDelegate.deadlineNanoTime(long deadlineNanoTime) Timeout.deadlineNanoTime(long deadlineNanoTime) final TimeoutDelegate.delegate()Buffer.timeout()DeflaterSink.timeout()DelegateSink.timeout()DelegateSource.timeout()GzipSink.timeout()GzipSource.timeout()InflaterSource.timeout()RealSink.timeout()RealSource.timeout()Sink.timeout()Source.timeout()返回此源的超时时间.Methods in org.aoju.bus.core.io with parameters of type TimeoutConstructors in org.aoju.bus.core.io with parameters of type Timeout