Class UploadPack.FirstLine

  • Enclosing class:
    UploadPack

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

      Fields 
      Modifier and Type Field Description
      private FirstWant firstWant
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      FirstLine​(java.lang.String line)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getLine()
      Deprecated.
       
      java.util.Set<java.lang.String> getOptions()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • firstWant

        private final FirstWant firstWant
        Deprecated.
    • Constructor Detail

      • FirstLine

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

      • getLine

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

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