| Class | Description |
|---|---|
| AsIsFileFilter | |
| ClientVersionUtil |
Parses Git client User-Agent strings.
|
| FileSender |
Dumps a file over HTTP GET (or its information via HEAD).
|
| GitFilter |
Handles Git repository access over HTTP.
|
| GitServlet |
Handles Git repository access over HTTP.
|
| GitSmartHttpTools |
Utility functions for handling the Git-over-HTTP protocol.
|
| HttpServerText |
Translation bundle for JGit http server
|
| InfoPacksServlet |
Sends the current list of pack files, sorted most recent first.
|
| InfoRefsServlet |
Send a complete list of current refs, including peeled values for tags.
|
| IsLocalFilter |
Requires the target
Repository to be available via local filesystem. |
| NoCacheFilter |
Add HTTP response headers to prevent caching by proxies/browsers.
|
| ObjectFileServlet |
Sends any object from
GIT_DIR/objects/??/0 38, or any pack file. |
| ObjectFileServlet.Loose | |
| ObjectFileServlet.Pack | |
| ObjectFileServlet.PackData | |
| ObjectFileServlet.PackIdx | |
| ReceivePackServlet |
Server side implementation of smart push over HTTP.
|
| ReceivePackServlet.Factory | |
| ReceivePackServlet.InfoRefs | |
| RepositoryFilter |
Open a repository named by the path info through
RepositoryResolver. |
| ServletUtils |
Common utility functions for servlets.
|
| SmartOutputStream |
Buffers a response, trying to gzip it if the user agent supports that.
|
| SmartServiceInfoRefs |
Filter in front of
InfoRefsServlet to catch smart service requests. |
| TextFileServlet |
Sends a small text meta file from the repository.
|
| UploadPackServlet |
Server side implementation of smart fetch over HTTP.
|
| UploadPackServlet.Factory | |
| UploadPackServlet.InfoRefs |