A C D E F G H I M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- access(HttpServletRequest, Repository) - Method in class org.eclipse.jgit.http.server.resolver.AsIsFileService
-
Determine if access to any bare file of the repository is allowed.
- addReceivePackFilter(Filter) - Method in class org.eclipse.jgit.http.server.GitFilter
-
Add receive-pack filter
- addReceivePackFilter(Filter) - Method in class org.eclipse.jgit.http.server.GitServlet
-
Add receive-pack filter
- addUploadPackFilter(Filter) - Method in class org.eclipse.jgit.http.server.GitFilter
-
Add upload-pack filter
- addUploadPackFilter(Filter) - Method in class org.eclipse.jgit.http.server.GitServlet
-
Add upload-pack filter
- alreadyInitializedByContainer - Variable in class org.eclipse.jgit.http.server.HttpServerText
- AsIsFileService - Class in org.eclipse.jgit.http.server.resolver
-
Controls access to bare files in a repository.
- AsIsFileService() - Constructor for class org.eclipse.jgit.http.server.resolver.AsIsFileService
- ATTRIBUTE_HANDLER - Static variable in class org.eclipse.jgit.http.server.ServletUtils
-
Request attribute storing either UploadPack or ReceivePack.
- ATTRIBUTE_REPOSITORY - Static variable in class org.eclipse.jgit.http.server.ServletUtils
-
Request attribute which stores the
Repository
instance.
C
- cannotGetLengthOf - Variable in class org.eclipse.jgit.http.server.HttpServerText
- clientHas175ChunkedEncodingBug - Variable in class org.eclipse.jgit.http.server.HttpServerText
- ClientVersionUtil - Class in org.eclipse.jgit.http.server
-
Parses Git client User-Agent strings.
- compare(int[], int[]) - Static method in class org.eclipse.jgit.http.server.ClientVersionUtil
-
Compare two version strings for natural ordering.
- consumeRequestBody(InputStream) - Static method in class org.eclipse.jgit.http.server.ServletUtils
-
Consume the rest of the input stream and discard it.
- consumeRequestBody(HttpServletRequest) - Static method in class org.eclipse.jgit.http.server.ServletUtils
-
Consume the entire request body, if one was supplied.
- create(HttpServletRequest, Repository) - Method in class org.eclipse.jgit.http.server.resolver.DefaultReceivePackFactory
- create(HttpServletRequest, Repository) - Method in class org.eclipse.jgit.http.server.resolver.DefaultUploadPackFactory
D
- DefaultReceivePackFactory - Class in org.eclipse.jgit.http.server.resolver
-
Create and configure
ReceivePack
service instance. - DefaultReceivePackFactory() - Constructor for class org.eclipse.jgit.http.server.resolver.DefaultReceivePackFactory
- DefaultUploadPackFactory - Class in org.eclipse.jgit.http.server.resolver
-
Create and configure
UploadPack
service instance. - DefaultUploadPackFactory() - Constructor for class org.eclipse.jgit.http.server.resolver.DefaultUploadPackFactory
- destroy() - Method in class org.eclipse.jgit.http.server.glue.MetaFilter
- destroy() - Method in class org.eclipse.jgit.http.server.glue.MetaServlet
- destroy() - Method in class org.eclipse.jgit.http.server.glue.RegexGroupFilter
- destroy() - Method in class org.eclipse.jgit.http.server.RepositoryFilter
- DISABLED - Static variable in class org.eclipse.jgit.http.server.resolver.AsIsFileService
-
Always throws
ServiceNotEnabledException
. - doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jgit.http.server.glue.MetaFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jgit.http.server.glue.RegexGroupFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jgit.http.server.RepositoryFilter
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jgit.http.server.glue.ErrorServlet
E
- encodingNotSupportedByThisLibrary - Variable in class org.eclipse.jgit.http.server.HttpServerText
- ErrorServlet - Class in org.eclipse.jgit.http.server.glue
-
Send a fixed status code to the client.
- ErrorServlet(int) - Constructor for class org.eclipse.jgit.http.server.glue.ErrorServlet
-
Sends a specific status code.
- expectedRepositoryAttribute - Variable in class org.eclipse.jgit.http.server.HttpServerText
F
- filterMustNotBeNull - Variable in class org.eclipse.jgit.http.server.HttpServerText
G
- get() - Static method in class org.eclipse.jgit.http.server.HttpServerText
-
Get an instance of this translation bundle
- getDelegateFilter() - Method in class org.eclipse.jgit.http.server.glue.MetaServlet
-
Get delegate filter
- getInputStream(HttpServletRequest) - Static method in class org.eclipse.jgit.http.server.ServletUtils
-
Open the request input stream, automatically inflating if necessary.
- getPathInfo() - Method in class org.eclipse.jgit.http.server.glue.WrappedRequest
- getPathTranslated() - Method in class org.eclipse.jgit.http.server.glue.WrappedRequest
- getRepository(ServletRequest) - Static method in class org.eclipse.jgit.http.server.ServletUtils
-
Get the selected repository from the request.
- getResponseContentType(HttpServletRequest) - Static method in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Get the response Content-Type a client expects for the request.
- getServletPath() - Method in class org.eclipse.jgit.http.server.glue.WrappedRequest
- GitFilter - Class in org.eclipse.jgit.http.server
-
Handles Git repository access over HTTP.
- GitFilter() - Constructor for class org.eclipse.jgit.http.server.GitFilter
-
New servlet that will load its base directory from
web.xml
. - GitServlet - Class in org.eclipse.jgit.http.server
-
Handles Git repository access over HTTP.
- GitServlet() - Constructor for class org.eclipse.jgit.http.server.GitServlet
-
New servlet that will load its base directory from
web.xml
. - GitSmartHttpTools - Class in org.eclipse.jgit.http.server
-
Utility functions for handling the Git-over-HTTP protocol.
H
- hasChunkedEncodingRequestBug(int[], HttpServletRequest) - Static method in class org.eclipse.jgit.http.server.ClientVersionUtil
-
Deprecated.no widely used Git versions need this any more
- hasPushStatusBug(int[]) - Static method in class org.eclipse.jgit.http.server.ClientVersionUtil
-
Deprecated.no widely used Git versions need this any more
- HttpServerText - Class in org.eclipse.jgit.http.server
-
Translation bundle for JGit http server
- HttpServerText() - Constructor for class org.eclipse.jgit.http.server.HttpServerText
I
- init(FilterConfig) - Method in class org.eclipse.jgit.http.server.GitFilter
- init(FilterConfig) - Method in class org.eclipse.jgit.http.server.glue.MetaFilter
- init(FilterConfig) - Method in class org.eclipse.jgit.http.server.glue.RegexGroupFilter
- init(FilterConfig) - Method in class org.eclipse.jgit.http.server.RepositoryFilter
- init(ServletConfig) - Method in class org.eclipse.jgit.http.server.GitServlet
- init(ServletConfig) - Method in class org.eclipse.jgit.http.server.glue.MetaServlet
- internalErrorDuringReceivePack - Variable in class org.eclipse.jgit.http.server.HttpServerText
- internalErrorDuringUploadPack - Variable in class org.eclipse.jgit.http.server.HttpServerText
- internalServerError - Variable in class org.eclipse.jgit.http.server.HttpServerText
- internalServerErrorRequestAttributeWasAlreadySet - Variable in class org.eclipse.jgit.http.server.HttpServerText
- invalidBoolean - Variable in class org.eclipse.jgit.http.server.HttpServerText
- invalidIndex - Variable in class org.eclipse.jgit.http.server.HttpServerText
- invalidRegexGroup - Variable in class org.eclipse.jgit.http.server.HttpServerText
- invalidVersion() - Static method in class org.eclipse.jgit.http.server.ClientVersionUtil
-
An invalid version of Git
- isEnabled(Repository) - Static method in class org.eclipse.jgit.http.server.resolver.AsIsFileService
-
Determine if
http.getanyfile
is enabled in the configuration. - isGitClient(HttpServletRequest) - Static method in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Check a request for Git-over-HTTP indicators.
- isInfoRefs(HttpServletRequest) - Static method in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Check if the HTTP request was for the /info/refs?service= Git handler.
- isReceivePack(HttpServletRequest) - Static method in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Check if the HTTP request was for the /git-receive-pack Git handler.
- isUploadPack(String) - Static method in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Check if the HTTP request path ends with the /git-upload-pack handler.
- isUploadPack(HttpServletRequest) - Static method in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Check if the HTTP request was for the /git-upload-pack Git handler.
M
- MetaFilter - Class in org.eclipse.jgit.http.server.glue
-
Generic container filter to manage routing to different pipelines.
- MetaFilter() - Constructor for class org.eclipse.jgit.http.server.glue.MetaFilter
-
Empty filter with no bindings.
- MetaServlet - Class in org.eclipse.jgit.http.server.glue
-
Generic container servlet to manage routing to different pipelines.
- MetaServlet() - Constructor for class org.eclipse.jgit.http.server.glue.MetaServlet
-
Empty servlet with no bindings.
- MetaServlet(MetaFilter) - Constructor for class org.eclipse.jgit.http.server.glue.MetaServlet
-
Initialize a servlet wrapping a filter.
N
- noResolverAvailable - Variable in class org.eclipse.jgit.http.server.HttpServerText
O
- org.eclipse.jgit.http.server - module org.eclipse.jgit.http.server
- org.eclipse.jgit.http.server - package org.eclipse.jgit.http.server
- org.eclipse.jgit.http.server.glue - package org.eclipse.jgit.http.server.glue
- org.eclipse.jgit.http.server.resolver - package org.eclipse.jgit.http.server.resolver
P
- parameterNotSet - Variable in class org.eclipse.jgit.http.server.HttpServerText
- parseVersion(String) - Static method in class org.eclipse.jgit.http.server.ClientVersionUtil
-
Parse a Git client User-Agent header value.
- pathForParamNotFound - Variable in class org.eclipse.jgit.http.server.HttpServerText
- pathNotSupported - Variable in class org.eclipse.jgit.http.server.HttpServerText
R
- receive() - Method in interface org.eclipse.jgit.http.server.ReceivePackErrorHandler.ReceivePackRunnable
- receive(HttpServletRequest, HttpServletResponse, ReceivePackErrorHandler.ReceivePackRunnable) - Method in interface org.eclipse.jgit.http.server.ReceivePackErrorHandler
- RECEIVE_PACK - Static variable in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Name of the git-receive-pack service.
- RECEIVE_PACK_REQUEST_TYPE - Static variable in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Content type supplied by the client to the /git-receive-pack handler.
- RECEIVE_PACK_RESULT_TYPE - Static variable in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Content type returned from the /git-receive-pack handler.
- receivedCorruptObject - Variable in class org.eclipse.jgit.http.server.HttpServerText
- ReceivePackErrorHandler - Interface in org.eclipse.jgit.http.server
-
Handle git-receive-pack errors.
- ReceivePackErrorHandler.ReceivePackRunnable - Interface in org.eclipse.jgit.http.server
-
Process a git-receive-pack request.
- RegexGroupFilter - Class in org.eclipse.jgit.http.server.glue
-
Switch servlet path and path info to use another regex match group.
- RegexGroupFilter(int) - Constructor for class org.eclipse.jgit.http.server.glue.RegexGroupFilter
-
Constructor for RegexGroupFilter
- register(ServletBinder) - Method in class org.eclipse.jgit.http.server.GitFilter
-
Configure a newly created binder.
- register(ServletBinder) - Method in class org.eclipse.jgit.http.server.glue.MetaFilter
-
Configure a newly created binder.
- register(ServletBinder) - Method in class org.eclipse.jgit.http.server.glue.MetaServlet
-
Configure a newly created binder.
- repositoryAccessForbidden - Variable in class org.eclipse.jgit.http.server.HttpServerText
- RepositoryFilter - Class in org.eclipse.jgit.http.server
-
Open a repository named by the path info through
RepositoryResolver
. - RepositoryFilter(RepositoryResolver<HttpServletRequest>) - Constructor for class org.eclipse.jgit.http.server.RepositoryFilter
-
Create a new filter.
- repositoryNotFound - Variable in class org.eclipse.jgit.http.server.HttpServerText
S
- send(byte[], HttpServletRequest, HttpServletResponse) - Static method in class org.eclipse.jgit.http.server.ServletUtils
-
Send a response to a
GET
orHEAD
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
orHEAD
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(String) - Method in class org.eclipse.jgit.http.server.glue.MetaServlet
-
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.
- 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.
- setReceivePackErrorHandler(ReceivePackErrorHandler) - Method in class org.eclipse.jgit.http.server.GitServlet
-
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.
- setUploadPackErrorHandler(UploadPackErrorHandler) - Method in class org.eclipse.jgit.http.server.GitServlet
-
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.
T
- through(Filter) - Method in interface org.eclipse.jgit.http.server.glue.ServletBinder
-
Set the filter to trigger while processing the path.
- toString(int[]) - Static method in class org.eclipse.jgit.http.server.ClientVersionUtil
-
Convert a parsed version back to a string.
U
- unexpectedeOFOn - Variable in class org.eclipse.jgit.http.server.HttpServerText
- upload() - Method in interface org.eclipse.jgit.http.server.UploadPackErrorHandler.UploadPackRunnable
- upload(HttpServletRequest, HttpServletResponse, UploadPackErrorHandler.UploadPackRunnable) - Method in interface org.eclipse.jgit.http.server.UploadPackErrorHandler
- UPLOAD_PACK - Static variable in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Name of the git-upload-pack service.
- UPLOAD_PACK_REQUEST_TYPE - Static variable in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Content type supplied by the client to the /git-upload-pack handler.
- UPLOAD_PACK_RESULT_TYPE - Static variable in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Content type returned from the /git-upload-pack handler.
- UploadPackErrorHandler - Interface in org.eclipse.jgit.http.server
-
Handle git-upload-pack errors.
- UploadPackErrorHandler.UploadPackRunnable - Interface in org.eclipse.jgit.http.server
-
Process a git-upload-pack request.
V
- VALID_SERVICES - Static variable in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Git service names accepted by the /info/refs?service= handler.
W
- with(HttpServlet) - Method in interface org.eclipse.jgit.http.server.glue.ServletBinder
-
Set the servlet to execute on this path
- WrappedRequest - Class in org.eclipse.jgit.http.server.glue
-
Overrides the path and path info.
- WrappedRequest(HttpServletRequest, String, String) - Constructor for class org.eclipse.jgit.http.server.glue.WrappedRequest
-
Create a new request with different path and path info properties.
All Classes All Packages