Class UploadPack.FirstLine

  • Enclosing class:
    UploadPack

    @Deprecated
    public static class UploadPack.FirstLine
    extends Object
    Deprecated.
    Use FirstWant instead
    Data in the first line of a want-list, the line itself plus options.
    • Constructor Detail

      • FirstLine

        public FirstLine​(String line)
        Deprecated.
        Parameters:
        line - line from the client.
    • Method Detail

      • getLine

        public String getLine()
        Deprecated.
        Returns:
        non-capabilities part of the line.
      • getOptions

        public Set<String> getOptions()
        Deprecated.
        Returns:
        capabilities parsed from the line.