Package | Description |
---|---|
org.eclipse.jgit.transport.http.apache | |
org.eclipse.jgit.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
TemporaryBuffer |
TemporaryBufferEntity.getBuffer() |
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 | Method and Description |
---|---|
TemporaryBuffer |
FS.ExecutionResult.getStderr() |
TemporaryBuffer |
FS.ExecutionResult.getStdout() |
Constructor and Description |
---|
ExecutionResult(TemporaryBuffer stdout,
TemporaryBuffer stderr,
int rc) |
Copyright © 2017 Eclipse JGit Project. All rights reserved.