A C D E F G H I M N O P R S T U W

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.GitServlet
 
addUploadPackFilter(Filter) - Method in class org.eclipse.jgit.http.server.GitServlet
 
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
 
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.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.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
Sends 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
 
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.
getServletPath() - Method in class org.eclipse.jgit.http.server.glue.WrappedRequest
 
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.

H

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(ServletConfig) - Method in class org.eclipse.jgit.http.server.GitServlet
 
init(FilterConfig) - Method in class org.eclipse.jgit.http.server.glue.RegexGroupFilter
 
init(FilterConfig) - Method in class org.eclipse.jgit.http.server.RepositoryFilter
 
internalErrorDuringReceivePack - Variable in class org.eclipse.jgit.http.server.HttpServerText
 
internalErrorDuringUploadPack - 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
 
isEnabled(Repository) - Static method in class org.eclipse.jgit.http.server.resolver.AsIsFileService
Determine if http.getanyfile is enabled in the configuration.

M

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.

N

noResolverAvailable - Variable in class org.eclipse.jgit.http.server.HttpServerText
 

O

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
 
pathForParamNotFound - Variable in class org.eclipse.jgit.http.server.HttpServerText
 
pathNotSupported - Variable in class org.eclipse.jgit.http.server.HttpServerText
 

R

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
 
register(ServletBinder) - Method in class org.eclipse.jgit.http.server.GitServlet
 
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
Opens 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 or HEAD HTTP request.
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.MetaServlet
Construct a binding for a specific path.
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.GitServlet
 
setReceivePackFactory(ReceivePackFactory<HttpServletRequest>) - Method in class org.eclipse.jgit.http.server.GitServlet
 
setRepositoryResolver(RepositoryResolver<HttpServletRequest>) - Method in class org.eclipse.jgit.http.server.GitServlet
New servlet configured with a specific resolver.
setUploadPackFactory(UploadPackFactory<HttpServletRequest>) - Method in class org.eclipse.jgit.http.server.GitServlet
 

T

through(Filter) - Method in interface org.eclipse.jgit.http.server.glue.ServletBinder
 

U

unexpectedeOFOn - Variable in class org.eclipse.jgit.http.server.HttpServerText
 

W

with(HttpServlet) - Method in interface org.eclipse.jgit.http.server.glue.ServletBinder
 
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.

A C D E F G H I M N O P R S T U W

Copyright © 2011. All Rights Reserved.