Uses of Class
org.eclipse.jgit.util.io.InterruptTimer

Packages that use InterruptTimer
org.eclipse.jgit.util.io   
 

Uses of InterruptTimer in org.eclipse.jgit.util.io
 

Constructors in org.eclipse.jgit.util.io with parameters of type InterruptTimer
TimeoutInputStream(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.
 



Copyright © 2012. All Rights Reserved.