Package org.eclipse.jgit.http.server
Class ObjectFileServlet.Loose
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- org.eclipse.jgit.http.server.ObjectFileServlet
-
- org.eclipse.jgit.http.server.ObjectFileServlet.Loose
-
- All Implemented Interfaces:
java.io.Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
- Enclosing class:
- ObjectFileServlet
static class ObjectFileServlet.Loose extends ObjectFileServlet
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.jgit.http.server.ObjectFileServlet
ObjectFileServlet.Loose, ObjectFileServlet.Pack, ObjectFileServlet.PackIdx
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description Loose()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.String
etag(FileSender sender)
-
Methods inherited from class org.eclipse.jgit.http.server.ObjectFileServlet
doGet, doHead
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doOptions, doPost, doPut, doTrace, getLastModified, service, service
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
etag
java.lang.String etag(FileSender sender) throws java.io.IOException
- Specified by:
etag
in classObjectFileServlet
- Throws:
java.io.IOException
-
-