Package org.eclipse.jgit.transport
Class BasePackFetchConnection.FetchConfig
- java.lang.Object
-
- org.eclipse.jgit.transport.BasePackFetchConnection.FetchConfig
-
- Enclosing class:
- BasePackFetchConnection
static class BasePackFetchConnection.FetchConfig extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
allowOfsDelta
(package private) int
maxHaves
-
Constructor Summary
Constructors Constructor Description FetchConfig(boolean allowOfsDelta, int maxHaves)
FetchConfig(Config c)
-
-
-
Constructor Detail
-
FetchConfig
FetchConfig(Config c)
-
FetchConfig
FetchConfig(boolean allowOfsDelta, int maxHaves)
-
-