Class 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)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • allowOfsDelta

        final boolean allowOfsDelta
      • maxHaves

        final int maxHaves
    • Constructor Detail

      • FetchConfig

        FetchConfig​(Config c)
      • FetchConfig

        FetchConfig​(boolean allowOfsDelta,
                    int maxHaves)