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 InterruptTimer
BasePackConnection. myTimer
Timer to manageBasePackConnection.timeoutIn
andBasePackConnection.timeoutOut
.private InterruptTimer
ReceivePack. timer
Timer to manageReceivePack.timeout
.private InterruptTimer
UploadPack. timer
Timer 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 InterruptTimer
TimeoutInputStream. myTimer
private InterruptTimer
TimeoutOutputStream. myTimer
Constructors 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.
-