- send(byte[], HttpServletRequest, HttpServletResponse) - Static method in class org.eclipse.jgit.http.server.ServletUtils
-
Send a response to a GET
or HEAD
HTTP request.
- sendError(HttpServletRequest, HttpServletResponse, int) - Static method in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Send an error to the Git client or browser.
- sendError(HttpServletRequest, HttpServletResponse, int, String) - Static method in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Send an error to the Git client or browser.
- sendPlainText(String, HttpServletRequest, HttpServletResponse) - Static method in class org.eclipse.jgit.http.server.ServletUtils
-
Send a plain text response to a GET
or HEAD
HTTP request.
- serve(String) - Method in class org.eclipse.jgit.http.server.glue.MetaFilter
-
Construct a binding for a specific path.
- serve(String) - Method in class org.eclipse.jgit.http.server.glue.MetaServlet
-
Construct a binding for a specific path.
- serveRegex(String) - Method in class org.eclipse.jgit.http.server.glue.MetaFilter
-
Construct a binding for a regular expression.
- serveRegex(Pattern) - Method in class org.eclipse.jgit.http.server.glue.MetaFilter
-
Construct a binding for a regular expression.
- serveRegex(String) - Method in class org.eclipse.jgit.http.server.glue.MetaServlet
-
Construct a binding for a regular expression.
- service(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jgit.http.server.glue.MetaServlet
- servletAlreadyInitialized - Variable in class org.eclipse.jgit.http.server.HttpServerText
-
- ServletBinder - Interface in org.eclipse.jgit.http.server.glue
-
Binds a servlet to a URL.
- servletMustNotBeNull - Variable in class org.eclipse.jgit.http.server.HttpServerText
-
- ServletUtils - Class in org.eclipse.jgit.http.server
-
Common utility functions for servlets.
- servletWasAlreadyBound - Variable in class org.eclipse.jgit.http.server.HttpServerText
-
- setAsIsFileService(AsIsFileService) - Method in class org.eclipse.jgit.http.server.GitFilter
-
Set AsIsFileService
- setAsIsFileService(AsIsFileService) - Method in class org.eclipse.jgit.http.server.GitServlet
-
Set AsIsFileService
- setReceivePackErrorHandler(ReceivePackErrorHandler) - Method in class org.eclipse.jgit.http.server.GitFilter
-
Set a custom error handler for git-receive-pack.
- setReceivePackFactory(ReceivePackFactory<HttpServletRequest>) - Method in class org.eclipse.jgit.http.server.GitFilter
-
Set the receive-pack factory
- setReceivePackFactory(ReceivePackFactory<HttpServletRequest>) - Method in class org.eclipse.jgit.http.server.GitServlet
-
Set receive-pack factory
- setRepositoryResolver(RepositoryResolver<HttpServletRequest>) - Method in class org.eclipse.jgit.http.server.GitFilter
-
New servlet configured with a specific resolver.
- setRepositoryResolver(RepositoryResolver<HttpServletRequest>) - Method in class org.eclipse.jgit.http.server.GitServlet
-
New servlet configured with a specific resolver.
- setUploadPackErrorHandler(UploadPackErrorHandler) - Method in class org.eclipse.jgit.http.server.GitFilter
-
Set a custom error handler for git-upload-pack.
- setUploadPackFactory(UploadPackFactory<HttpServletRequest>) - Method in class org.eclipse.jgit.http.server.GitFilter
-
Set upload-pack factory
- setUploadPackFactory(UploadPackFactory<HttpServletRequest>) - Method in class org.eclipse.jgit.http.server.GitServlet
-
Set upload-pack factory
- stripServiceSuffix(String) - Static method in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Strip the Git service suffix from a request path.