Package | Description |
---|---|
org.eclipse.jgit.http.server | |
org.eclipse.jgit.lfs | |
org.eclipse.jgit.merge |
Content and commit history merge algorithms.
|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
org.eclipse.jgit.transport.http.apache | |
org.eclipse.jgit.util |
Utility classes.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
SmartOutputStream
Buffers a response, trying to gzip it if the user agent supports that.
|
Modifier and Type | Method and Description |
---|---|
private void |
SmartOutputStream.writeResponse(TemporaryBuffer out) |
Modifier and Type | Method and Description |
---|---|
static TemporaryBuffer |
LfsBlobFilter.cleanLfsBlob(Repository db,
java.io.InputStream originalContent)
Run the LFS clean filter on the given stream and return a stream to the
LFS pointer file buffer.
|
Modifier and Type | Method and Description |
---|---|
private TemporaryBuffer |
ResolveMerger.doMerge(MergeResult<RawText> result) |
Modifier and Type | Method and Description |
---|---|
private ObjectId |
ResolveMerger.insertMergeResult(TemporaryBuffer buf,
Attributes attributes) |
private java.io.File |
ResolveMerger.writeMergedFile(TemporaryBuffer rawMerged,
Attributes attributes)
Writes merged file content to the working tree.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
TransportHttp.Service.HttpOutputStream |
Modifier and Type | Method and Description |
---|---|
(package private) void |
AmazonS3.putImpl(java.lang.String bucket,
java.lang.String key,
byte[] csum,
TemporaryBuffer buf,
ProgressMonitor monitor,
java.lang.String monitorTask) |
Modifier and Type | Field and Description |
---|---|
private TemporaryBuffer |
TemporaryBufferEntity.buffer |
Modifier and Type | Method and Description |
---|---|
TemporaryBuffer |
TemporaryBufferEntity.getBuffer()
Get the
buffer containing the content |
Modifier and Type | Method and Description |
---|---|
void |
HttpClientConnection.setBuffer(TemporaryBuffer buffer)
Sets the buffer from which to take the request body
|
Constructor and Description |
---|
TemporaryBufferEntity(TemporaryBuffer buffer)
Construct a new
HttpEntity which will contain the
content stored in the specified buffer |
Modifier and Type | Class and Description |
---|---|
static class |
TemporaryBuffer.Heap
A temporary buffer that will never exceed its in-memory limit.
|
static class |
TemporaryBuffer.LocalFile
A fully buffered output stream using local disk storage for large data.
|
Modifier and Type | Field and Description |
---|---|
private TemporaryBuffer |
FS.ExecutionResult.stderr |
private TemporaryBuffer |
FS.ExecutionResult.stdout |
Modifier and Type | Method and Description |
---|---|
TemporaryBuffer |
FS.ExecutionResult.getStderr() |
TemporaryBuffer |
FS.ExecutionResult.getStdout() |
Constructor and Description |
---|
ExecutionResult(TemporaryBuffer stdout,
TemporaryBuffer stderr,
int rc) |
LfsInputStream(TemporaryBuffer buffer)
Create a new wrapper around a temporary buffer.
|