Uses of Class
org.eclipse.jgit.util.io.InterruptTimer
-
Packages that use InterruptTimer Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols.org.eclipse.jgit.util.io Utility classes for IO (streams). -
-
Uses of InterruptTimer in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as InterruptTimer Modifier and Type Field Description private 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 InterruptTimer Modifier and Type Field Description private InterruptTimerTimeoutInputStream. myTimerprivate InterruptTimerTimeoutOutputStream. myTimerConstructors in org.eclipse.jgit.util.io with parameters of type InterruptTimer Constructor Description TimeoutInputStream(java.io.InputStream src, InterruptTimer timer)Wrap an input stream with a timeout on all read operations.TimeoutOutputStream(java.io.OutputStream destination, InterruptTimer timer)Wrap an output stream with a timeout on all write operations.
-