Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
org.eclipse.jgit.util.io |
Utility classes for IO (streams).
|
Modifier and Type | Field and Description |
---|---|
private InterruptTimer |
BasePackConnection.myTimer
Timer to manage
BasePackConnection.timeoutIn and BasePackConnection.timeoutOut . |
private InterruptTimer |
ReceivePack.timer
Timer to manage
ReceivePack.timeout . |
private InterruptTimer |
UploadPack.timer
Timer to manage
UploadPack.timeout . |
Modifier and Type | Field and Description |
---|---|
private InterruptTimer |
TimeoutInputStream.myTimer |
private InterruptTimer |
TimeoutOutputStream.myTimer |
Constructor and 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.
|