Package org.eclipse.jgit.transport
Class BasePackFetchConnection.FetchConfig
java.lang.Object
org.eclipse.jgit.transport.BasePackFetchConnection.FetchConfig
- Enclosing class:
BasePackFetchConnection
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final boolean
(package private) final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
allowOfsDelta
final boolean allowOfsDelta -
maxHaves
final int maxHaves
-
-
Constructor Details
-
FetchConfig
FetchConfig(Config c) -
FetchConfig
FetchConfig(boolean allowOfsDelta, int maxHaves)
-