Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Field and Description |
---|---|
private GitProtocolConstants.MultiAck |
BasePackFetchConnection.multiAck |
private GitProtocolConstants.MultiAck |
UploadPack.multiAck |
Modifier and Type | Method and Description |
---|---|
static GitProtocolConstants.MultiAck |
GitProtocolConstants.MultiAck.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GitProtocolConstants.MultiAck[] |
GitProtocolConstants.MultiAck.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|