Package org.eclipse.jgit.transport
Class ReceivePack.FirstLine
java.lang.Object
org.eclipse.jgit.transport.ReceivePack.FirstLine
- Enclosing class:
- ReceivePack
Deprecated.
Data in the first line of a request, the line itself plus capabilities.
- Since:
- 5.6
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
command
Deprecated.
-
-
Constructor Details
-
FirstLine
Deprecated.Parse the first line of a receive-pack request.- Parameters:
line
- line from the client.
-
-
Method Details
-
getLine
Deprecated.- Returns:
- non-capabilities part of the line.
-
getCapabilities
Deprecated.- Returns:
- capabilities parsed from the line.
-
FirstCommand
instead.