Package org.eclipse.jgit.transport
Class BaseReceivePack.FirstLine
- java.lang.Object
-
- org.eclipse.jgit.transport.BaseReceivePack.FirstLine
-
- Enclosing class:
- BaseReceivePack
public static class BaseReceivePack.FirstLine extends Object
Data in the first line of a request, the line itself plus capabilities.
-
-
Constructor Detail
-
FirstLine
public FirstLine(String line)
Parse the first line of a receive-pack request.- Parameters:
line
- line from the client.
-
-