Uses of Class
org.eclipse.jgit.util.io.InterruptTimer
Packages that use InterruptTimer
Package
Description
Transport (fetch/push) for different protocols.
Utility classes for IO (streams).
-
Uses of InterruptTimer in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as InterruptTimerModifier and TypeFieldDescriptionprivate InterruptTimerBasePackConnection.myTimerTimer to manageBasePackConnection.timeoutInandBasePackConnection.timeoutOut.private InterruptTimerReceivePack.timerTimer to manageReceivePack.timeout.private InterruptTimerUploadPack.timerTimer to manageUploadPack.timeout. -
Uses of InterruptTimer in org.eclipse.jgit.util.io
Fields in org.eclipse.jgit.util.io declared as InterruptTimerModifier and TypeFieldDescriptionprivate final InterruptTimerTimeoutInputStream.myTimerprivate final InterruptTimerTimeoutOutputStream.myTimerConstructors in org.eclipse.jgit.util.io with parameters of type InterruptTimerModifierConstructorDescriptionTimeoutInputStream(InputStream src, InterruptTimer timer) Wrap an input stream with a timeout on all read operations.TimeoutOutputStream(OutputStream destination, InterruptTimer timer) Wrap an output stream with a timeout on all write operations.